Releases: rabbitmq/rabbitmq-dotnet-client
v7.0.0-rc.1
This is release candidate 1, suitable for testing in pre-production environments
What's Changed
- Fix ShutdownInitiator in
CloseAsyncby @lukebakken in #1574 - Misc changes from lukebakken/amqp-string by @lukebakken in #1575
- Truncate long client provided names by @lukebakken in #1576
- Add test that creates
IChannelwithin async consumer callback by @lukebakken in #1578 - Remove two unnecessary
.Cast<>()usages by @lukebakken in #1577 - Use ConcurrentDictionary by @lukebakken in #1580
- Fix two flaky tests by @lukebakken in #1579
- Handle AppDomain unload by @lukebakken in #1583
- Demonstrate that #1038 is fixed by @lukebakken in #1585
- Can't close channel from consumer dispatcher by @lukebakken in #1568
- Add test demonstrating that #1573 is fixed by @lukebakken in #1587
- Change test to match code provided by @neilgreatorex by @lukebakken in #1588
- Update copyright message by @lukebakken in #1589
- Adding proper OpenTelemetry integration via. registration helpers and better context propagation by @stebet in #1528
- Add test to demonstrate that #825 is fixed by @lukebakken in #1590
- Ensure OpenTelemetry project is set up like OAuth2 by @lukebakken in #1592
- Ship PublicAPI by @lukebakken in #1593
Full Changelog: v7.0.0-alpha.6...v7.0.0-rc.1
v7.0.0-alpha.6
This is an early alpha release, suitable for testing in pre-production environments
What's Changed
- Separate out connection recovery tests by @lukebakken in #1549
TestPublishRpcRightAfterReconnectimprovements by @lukebakken in #1553- Better exception message when a continuation times out by @lukebakken in #1552
- Fix
TestThatDeletedQueueBindingsDontReappearOnRecoveryby @lukebakken in #1554 - More
CancellationTokentodos by @lukebakken in #1555 - Enable
rabbitmq-clientevent logging when tests are verbose by @lukebakken in #1559 - Misc changes by @lukebakken in #1560
- Various editor suggestions by @lukebakken in #1563
- Enforce max message size with mutiple content frames by @lukebakken in #1566
Full Changelog: v7.0.0-alpha.5...v7.0.0-alpha.6
v7.0.0-alpha.5
This is an early alpha release, suitable for testing in pre-production environments
Full Changelog: v7.0.0-alpha.4...v7.0.0-alpha.5
v7.0.0-alpha.4
This is an early alpha release, suitable for testing in pre-production environments
What's Changed
- Remove more synchronous code by @lukebakken in #1504
- Use RabbitMQ 3.13 on Windows GHA by @lukebakken in #1505
- Continue removing sync API by @lukebakken in #1506
- Continue simplifying code by @lukebakken in #1507
- Make handling of server-originated methods async by @lukebakken in #1508
Full Changelog: v7.0.0-alpha.3...v7.0.0-alpha.4
v7.0.0-alpha.3
This is an early alpha release, suitable for testing in pre-production environments
What's Changed
- Use
Microsoft.CodeAnalysis.PublicApiAnalyzersby @lukebakken in #1447 - Retry more connections in test suite by @lukebakken in #1449
- Add test that demonstrates the current behavior of a recovered channe… by @lukebakken in #1450
- Enable long running tests by @lukebakken in #1451
- Ensure delivery tag is decremented for client-side exception by @lukebakken in #1453
- Trimming and AOT compatibility by @eerhardt in #1411
- Add test to prove bindings are restored by topology recovery by @lukebakken in #1460
- Remove synchronous API by @lukebakken in #1473
- Add OpenTelemetry support via ActivitySource by @stebet in #1261
- Add more use of CancellationToken in Async methods. by @lukebakken in #1468
- Re-organize test projects by @lukebakken in #1491
- InternalsVisibleTo enhancements by @WeihanLi in #1488
- Port #1494 to
mainby @lukebakken in #1495 - Update codeql.yml by @lukebakken in #1499
- Address lack of Socket read timeout for async reads by @lukebakken in #1497
- Remove more synchronous code. by @lukebakken in #1501
- Add test code for issue #1464 by @lukebakken in #1466
Full Changelog: v7.0.0-alpha.2...v7.0.0-alpha.3
7.0.0-alpha.2
What's Changed
This is an early alpha release, suitable for testing in pre-production environments. This release fixes a stack overflow error in ExchangeDeclareAsync that was reported several times:
Other fixes:
- Ensure that the underlying timer for
Task.Delayis canceled. by @lukebakken in #1426 - Fix #1429 by @lukebakken in #1431
- Port #1434 to
mainby @lukebakken in #1442 - Add cancellation to initial socket connection by @lukebakken in #1428
Full Changelog: v7.0.0-alpha.1...v7.0.0-alpha.2
6.8.1
What's Changed
- Fix #1429 in
6.xby @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