You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Change Log
2
2
3
+
## v11.0.0
4
+
5
+
- Add SslProtocol to SecurableDuplexPipe
6
+
- Add Github Workflow run build and unit tests
7
+
- Add Summary Infos to classes
8
+
- Add a session timeout that terminates the connection if it is open for too long
9
+
- Fix missing session created event in failure case
10
+
3
11
## v10.0.1
4
12
- Fixed a bug that could cause a failure to recognize commands when using a large number of recipients.
5
13
@@ -27,4 +35,4 @@
27
35
## v8
28
36
29
37
- Version 8 contains substantial refactoring to take advantage of [System.IO.Pipelines](https://www.nuget.org/packages/System.IO.Pipelines/) in an effort to improve throughput performance and reduce memory allocations.
30
-
- In addition to this there are also changes to make service resolution easier via Dependency Injection through utilizing the [IServiceProvider](https://docs.microsoft.com/en-us/dotnet/api/system.iserviceprovider) interface.
38
+
- In addition to this there are also changes to make service resolution easier via Dependency Injection through utilizing the [IServiceProvider](https://docs.microsoft.com/en-us/dotnet/api/system.iserviceprovider) interface.
0 commit comments