Skip to content

Releases: hellofresh/goengine

v2.1.0

Choose a tag to compare

@lucasmdrs lucasmdrs released this 16 Sep 10:18
24be2e6

v0.3.6

Choose a tag to compare

@vgarvardt vgarvardt released this 07 Oct 17:39
096df78
Merge pull request #66 from hellofresh/patch/google-uuid

Replaced gofrs uuid with google uuid

v2.0.0

Choose a tag to compare

@vgarvardt vgarvardt released this 14 Sep 09:56
1cda65c

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

Choose a tag to compare

@vgarvardt vgarvardt released this 25 Aug 08:58
eab73a0

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

Updated dependencies to the latest stable versions

Choose a tag to compare

@vgarvardt vgarvardt released this 22 Apr 08:26
60dae32
Merge pull request #57 from hellofresh/whitesource/migrate-configuration

WhiteSource Configuration Migration

Added AMQP connection name parameter

Choose a tag to compare

@vgarvardt vgarvardt released this 26 Sep 08:34
d7956c1
Merge pull request #46 from hellofresh/feature/named-connection

PT-5350 Added connection name parameter

Delayed notification retries

Choose a tag to compare

@cwygoda cwygoda released this 04 Sep 07:14
e45f508

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

Choose a tag to compare

@vgarvardt vgarvardt released this 18 Mar 09:50
ca19cec
Merge pull request #35 from hellofresh/patch/mongo-1.0-released

PT-3479 Bumped mongo driver version to 1.0

A brand new engine

Choose a tag to compare

@boekkooi-fresh boekkooi-fresh released this 01 Mar 11:40
22b1478

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

Choose a tag to compare

@vgarvardt vgarvardt released this 25 Feb 12:11
a6ec287
Merge pull request #16 from hellofresh/patch/mongo-driver-1.0

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