|
| 1 | +## Changes Between 4.1.1 and 5.0.0 |
| 2 | + |
| 3 | +### noAck renamed to autoAck |
| 4 | + |
| 5 | +GitHub issue: [rabbitmq-dotnet-client#255](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/255) |
| 6 | + |
| 7 | +### Replace Console.WriteLine logging with EventSource |
| 8 | + |
| 9 | +GitHub issue: [rabbitmq-dotnet-client#94](https://github.com/rabbitmq/rabbitmq-dotnet-client/issue/94) |
| 10 | + |
| 11 | +### Ensure connection recovery does not keep going after the connection has been closed |
| 12 | + |
| 13 | +GitHub issue: [rabbitmq-dotnet-client#294](https://github.com/rabbitmq/rabbitmq-dotnet-client/issue/294) |
| 14 | + |
| 15 | +### Add events for connection recovery errors and connection success |
| 16 | + |
| 17 | +GitHub issue: [rabbitmq-dotnet-client#156](https://github.com/rabbitmq/rabbitmq-dotnet-client/issue/156) |
| 18 | + |
| 19 | +### Synchronize access to the manuallyClosed field in AutorecoveringConnection. |
| 20 | + |
| 21 | +GitHub issue: [rabbitmq-dotnet-client#291](https://github.com/rabbitmq/rabbitmq-dotnet-client/issue/291) |
| 22 | + |
| 23 | +### Use concurrent collections inside AutorecoveringConnection |
| 24 | + |
| 25 | +GitHub issue: [rabbitmq-dotnet-client#288](https://github.com/rabbitmq/rabbitmq-dotnet-client/issue/288) |
| 26 | + |
| 27 | +### Make uri and Uri setters in ConnectionFactory obsolete |
| 28 | + |
| 29 | +GitHub issue: [rabbitmq-dotnet-client#264](https://github.com/rabbitmq/rabbitmq-dotnet-client/issue/264) |
| 30 | + |
| 31 | +### Add property to allow an endpoint to specify the address family |
| 32 | + |
| 33 | +GitHub issue: [rabbitmq-dotnet-client#226](https://github.com/rabbitmq/rabbitmq-dotnet-client/issue/226) |
| 34 | + |
| 35 | +### Fix potential EventingBasicConsumer race condition |
| 36 | + |
| 37 | +GitHub issue: [rabbitmq-dotnet-client#242](https://github.com/rabbitmq/rabbitmq-dotnet-client/issue/242) |
| 38 | + |
| 39 | +### Enable connection recovery by default |
| 40 | + |
| 41 | +GitHub issue: [rabbitmq-dotnet-client#271](https://github.com/rabbitmq/rabbitmq-dotnet-client/issue/271) |
| 42 | + |
| 43 | + |
1 | 44 | ## Changes Between 4.1.0 and 4.1.1
|
2 | 45 |
|
3 | 46 | ### Fixed XML Documentation Generation
|
|
0 commit comments