Skip to content

Commit 8f32ba3

Browse files
authored
Merge pull request #1597 from rabbitmq/lukebakken/changelog-6.8.1
Lukebakken/changelog 6.8.1
2 parents dc12301 + 48cb282 commit 8f32ba3

File tree

1 file changed

+24
-15
lines changed

1 file changed

+24
-15
lines changed

CHANGELOG.md

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,31 @@
1-
## Changes Between 6.4.0 and 6.7.0
1+
# Changelog
22

3-
## [v6.7.0](https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/v6.7.0) (2023-11-16)
3+
## Changes Between 6.4.0 and 6.8.1
44

5-
[Full Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.4.0...v6.7.0)
5+
### 6.8.1
66

7-
**Fixed bugs:**
7+
GitHub milestone: [`6.8.0`](https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/67?closed=1)
8+
Diff: [link](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.8.0...v6.8.1)
89

9-
- Removed `ReceiveBufferSize` and `SendBufferSize` because it limited performance [\#1416](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1416)
10-
- Make `TcpClientAdapter` public [\#1418](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1418)
11-
- 6.5.0 can cause application freeze due to TaskScheduler change [\#1357](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1357)
10+
### 6.8.0
11+
12+
GitHub milestone: [`6.8.0`](https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/64?closed=1)
13+
Diff: [link](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.7.0...v6.8.0)
14+
15+
### 6.7.0
16+
17+
GitHub milestone: [`6.7.0`](https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/63?closed=1)
18+
Diff: [link](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.6.0...v6.7.0)
19+
20+
### 6.6.0
21+
22+
GitHub milestone: [`6.6.0`](https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/62?closed=1)
23+
Diff: [link](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.5.0...v6.6.0)
24+
25+
### 6.5.0
26+
27+
GitHub milestone: [`6.5.0`](https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/59?closed=1)
28+
Diff: [link](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.4.0...v6.5.0)
1229

1330
## Changes Between 6.3.1 and 6.4.0
1431

@@ -148,8 +165,6 @@ Added a TLS option to enforce CRL checks for server certificates.
148165

149166
GitHub issue: [#500](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/500)
150167

151-
152-
153168
## Changes Between 5.1.2 and 5.2.0
154169

155170
Please see the milestone for all changes:
@@ -166,8 +181,6 @@ GitHub issues: [#428](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/
166181

167182
GitHub PR: [rabbitmq-dotnet-client#702](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/702)
168183

169-
170-
171184
## Changes Between 5.1.1 and 5.1.2
172185

173186
### Bump System.Net.Security to 4.3.2
@@ -190,7 +203,6 @@ GitHub PR: [rabbitmq-dotnet-client#579](https://github.com/rabbitmq/rabbitmq-dot
190203

191204
GitHub PR: [rabbitmq-dotnet-client#636](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/636)
192205

193-
194206
## Changes Between 5.0.x and 5.1.0
195207

196208
### Batch Publishing
@@ -209,7 +221,6 @@ GitHub PR: [rabbitmq-dotnet-client#377](https://github.com/rabbitmq/rabbitmq-dot
209221

210222
GitHub PR: [rabbitmq-dotnet-client#354](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/354)
211223

212-
213224
## Changes Between 4.1.x and 5.0.1
214225

215226
### Async consumers
@@ -284,7 +295,6 @@ GitHub issue: [rabbitmq-dotnet-client#263](https://github.com/rabbitmq/rabbitmq-
284295

285296
GitHub issue: [rabbitmq-dotnet-client#257](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/257)
286297

287-
288298
## Changes Between 4.0.2 and 4.1.0
289299

290300
`4.1.0` was released on **September 14th, 2016**.
@@ -307,7 +317,6 @@ Contributed by Brandon Ording and Szymon Kulec.
307317

308318
GH issue: [rabbitmq-dotnet-client#251](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/251)
309319

310-
311320
## Changes Between 4.0.1 and 4.0.2 (September 1st, 2016)
312321

313322
### TcpClientAdapter Didn't Respect IP Address Family

0 commit comments

Comments
 (0)