Releases: maragudk/goqite
Releases · maragudk/goqite
v0.2.3 - the SendAndGetID release
What's Changed
- Add Queue.SendAndGetID method by @markuswustenberg in #45 . Special thanks to @austinjp for raising the issue and discussing solutions with me. ❤️
Full Changelog: v0.2.2...v0.2.3
v0.2.2 - the jobs.Runner extend timeout option release
What's Changed
- Add job runner timeout option by @markuswustenberg in #40
Full Changelog: v0.2.1...v0.2.2
v0.2.1 - the "I forgot a function" release
What's Changed
- Add jobs.CreateTx to create a job inside a current transaction by @markuswustenberg in #39
Full Changelog: v0.2.0...v0.2.1
v0.2.0 - the jobs abstraction release
What's Changed
- Add Initialize function by @markuswustenberg in #31
- Rename Initialize to Setup and fix examples by @markuswustenberg in #33
- Remove ctx from inTx helper by @markuswustenberg in #36
- Add jobs.Runner by @markuswustenberg in #38
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Add basic queue implementation by @markuswustenberg in #7
- Add code coverage reporting by @markuswustenberg in #8
- Add separate queue concept by @markuswustenberg in #9
- Downgrade to Go 1.18 by @markuswustenberg in #11
- Add Extend method to extend timeout of message by @markuswustenberg in #12
- Support explicit transactions for all methods by @markuswustenberg in #13
- Implement ReceiveAndWait by @markuswustenberg in #14
- Test remaining panics by @markuswustenberg in #15
- Add HTTP handlers by @markuswustenberg in #16
- Fix flaky tests by @markuswustenberg in #22
- Refactor http handler, now just called Handler by @markuswustenberg in #23
- Add long-polling in HTTP handler by @markuswustenberg in #24
- Add composite index on (queue, created) by @markuswustenberg in #26
New Contributors
- @markuswustenberg made their first contribution in #7
Full Changelog: https://github.com/maragudk/goqite/commits/v0.1.0