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