@@ -6,45 +6,45 @@ GitHub PR: [rabbitmq-dotnet-client#307](https://github.com/rabbitmq/rabbitmq-dot
6
6
7
7
### Enable connection recovery by default
8
8
9
- GitHub issue: [ rabbitmq-dotnet-client #271 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issue /271 )
9
+ GitHub issue: [ rabbitmq-dotnet-client #271 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issues /271 )
10
10
11
11
### Replace Console.WriteLine logging with EventSource
12
12
13
- GitHub issue: [ rabbitmq-dotnet-client #94 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issue /94 )
13
+ GitHub issue: [ rabbitmq-dotnet-client #94 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issues /94 )
14
14
15
15
### Add events for connection recovery errors and connection success
16
16
17
- GitHub issue: [ rabbitmq-dotnet-client #156 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issue /156 )
17
+ GitHub issue: [ rabbitmq-dotnet-client #156 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issues /156 )
18
18
19
19
### noAck renamed to autoAck
20
20
21
21
GitHub issue: [ rabbitmq-dotnet-client #255 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/255 )
22
22
23
23
### Make uri and Uri setters in ConnectionFactory obsolete
24
24
25
- GitHub issue: [ rabbitmq-dotnet-client #264 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issue /264 )
25
+ GitHub issue: [ rabbitmq-dotnet-client #264 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issues /264 )
26
26
27
27
### Ensure connection recovery does not keep going after the connection has been closed
28
28
29
- GitHub issue: [ rabbitmq-dotnet-client #294 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issue /294 )
29
+ GitHub issue: [ rabbitmq-dotnet-client #294 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issues /294 )
30
30
31
31
### Synchronize access to the manuallyClosed field in AutorecoveringConnection.
32
32
33
- GitHub issue: [ rabbitmq-dotnet-client #291 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issue /291 )
33
+ GitHub issue: [ rabbitmq-dotnet-client #291 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issues /291 )
34
34
35
35
### Use concurrent collections inside AutorecoveringConnection
36
36
37
- GitHub issue: [ rabbitmq-dotnet-client #288 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issue /288 )
37
+ GitHub issue: [ rabbitmq-dotnet-client #288 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issues /288 )
38
38
39
39
### Add property to allow an endpoint to specify the address family
40
40
41
- GitHub issue: [ rabbitmq-dotnet-client #226 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issue /226 )
41
+ GitHub issue: [ rabbitmq-dotnet-client #226 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issues /226 )
42
42
43
43
### Fix potential EventingBasicConsumer race condition
44
44
45
45
### Re-introduce a Uri property on IConnectionFactory
46
46
47
- GitHub issue: [ rabbitmq-dotnet-client #330 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issue /330 )
47
+ GitHub issue: [ rabbitmq-dotnet-client #330 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issues /330 )
48
48
49
49
### Add CreateConnection overload to IConnectionFactory
50
50
0 commit comments