Skip to content

Releases: riverqueue/riverqueue-python

v0.7.0

31 Aug 04:55
fc1a2b8
Compare
Choose a tag to compare

Changed

v0.6.3

09 Jul 00:19
6f06010
Compare
Choose a tag to compare

Fixed

  • Various Python syntax fixes in README examples. PR #34.

v0.6.2

07 Jul 00:34
Compare
Choose a tag to compare

Changed

  • UniqueOpts.by_state now has the stronger type of list[JobState] (the enum) instead of list[str]. PR #32.

v0.6.1

07 Jul 00:23
Compare
Choose a tag to compare

Fixed

  • riverqueue.AttemptError can now round trip to and from JSON properly, including its at timestamp. PR #31.

v0.6.0

06 Jul 19:43
Compare
Choose a tag to compare

Added

  • Add doc strings for most of the public API. PR #27.
  • Add riverqueue.AttemptError data class to represent errors on a job row. PR #27.

v0.5.0

06 Jul 19:43
Compare
Choose a tag to compare

Changed

  • Use real enum for JobState instead of many constant. This is a breaking change, but the job state constants have existed for only a short time. PR #25.
  • riverqueue.Job's properties are now fully defined and typed. PR #26.

v0.4.0

06 Jul 01:08
Compare
Choose a tag to compare

Changed

  • Tags are now limited to 255 characters in length, and should match the regex \A[\w][\w\-]+[\w]\z (importantly, they can't contain commas). PR #23.

v0.3.0

06 Jul 19:42
Compare
Choose a tag to compare

Added

  • Implement insert_many and insert_many_tx. PR #22.

v0.2.0

05 Jul 06:33
Compare
Choose a tag to compare

Changed

  • Rename Args to JobArgs and add JobArgsWithInsertOpts protocol. PR #20.

v0.1.2

05 Jul 04:04
Compare
Choose a tag to compare

Changed

  • Add usage instructions README, add job state constants, and change return value of insert_many() and insert_many_tx() to an integer instead of a list of jobs. PR #19.