Skip to content

Commit 049b98c

Browse files
authored
Update CHANGELOG.md (#253)
1 parent 61069a3 commit 049b98c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

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+
311
## v10.0.1
412
- Fixed a bug that could cause a failure to recognize commands when using a large number of recipients.
513

@@ -27,4 +35,4 @@
2735
## v8
2836

2937
- 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

Comments
 (0)