Releases: rabbitmq/rabbitmq-dotnet-client
Releases · rabbitmq/rabbitmq-dotnet-client
6.8.1
What's Changed
- Fix #1429 in
6.x
by @lukebakken in #1432 - Pass exception back up to application code by @lukebakken in #1438
- Follow-up to #1434 by @lukebakken in #1443
Full Changelog: v6.7.0...v6.8.1
7.0.0-alpha.1
This alpha release includes changes from #1347, which adds async methods to the public API, and is appropriate to test in your pre-production environments.
6.7.0
What's Changed
- Removed ReceiveBufferSize and SendBufferSize to improve message rates by @lukebakken in #1416
- Make TcpClientAdapter public by @lukebakken in #1418
Full Changelog: v6.6.0...v6.7.0
7.0.0-alpha.0
This is a very early pre-release of version 7. The goal is to test publishing the NuGet package from GitHub Actions.
https://www.nuget.org/packages/RabbitMQ.Client/7.0.0-alpha.0
6.6.0
Features
This version adds support for OAuth2 authentication flows. See the test project here for a usage example.
What's Changed
- Backport 1332 to 6.x by @Zerpet in #1336
- Misc updates by @lukebakken in #1339
- Fix #1370 by making copy of default AuthMechanisms by @evolvedlight in #1371
- Bump to net462 by @lukebakken in #1384
- Port OAuth2 support to 6.x by @lukebakken in #1387
- Start main reader loop using the default TaskScheduler by @lukebakken in #1388
New Contributors
- @evolvedlight made their first contribution in #1371
Full Changelog: v6.5.0...v6.6.0
6.6.0-beta.0
What's Changed
- Backport 1332 to 6.x by @Zerpet in #1336
- Misc updates by @lukebakken in #1339
- Fix #1370 by making copy of default AuthMechanisms by @evolvedlight in #1371
- Bump to net462 by @lukebakken in #1384
- Port OAuth2 support to 6.x by @lukebakken in #1387
- Start main reader loop using the default TaskScheduler by @lukebakken in #1388
New Contributors
- @evolvedlight made their first contribution in #1371
Full Changelog: v6.5.0...v6.6.0-beta.0
6.5.0
What's Changed
- Merge pull request #1256 from rabbitmq/lukebakken/ci-updates by @lukebakken in #1266
- fix: add unsigned short support in table protocol by @gytsen in #1271
- Update Apigen to support .NET 6 by @Zerpet in #1300
- Add event for recovering consumer by @Zerpet in #1304
- Add custom filtering and exception handling to topology recovery on 6.x by @rosca-sabina in #1316
- Misc updates by @lukebakken in #1322
- Delete recorded consumers when autorecovering model is disposed by @lukebakken in #1317
- Fix consumer recovery with server-named queues by @lukebakken in #1324
- Start MainLoop with a Task marked as LongRunning by @d-jagoda in #1321
- 6.5.0 CHANGELOG by @lukebakken in #1327
New Contributors
Full Changelog: v6.4.0...v6.5.0