Skip to content

v1.0.0 Beta 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 01 Apr 16:21
· 13 commits to main since this release
47c5885

Breaking changes

  • Move job cleanup to separate function cleanUp. #12
  • Rebuild migrations from scratch. #20
  • swift-jobs-postgres no longer depends on hummingbird-postgres so no longer brings in hummingbird as a dependency. #30

Minor release changes

  • Make sure retries use same JobID. #15
  • Move job serialization to Postgres driver . #16
  • Add queueName column. #20
  • Add Postgres JobOptions. #23
  • Add Job priorities. #24
  • Add support for Resumable and Cancellable jobs. #26

Patch release changes

  • Use withTransaction from PostgresNIO. #11
  • Update addToQueue to make delayUntil non-optional. #13
  • Decode job straight from row. #18
    • Fixup after requiring all job parameters conform to JobParameters. #22