Releases: rabbitmq/rabbitmq-stream-go-client
Releases · rabbitmq/rabbitmq-stream-go-client
v0.1.0-beta
12 Sep 08:54
Compare
Sorry, something went wrong.
No results found
Change the rate calculation #74
Fix deadlock on the perf test #71
Create binary for perf-test #76
Promote the version to beta
Minor fixes
v0.12-alpha
11 Aug 09:06
Compare
Sorry, something went wrong.
No results found
Expose message properties: #66
Implement bachDelayTimeout: #64
Fix a deadlock on publish error
v0.11-alpha
27 Jul 20:09
Compare
Sorry, something went wrong.
No results found
Add resolver for load-balancer #61
Add proxy example
Update license
Minor fixes
v0.10-alpha
19 Jul 05:41
Compare
Sorry, something went wrong.
No results found
Consumer close gets stuck #57
Add Input Validation #60
Add more tests
v0.9-alpha
16 Jul 08:43
Compare
Sorry, something went wrong.
No results found
v0.8-alpha
05 Jul 07:46
Compare
Sorry, something went wrong.
No results found
Add smart publish #52
Add Direct connection, it is possible to use direct connection like:
direct , err := stream .NewDirectClient (& stream.Broker {
Host : "localhost" ,
Port : "5552" ,
User : "guest" ,
Vhost : "/" ,
Password : "guest" ,
Scheme : "rabbitmq-stream" ,
})
v0.7-alpha
20 Jun 14:11
Compare
Sorry, something went wrong.
No results found
refactor coordinator #45 . Reduce the mutex lock
Messages interface #47 ( first implementation)
change the store API name: #48
v0.6-alpha
10 Jun 19:10
Compare
Sorry, something went wrong.
No results found
addresses := []string {"rabbitmq-stream://guest:guest@localhost:5552/%2f" ,
"rabbitmq-stream://guest:guest@localhost:5553/%2f" ,
"rabbitmq-stream://guest:guest@localhost:5554/%2f" }
env , err := stream .NewEnvironment (stream .NewEnvironmentOptions ().SetUris (addresses ))
Add support for Confirmation = false in case the client can't send the message:
for confirmed := range confirms {
for _ , msg := range confirmed {
if msg.Confirmed { ... }
First implementation of ha_producer - still experimental
v0.5-alpha
23 May 17:29
Compare
Sorry, something went wrong.
No results found
#38
change port to 5552 #39
Add channels to handle closing and confirmations #38
v0.4-alpha
12 May 10:44
Compare
Sorry, something went wrong.
No results found
add support for environment #37