Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-02-19 | 2.6 kB | |
v7.1.0 source code.tar.gz | 2025-02-19 | 7.5 MB | |
v7.1.0 source code.zip | 2025-02-19 | 7.8 MB | |
Totals: 3 Items | 15.3 MB | 1 |
What's Changed
- chore: bump regular System.Text.RegularExpressions due to a known CVE in earlier versions by @aygalinc in https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1735
- Simplify preprocessor directives by @danielmarbach in https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1741
- Address flaky integration tests by @lukebakken in https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1742
- Toxiproxy manager change by @lukebakken in https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1744
- Set TestTfmsInParallel to false for Integration tests by @lukebakken in https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1745
- More updates for the current OTel (OpenTelemetry) conventions by @iinuwa in https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1717
- Update NuGet packages by @lukebakken in https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1748
- Update copyright year to 2025 by @lukebakken in https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1755
- Ensure broker-originated channel closure completes by @lukebakken in https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1764
- Remove whitespaces from csproj files by @sungam3r in https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1768
- Misc items by @lukebakken in https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1766
- Fix typos by @sungam3r in https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1770
- Handle
OperationCanceledException
in RPC continuations by @lukebakken in https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1753 - Allow setting heartbeat timeout to
TimeSpan.Zero
by @lukebakken in https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1773 - Create cancellation token from
timeout
by @lukebakken in https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1775 - Track down
ObjectDisposedExceptions
by @lukebakken in https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1772 - Fix very rare deadlock by @lukebakken in https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1771
- Fix [#1777] by @lukebakken in https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1781
- Fix rare deadlock, second try by @lukebakken in https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1782
New Contributors
- @aygalinc made their first contribution in https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1735
Full Changelog: https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v7.0.0...v7.1.0