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