|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [v6.5.0](https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/v6.5.0) (2023-03-24) |
| 3 | +## [oauth2-1.0.0-beta.0](https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/oauth2-1.0.0-beta.0) (2023-09-25) |
| 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) |
| 23 | + |
| 24 | +**Fixed bugs:** |
| 25 | + |
| 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) |
4 | 36 |
|
5 | 37 | [Full Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.4.0-rc.1...v6.5.0)
|
6 | 38 |
|
7 | 39 | **Implemented enhancements:**
|
8 | 40 |
|
| 41 | +- Investigate the use of TaskCreationOptions.LongRunning [\#1318](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1318) |
9 | 42 | - Exception during recovery causes recovery failure [\#658](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/658)
|
10 | 43 |
|
11 | 44 | **Closed issues:**
|
12 | 45 |
|
13 | 46 | - Consumer tags aren't cleaned on channel close causing memory leak. [\#1302](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1302)
|
14 | 47 | - Impossible to use a ulong as a header value [\#1298](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1298)
|
15 | 48 | - Recovery does not appear to save consumer arguments [\#1293](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1293)
|
16 |
| -- Long delay from publish to consumer event [\#1252](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1252) |
17 | 49 | - Timeout when opening a new channel after channel exception [\#1246](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1246)
|
18 | 50 | - Autorecovery for server-named queues loops indefinitely when consumer listen this queue [\#1238](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1238)
|
19 | 51 | - IModel.WaitForConfirmsOrDie\* methods don't document that they close [\#1234](https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1234)
|
|
0 commit comments