1
- ## Changes Between 6.4.0 and 6.7.0
1
+ # Changelog
2
2
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
4
4
5
- [ Full Changelog ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.4.0...v6.7.0 )
5
+ ### 6.8.1
6
6
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 )
8
9
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 )
12
29
13
30
## Changes Between 6.3.1 and 6.4.0
14
31
@@ -148,8 +165,6 @@ Added a TLS option to enforce CRL checks for server certificates.
148
165
149
166
GitHub issue: [ #500 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/500 )
150
167
151
-
152
-
153
168
## Changes Between 5.1.2 and 5.2.0
154
169
155
170
Please see the milestone for all changes:
@@ -166,8 +181,6 @@ GitHub issues: [#428](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/
166
181
167
182
GitHub PR: [ rabbitmq-dotnet-client #702 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/702 )
168
183
169
-
170
-
171
184
## Changes Between 5.1.1 and 5.1.2
172
185
173
186
### Bump System.Net.Security to 4.3.2
@@ -190,7 +203,6 @@ GitHub PR: [rabbitmq-dotnet-client#579](https://github.com/rabbitmq/rabbitmq-dot
190
203
191
204
GitHub PR: [ rabbitmq-dotnet-client #636 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/636 )
192
205
193
-
194
206
## Changes Between 5.0.x and 5.1.0
195
207
196
208
### Batch Publishing
@@ -209,7 +221,6 @@ GitHub PR: [rabbitmq-dotnet-client#377](https://github.com/rabbitmq/rabbitmq-dot
209
221
210
222
GitHub PR: [ rabbitmq-dotnet-client #354 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/354 )
211
223
212
-
213
224
## Changes Between 4.1.x and 5.0.1
214
225
215
226
### Async consumers
@@ -284,7 +295,6 @@ GitHub issue: [rabbitmq-dotnet-client#263](https://github.com/rabbitmq/rabbitmq-
284
295
285
296
GitHub issue: [ rabbitmq-dotnet-client #257 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/257 )
286
297
287
-
288
298
## Changes Between 4.0.2 and 4.1.0
289
299
290
300
` 4.1.0 ` was released on ** September 14th, 2016** .
@@ -307,7 +317,6 @@ Contributed by Brandon Ording and Szymon Kulec.
307
317
308
318
GH issue: [ rabbitmq-dotnet-client #251 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/251 )
309
319
310
-
311
320
## Changes Between 4.0.1 and 4.0.2 (September 1st, 2016)
312
321
313
322
### TcpClientAdapter Didn't Respect IP Address Family
0 commit comments