Skip to content

Releases: hellofresh/goengine

v2.1.0

16 Sep 10:18
24be2e6
Compare
Choose a tag to compare

v0.3.6

07 Oct 17:39
096df78
Compare
Choose a tag to compare
Merge pull request #66 from hellofresh/patch/google-uuid

Replaced gofrs uuid with google uuid

v2.0.0

14 Sep 09:56
1cda65c
Compare
Choose a tag to compare

Min supported Go version is 1.17, all deps bumped to current latest stable versions and package version bumped to v2 to allow migration from 0.3.x to v2.

v0.11.0

25 Aug 08:58
eab73a0
Compare
Choose a tag to compare

Min supported Go version is 1.16, all deps bumped to current latest stable versions.

Updated dependencies to the latest stable versions

22 Apr 08:26
60dae32
Compare
Choose a tag to compare
Merge pull request #57 from hellofresh/whitesource/migrate-configuration

WhiteSource Configuration Migration

Added AMQP connection name parameter

26 Sep 08:34
d7956c1
Compare
Choose a tag to compare
Merge pull request #46 from hellofresh/feature/named-connection

PT-5350 Added connection name parameter

Delayed notification retries

04 Sep 07:14
e45f508
Compare
Choose a tag to compare

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

18 Mar 09:50
ca19cec
Compare
Choose a tag to compare
Merge pull request #35 from hellofresh/patch/mongo-1.0-released

PT-3479 Bumped mongo driver version to 1.0

A brand new engine

01 Mar 11:40
22b1478
Compare
Choose a tag to compare

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

25 Feb 12:11
a6ec287
Compare
Choose a tag to compare
Merge pull request #16 from hellofresh/patch/mongo-driver-1.0

Bumped mongo driver to 1.0-rc1 to use new package structure