|
1 | | -# Changelog |
| 1 | +## Changes Between 6.4.0 and 6.7.0 |
2 | 2 |
|
3 | | -## [oauth2-1.0.0-beta.0](https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/oauth2-1.0.0-beta.0) (2023-09-25) |
| 3 | +## [v6.7.0](https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/v6.7.0) (2023-11-16) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/oauth2-1.0.0...oauth2-1.0.0-beta.0) |
6 | | - |
7 | | -## [oauth2-1.0.0](https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/oauth2-1.0.0) (2023-09-25) |
8 | | - |
9 | | -[Full Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.6.0-beta.0...oauth2-1.0.0) |
10 | | - |
11 | | -## [v6.6.0-beta.0](https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/v6.6.0-beta.0) (2023-09-25) |
12 | | - |
13 | | -[Full Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.6.0...v6.6.0-beta.0) |
14 | | - |
15 | | -## [v6.6.0](https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/v6.6.0) (2023-09-25) |
16 | | - |
17 | | -[Full Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.5.0...v6.6.0) |
18 | | - |
19 | | -**Implemented enhancements:** |
20 | | - |
21 | | -- Allow update of RoutingKey during Nack [\#1333](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1333) |
22 | | -- Support credential refresh for OAuth 2/JWT authentication scenarios [\#956](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/956) |
| 5 | +[Full Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.4.0...v6.7.0) |
23 | 6 |
|
24 | 7 | **Fixed bugs:** |
25 | 8 |
|
26 | | -- Configured `MaxMessageSize` is not honoured [\#1378](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1378) |
27 | | -- ConnectionFactory Authmechanisms has incorrect sharing between instances [\#1370](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1370) |
28 | | -- Unknown reply code 312 [\#1331](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1331) |
29 | | - |
30 | | -**Closed issues:** |
31 | | - |
32 | | -- Invalid parameter name in IManagementClient.DeleteExchangeBindingAsync [\#1375](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1375) |
33 | | -- Closing connection in EventingBasicConsumer.Received event handler freezes execution of event handler and connection is never closed [\#1292](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1292) |
34 | | - |
35 | | -## [v6.5.0](https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/v6.5.0) (2023-03-25) |
36 | | - |
37 | | -[Full Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.4.0-rc.1...v6.5.0) |
38 | | - |
39 | | -**Implemented enhancements:** |
40 | | - |
41 | | -- Investigate the use of TaskCreationOptions.LongRunning [\#1318](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1318) |
42 | | -- Exception during recovery causes recovery failure [\#658](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/658) |
43 | | - |
44 | | -**Closed issues:** |
45 | | - |
46 | | -- Consumer tags aren't cleaned on channel close causing memory leak. [\#1302](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1302) |
47 | | -- Impossible to use a ulong as a header value [\#1298](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1298) |
48 | | -- Recovery does not appear to save consumer arguments [\#1293](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1293) |
49 | | -- Timeout when opening a new channel after channel exception [\#1246](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1246) |
50 | | -- Autorecovery for server-named queues loops indefinitely when consumer listen this queue [\#1238](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1238) |
51 | | -- IModel.WaitForConfirmsOrDie\* methods don't document that they close [\#1234](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1234) |
52 | | -- Port \#1223 to main [\#1225](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1225) |
53 | | -- Better integrate max message size [\#1223](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1223) |
54 | | -- 7.0 Release Checklist [\#1191](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1191) |
55 | | -- Missing IRecoveryable implementation [\#998](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/998) |
56 | | -- BasicGetResult body memory safety in 6.x+ [\#994](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/994) |
57 | | - |
58 | | -## [v6.4.0-rc.1](https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/v6.4.0-rc.1) (2022-06-14) |
59 | | - |
60 | | -[Full Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.4.0...v6.4.0-rc.1) |
| 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) |
61 | 12 |
|
62 | 13 | ## Changes Between 6.3.1 and 6.4.0 |
63 | 14 |
|
@@ -374,6 +325,3 @@ GH issue: [rabbitmq-dotnet-client#239](https://github.com/rabbitmq/rabbitmq-dotn |
374 | 325 | ### Occasional `NullReferenceException` in Endpoint Resolution |
375 | 326 |
|
376 | 327 | GH issue: [rabbitmq-dotnet-client#238](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/238) |
377 | | - |
378 | | - |
379 | | -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments