Releases: hellofresh/goengine
Releases · hellofresh/goengine
v2.1.0
- Fix typo and grammar issues in the comments by @alexandear in #69
- Update dependency mkdocs to v1.2.3 in #70
- Use golang version matrix by @boekkooi-fresh in #73
- Fix tests flakyness by @lucasmdrs in #78
- Work not only in the public schema by @vgarvardt in #76
v0.3.6
v2.0.0
v0.11.0
Updated dependencies to the latest stable versions
Merge pull request #57 from hellofresh/whitesource/migrate-configuration WhiteSource Configuration Migration
Added AMQP connection name parameter
Merge pull request #46 from hellofresh/feature/named-connection PT-5350 Added connection name parameter
Delayed notification retries
This release adds a delay feature to notification retries. Instead of retrying locked notifications right away and causing unnecessary DB queries, such notifications are marked with a delay and only retried after that has passed.
Mongo driver v1.0 released
Merge pull request #35 from hellofresh/patch/mongo-1.0-released PT-3479 Bumped mongo driver version to 1.0
A brand new engine
This version of GoEngine is a brand new start.
The entire API has been rewritten from scratch, MongoDB has been dropped in favor of PostgreSQL and basic documentation was added.
Bumped mongo driver to 1.0-rc1 to use new package structure
Merge pull request #16 from hellofresh/patch/mongo-driver-1.0 Bumped mongo driver to 1.0-rc1 to use new package structure