Skip to content

v0.8.0

Compare
Choose a tag to compare
@brandur brandur released this 26 Jun 03:12
· 160 commits to master since this release
b00c971

Added

  • Add transaction variants for queue-related client functions: QueueGetTx, QueueListTx, QueuePauseTx, and QueueResumeTx. PR #402.

Fixed

  • Fix possible Client shutdown panics if the user-provided context is cancelled while jobs are still running. PR #401.