New version of https://github.com/msolli/proletarian, a durable job queueing and worker system for Clojure backed by PostgreSQL or MySQL: https://github.com/msolli/proletarian/blob/main/CHANGELOG.md#10109-alpha This release has one bugfix and one improvement, both potentially breaking. The https://github.com/msolli/proletarian/blob/main/CHANGELOG.md has detailed information about which scenarios are breaking, and how to upgrade. This will be the final alpha of Proletarian. Expect a 1.0 release by the end of the year, barring unforeseen problems with these last changes. • [CONDITIONALLY BREAKING] Timestamps are stored as UTC regardless of JVM's time zone (https://github.com/msolli/proletarian/issues/19). • [CONDITIONALLY BREAKING] JobIdStrategy protocol is introduced to support any job-id type (https://github.com/msolli/proletarian/issues/28). Enjoy! Follow-up in #proletarian.