Releases: rabbitmq/rabbitmq-amqp-dotnet-client
Releases · rabbitmq/rabbitmq-amqp-dotnet-client
v0.3.0
What's Changed
- Change Disposition example location by @Gsantomaggio in #127
- Implement feature flags for the client by @Gsantomaggio in #130
- Update CI to support OCI images from main by @Zerpet in #132
- Implement SQL filter by @Gsantomaggio in #131
New Contributors
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
- Implement disposition frame with ranges by @Gsantomaggio in #122
- Add disposition example by @Gsantomaggio in #126
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Set message durable as default by @Gsantomaggio in #124
- Update examples by @Gsantomaggio in #121
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Version 0.2.0
This version introduces a breaking change in #116
Change the message encoding to make easy the integration cross-protocol.
What's Changed
- Implement support for connecting to cluster by @lukebakken in #96
- Add support for multiple Uris by @lukebakken in #98
- Change stream filter prefix by @lukebakken in #99
ByteCapacity
refactor by @lukebakken in #101- RPC test cleanup by @lukebakken in #103
IManagement
XML docs by @lukebakken in #102IConnection
XML docs by @lukebakken in #104- Implement AMQP 1.0: support JWT (OAuth 2) by @Gsantomaggio in #109
- add missing queues configurations by @Gsantomaggio in #110
IEnvironment
XML doc by @lukebakken in #105- Make
PublishAsync
actually async. by @lukebakken in #112 - Add XML doc to
IConsumer
and related entities. by @lukebakken in #113 IPublisher
XML doc by @lukebakken in #114- Use Data Section by Default instead of AMQPValue for the message creation by @Gsantomaggio in #116
- #119 Switch to license expression by @thompson-tomo in #120
New Contributors
- @thompson-tomo made their first contribution in #120
Full Changelog: v0.1.0...v0.2.0
v0.2.0-rc.1
This version introduces a breaking change in #116
Change the message encoding to make easy the integration cross-protocol.
What's Changed
- Make
PublishAsync
actually async. by @lukebakken in #112 - Add XML doc to
IConsumer
and related entities. by @lukebakken in #113 IPublisher
XML doc by @lukebakken in #114- Use ApplicationData by Default instead of AMQPValue for the message creation by @Gsantomaggio in #116
Full Changelog: v0.2.0-beta.0...v0.2.0-rc.1
v0.2.0-beta.0
RabbitMQ.AMQP.Client
version 0.2.0-beta.0
What's Changed
- Implement support for connecting to cluster by @lukebakken in #96
- Add support for multiple Uris by @lukebakken in #98
- Change stream filter prefix by @lukebakken in #99
ByteCapacity
refactor by @lukebakken in #101- RPC test cleanup by @lukebakken in #103
IManagement
XML docs by @lukebakken in #102IConnection
XML docs by @lukebakken in #104- Implement AMQP 1.0: support JWT (OAuth 2) by @Gsantomaggio in #109
- add missing queues configurations by @Gsantomaggio in #110
IEnvironment
XML doc by @lukebakken in #105
Full Changelog: v0.1.0...v0.2.0-beta.0
v0.1.0
RabbitMQ.AMQP.Client
version 0.1.0
What's Changed
- Implement AMQP filter expressions by @lukebakken in #81
- Remove
net6.0
TFM by @lukebakken in #89 - rename replicas to members by @Gsantomaggio in #90
- Enable verbose logging of when a test starts and stops by @lukebakken in #88
- feat: introduce metrics based on system diagnostics by @aygalinc in #84
- Port more tests from AMQP Java 1.0 client by @lukebakken in #93
- License header updates. by @lukebakken in #94
- Address GHA test flakes by @lukebakken in #97
New Contributors
Full Changelog: v0.1.0-rc.1...v0.1.0
v0.1.0-rc.1
What's Changed
- DiscardAsync and RequeueAsync with Annotations by @Gsantomaggio in #70
- Implement pre-subscription hook by @Gsantomaggio in #72
- Add some log detail in case of timeout by @Gsantomaggio in #74
- Implement purge command by @Gsantomaggio in #73
- Allow exchange type to be a string by @lukebakken in #75
- Implement RPC server and client by @Gsantomaggio in #76
- refactor CI by @Gsantomaggio in #77
- Improve the RPC feature by @Gsantomaggio in #78
- Add documentation by @Gsantomaggio in #79
Full Changelog: v0.1.0-beta.2...v0.1.0-rc.1
v0.1.0-beta.2
What's Changed
- Enable testing with a Khepri-enabled cluster by @lukebakken in #67
- Rename OutcomeState with by @Gsantomaggio in #68
- First version for API documentation by @Gsantomaggio in #57
- Document outcome by @Gsantomaggio in #69
Full Changelog: v0.1.0-beta.1...v0.1.0-beta.2
v0.1.0-beta.1
What's Changed
- Rename BuildAsync to BuildAndStartAsync by @Gsantomaggio in #60
- Add ANONYMOUS SASL mechanism by @lukebakken in #62
- Set SaslMechanism Anonymous by @Gsantomaggio in #63
Full Changelog: v0.1.0-beta.0...v0.1.0-beta.1