Skip to content

Releases: ragul28/rabbitmq-benchmark

v0.1.11

01 Mar 15:40
2ba5427
Compare
Choose a tag to compare

Changelog

  • ecc2638 Update gh actino go version
  • 961de63 Update vendor
  • d3cde43 Upgrade go v.22 & use rabbit amqp pkg

v0.1.10

28 Aug 14:21
Compare
Choose a tag to compare

Changelog

v0.1.9

07 Feb 17:28
Compare
Choose a tag to compare

Changelog

v0.1.8

16 Oct 18:40
Compare
Choose a tag to compare

Changelog

  • 5cf1a55 Bump the go version v1.19

v0.1.7

26 Mar 16:57
Compare
Choose a tag to compare

Changelog

v0.1.6

14 Nov 14:19
Compare
Choose a tag to compare

Changelog

f5b8ef3 Bump up the golang version to 1.17
89f9872 Update Make build with ldflages small binary
84cef5f Bump up the golang version to 1.16
c3e8af7 Merge pull request #11 from ragul28/release/0.1.x
54de586 Merge pull request #9 from ragul28/release/0.1.x
09d0163 Merge pull request #7 from ragul28/release/0.1.x
deb8bca Merge pull request #4 from ragul28/release/0.1.x
7fc83f5 Merge pull request #2 from ragul28/release/0.1.x

v0.1.5

14 Apr 08:47
Compare
Choose a tag to compare

Changelog

3b8eb4d Bump up the golang version to 1.16
1c7492b Merge pull request #11 from ragul28/release/0.1.x
a5dcd53 Added debug logging into seprate utils function
c25b6e2 Update readme & fix flage help typo

v0.1.4

26 Dec 15:40
Compare
Choose a tag to compare

Changelog

a5dcd53 Added debug logging into seprate utils function
c25b6e2 Update readme & fix flage help typo
6894d4c Fix the bug of missing consumer ack
4c82f7a Minor fix for duplicate log
63bafca Use go mod vendor during the go build in github ci
8e82b3c Add go mod vendor dir
12c42a9 Update code with documentation & cleaup
a9ee050 Avoid duplication on connection failure error log
df76398 Add test commands to makefile
63fec3f Fix queue pkg consumer dependant with func signature update
1baa3dd Added failuer retry for consumer help of connection notify channel
f1a1ced FIx missing init rabbitmq func return issue in producer
8a7c6d1 Added amqp connection close notify method
a69172e Added support for producer retry
cc51bed Update doc with cli flags quorum, frequency & debug
4081688 Added quorum queue type, debug logs & massage frequency control
22a1320 Centralized flags parse in utils config
36316bb Update documation & typo fixs in cmd

v0.1.3

15 Nov 17:12
8b45f1f
Compare
Choose a tag to compare

Changelog

8b45f1f Merge pull request #9 from ragul28/release/0.1.x
6894d4c Fix the bug of missing consumer ack
4c82f7a Minor fix for duplicate log

v0.1.2

14 Nov 12:03
573c458
Compare
Choose a tag to compare

Changelog

573c458 Merge pull request #7 from ragul28/release/0.1.x
63bafca Use go mod vendor during the go build in github ci
8e82b3c Add go mod vendor dir
12c42a9 Update code with documentation & cleaup
a9ee050 Avoid duplication on connection failure error log
df76398 Add test commands to makefile
63fec3f Fix queue pkg consumer dependant with func signature update
1baa3dd Added failuer retry for consumer help of connection notify channel
f1a1ced FIx missing init rabbitmq func return issue in producer
8a7c6d1 Added amqp connection close notify method
a69172e Added support for producer retry