Skip to content

Releases: Codigami/gohaqd

v2.7

18 Dec 13:21
898a0b3
Compare
Choose a tag to compare

Bugfix for v2.6

v2.6

18 Dec 12:24
1f8e4d2
Compare
Choose a tag to compare

Use release v2.7 which has a bugfix for this release

  • Add healthcheck url support
    • make sure consumer app is healthy before sending messages
    • don't retry in case of server errors (let queue retry policy take care of it)
  • Keep retrying if healthcheck url isn't set

v2.5

15 Dec 11:52
343dd1b
Compare
Choose a tag to compare
  • use docker multi-stage builds
  • use ca-certs and nsswitch.conf from golang image
  • add nsswitch config to resolve DNS using /etc/hosts before calling the DNS server
  • Push docker image to dockerhub only for master branch

v2.4

04 Oct 10:50
Compare
Choose a tag to compare
  • Retry deletion of successful message and don't exit

v2.3

29 Aug 05:47
Compare
Choose a tag to compare
  • Bug fix in SQS queue url

v2.2

24 Aug 13:58
aa865b8
Compare
Choose a tag to compare
  • Configure metrics port as a flag (default: 8090)

v2.1

24 Aug 13:06
9fc5637
Compare
Choose a tag to compare
  • Exit if no config is found

v2.0

23 Aug 12:53
Compare
Choose a tag to compare
  • Use config file for multiple queue configuration
  • Add prometheus metrics
  • Build with Go 1.8
  • Update vendor packages

v1.2

31 Jul 08:10
Compare
Choose a tag to compare
  • Lookup endpoint url inside the message by default

v1.1

30 May 07:54
Compare
Choose a tag to compare
  • Add option (flag --parallel) to process messages in parallel (#2, @ApsOps)