Releases: rabbitmq/rabbitmq-dotnet-client
v7.0.0-rc.6
This is release candidate 6, suitable for testing in pre-production environments
What's Changed
- Move
Deliver
OTEL activity to consumer dispatchers by @lukebakken in #1633 - simplify IncomingCommand.ReturnBuffers handling by @bollhals in #1636
Full Changelog: v7.0.0-rc.5...v7.0.0-rc.6
v7.0.0-rc.5
This is release candidate 5, suitable for testing in pre-production environments
What's Changed
- make IncomingCommand a class and simplify code around it by @bollhals in #1628
- Replace ReadOnlyBasicProperties with IReadOnlyBasicProperties by @Tornhoof in #1631
- Add NRT for the whole client assembly by @bollhals in #1626
Full Changelog: v7.0.0-rc.4...v7.0.0-rc.5
v7.0.0-rc.4
This is release candidate 4, suitable for testing in pre-production environments
What's Changed
- Avoid boxing in IEndpointResolverExtensions.cs by @lechu445 in #1619
- Fix issue when recovery takes longer than recovery interval by @lukebakken in #1624
New Contributors
Full Changelog: v7.0.0-rc.3...v7.0.0-rc.4
v7.0.0-rc.3
This is release candidate 3, suitable for testing in pre-production environments
What's Changed
- Make
BasicProperties
a class by @lukebakken in #1609 - change InboundFrame to a class by @bollhals in #1613
- Add
DispatchConsumersAsyncEnabled
property onIConnection
(#1611) by @lukebakken in #1615 - Ensure that arguments passed to recorded entities are copied. by @lukebakken in #1616
Full Changelog: v7.0.0-rc.2...v7.0.0-rc.3
v7.0.0-rc.2
This is release candidate 2, suitable for testing in pre-production environments
What's Changed
- Fix ShutdownInitiator in
CloseAsync
by @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
IChannel
within 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
- Use default value for
RabbitMQActivitySource.UseRoutingKeyAsOperationName
by @lukebakken in #1595 - downgrade dependencies by @WeihanLi in #1594
- Update CHANGELOG by @lukebakken in #1598
- Remove in from async methods by @Tornhoof in #1602
- nuget CPM support by @WeihanLi in #1599
- fix some quick wins by @bollhals in #1603
- docs: update badge by @WeihanLi in #1608
- remove CancellationTokenSource from DispatcherChannelBase by @bollhals in #1606
- Make
ReadonlyBasicProperties
a class. by @lukebakken in #1607
New Contributors
Full Changelog: v7.0.0-alpha.6...v7.0.0-rc.2
v7.0.0-rc.1
This is release candidate 1, suitable for testing in pre-production environments
What's Changed
- Fix ShutdownInitiator in
CloseAsync
by @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
IChannel
within 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
TestPublishRpcRightAfterReconnect
improvements by @lukebakken in #1553- Better exception message when a continuation times out by @lukebakken in #1552
- Fix
TestThatDeletedQueueBindingsDontReappearOnRecovery
by @lukebakken in #1554 - More
CancellationToken
todos by @lukebakken in #1555 - Enable
rabbitmq-client
event 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.PublicApiAnalyzers
by @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
main
by @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