Releases: spring-attic/reactor-rabbitmq
1.1.0.RELEASE
Changes between 1.0.0.RELEASE and 1.1.0.RELEASE
This release includes bug fixes, dependency upgrades, and new features. It is backward compatible with 1.0.0.RELEASE. All users are encouraged to upgrade to this version.
Thanks to @pmackowski and @trantienduchn for their contribution on this release.
Allow customization of channel creation for sending
GitHub issue: #41
Add channel pooling in sender
GitHub issue: #48
Don't cache Channel in Sender#send
GitHub issue: #43
Retry automatically on ack/nack failure
GitHub issue: #53
Enforce queue specification semantics for server-named, non-durable, exclusive, auto-delete queue creation
GitHub issue: #44
Bump Reactor to 3.2.5.RELEASE
GitHub issue: #50
Bump Java client to 5.6.0
GitHub issue: #58
1.1.0.RC3
Changes between 1.0.0.RELEASE and 1.1.0.RC3
This pre-release includes bug fixes, dependency upgrades, and new features. It is backward compatible with 1.0.0.RELEASE.
Thanks to @pmackowski and @trantienduchn for their contribution on this pre-release.
Allow customization of channel creation for sending
GitHub issue: #41
Add channel pooling in sender
GitHub issue: #48
Don't cache Channel in Sender#send
GitHub issue: #43
Retry automatically on ack/nack failure
GitHub issue: #53
Enforce queue specification semantics for server-named, non-durable, exclusive, auto-delete queue creation
GitHub issue: #44
Bump Reactor to 3.2.5.RELEASE
GitHub issue: #50
Bump Java client to 5.6.0
GitHub issue: #58
1.1.0.RC2
Changes between 1.0.0.RELEASE and 1.1.0.RC2
This pre-release includes bug fixes, dependency upgrades, and new features. It is backward compatible with 1.0.0.RELEASE.
Thanks to @pmackowski and @trantienduchn for their contribution on this pre-release.
Allow customization of channel creation for sending
GitHub issue: #41
Add channel pooling in sender
GitHub issue: #48
Don't cache Channel in Sender#send
GitHub issue: #43
Enforce queue specification semantics for server-named, non-durable, exclusive, auto-delete queue creation
GitHub issue: #44
Bump Reactor to 3.2.5.RELEASE
GitHub issue: #50
Bump Java client to 5.5.2
GitHub issue: #46
1.1.0.RC1
Changes between 1.0.0.RELEASE and 1.1.0.RC1
This pre-release includes bug fixes, dependency upgrades, and new features. It is backward compatible with 1.0.0.RELEASE.
Thanks to @pmackowski for his contribution on this pre-release.
Allow customization of channel creation for sending
GitHub issue: #41
Add channel pooling in sender
GitHub issue: #48
Don't cache Channel in Sender#send
GitHub issue: #43
Bump Reactor to 3.2.5.RELEASE
GitHub issue: #50
Bump Java client to 5.5.2
GitHub issue: #46
1.0.0.RELEASE
This is the first production-ready release of Reactor RabbitMQ.
Reactor RabbitMQ is a reactive API for RabbitMQ based on Reactor and RabbitMQ Java Client. Reactor RabbitMQ goal is to enable messages to be published to and consumed from RabbitMQ using functional APIs with non-blocking back-pressure and very low overhead.
1.0.0.RC2
Changes between 1.0.0.RC1 and 1.0.0.RC2
This pre-release includes bug fixes, dependency upgrades, and the renaming of 2 classes.
Thanks to @dbuos for his contribution on this pre-release.
Bump Reactor to 3.2.3.RELEASE
GitHub issue: #36
Bump Java client to 5.5.1 to fix topology recovery
GitHub issue: #37
Handle ShutdownSignalException In Receiver
GitHub issue: #34
Handle error signal of connectionMono subscription to enable proper error handling
GitHub issue: #35
Rename ReactorRabbitMq to RabbitFlux
ReactorRabbitMq is now RabbitFlux and ReactorRabbitMqException is now RabbitFluxException.
GitHub issue: #4
1.0.0.RC1
1.0.0.M3
Changes between 1.0.0.M2 and 1.0.0.M3
This third milestone provides bug fixes and improvements.
Rename resourceCreationScheduler to resourceManagementScheduler
GitHub issue: #27
Let user provide Mono for resource management
GitHub issue: #26
Upgrade to Reactor 3.2
GitHub issue: #24
Upgrade to Java client 5.4.3
GitHub issue: #22
Unreliable Channel caching in Sender
GitHub issue: #21