Skip to content

Commit 75822ae

Browse files
committed
7.1.0-alpha.0 CHANGELOG
1 parent bcba9e4 commit 75822ae

File tree

1 file changed

+50
-2
lines changed

1 file changed

+50
-2
lines changed

CHANGELOG.md

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,62 @@
11
# Changelog
22

3-
[Full Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v7.0.0-rc.14...HEAD)
3+
## [Unreleased](https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/7.1.0-alpha.0...HEAD)
6+
7+
**Closed issues:**
8+
9+
- `IChannel` thread safety [\#1722](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1722)
10+
11+
## [7.1.0-alpha.0](https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/7.1.0-alpha.0) (2025-01-16)
12+
13+
[Full Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v7.1.0-alpha.0...7.1.0-alpha.0)
14+
15+
## [v7.1.0-alpha.0](https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/v7.1.0-alpha.0) (2025-01-16)
16+
17+
[Full Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v7.0.0...v7.1.0-alpha.0)
18+
19+
**Implemented enhancements:**
20+
21+
- Single Active consumer [\#1723](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1723)
22+
- OpenTelemetry: Update messaging.operation span attribute to latest OTel Semantic Conventions [\#1715](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1715)
23+
- 7.0 release checklist / misc items [\#1413](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1413)
24+
25+
**Fixed bugs:**
26+
27+
- Connection Recovery is triggered without the old connection being closed [\#1767](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1767)
28+
- Cancelling `ModelSendAsync` can close the connection when it shouldn't [\#1750](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1750)
29+
- `ObjectDisposedException` when channel is closed by RabbitMQ due to a channel exception [\#1749](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1749)
430

531
**Merged pull requests:**
632

33+
- Fix typos [\#1770](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1770) ([sungam3r](https://github.com/sungam3r))
34+
- Remove whitespaces from csproj files [\#1768](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1768) ([sungam3r](https://github.com/sungam3r))
35+
- Misc items [\#1766](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1766) ([lukebakken](https://github.com/lukebakken))
36+
- Ensure broker-originated channel closure completes [\#1764](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1764) ([lukebakken](https://github.com/lukebakken))
37+
- Update copyright year to 2025 [\#1755](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1755) ([lukebakken](https://github.com/lukebakken))
38+
- Handle `OperationCanceledException` in RPC continuations [\#1753](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1753) ([lukebakken](https://github.com/lukebakken))
39+
- Update NuGet packages [\#1748](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1748) ([lukebakken](https://github.com/lukebakken))
40+
- Set TestTfmsInParallel to false for Integration tests [\#1745](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1745) ([lukebakken](https://github.com/lukebakken))
41+
- Toxiproxy manager change [\#1744](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1744) ([lukebakken](https://github.com/lukebakken))
42+
- Address flaky integration tests [\#1742](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1742) ([lukebakken](https://github.com/lukebakken))
43+
- Simplify preprocessor directives [\#1741](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1741) ([danielmarbach](https://github.com/danielmarbach))
44+
- chore: bump regular System.Text.RegularExpressions due to a known CVE in earlier versions [\#1735](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1735) ([aygalinc](https://github.com/aygalinc))
45+
- More updates for the current OTel \(OpenTelemetry\) conventions [\#1717](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1717) ([iinuwa](https://github.com/iinuwa))
46+
47+
## [v7.0.0](https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/v7.0.0) (2024-11-05)
48+
49+
[Full Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v7.0.0-rc.14...v7.0.0)
50+
51+
**Merged pull requests:**
52+
53+
- 7.0.0 CHANGELOG [\#1719](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1719) ([lukebakken](https://github.com/lukebakken))
754
- Fix build warnings in API [\#1718](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1718) ([lukebakken](https://github.com/lukebakken))
855
- Change OTel attribute messaging.operation to messaging.operation.type [\#1716](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1716) ([iinuwa](https://github.com/iinuwa))
956
- Throw when lease not acquired. This can happen then the rate limiter doesn't allow queuing or is generally wrongly configured [\#1714](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1714) ([danielmarbach](https://github.com/danielmarbach))
1057

58+
**Merged pull requests:**
59+
1160
## [v7.0.0-rc.14](https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/v7.0.0-rc.14) (2024-10-24)
1261

1362
[Full Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v7.0.0-rc.13...v7.0.0-rc.14)
@@ -229,7 +278,6 @@
229278
- Update CHANGELOG [\#1598](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1598) ([lukebakken](https://github.com/lukebakken))
230279
- Use default value for `RabbitMQActivitySource.UseRoutingKeyAsOperationName` [\#1595](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1595) ([lukebakken](https://github.com/lukebakken))
231280
- downgrade dependencies [\#1594](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1594) ([WeihanLi](https://github.com/WeihanLi))
232-
233281
## [v7.0.0-rc.1](https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/v7.0.0-rc.1) (2024-06-04)
234282

235283
[Full Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v7.0.0-alpha.6...v7.0.0-rc.1)

0 commit comments

Comments
 (0)