diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c8c685..75289bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## v11.0.0 + +- Add SslProtocol to SecurableDuplexPipe +- Add Github Workflow run build and unit tests +- Add Summary Infos to classes +- Add a session timeout that terminates the connection if it is open for too long +- Fix missing session created event in failure case + ## v10.0.1 - Fixed a bug that could cause a failure to recognize commands when using a large number of recipients. @@ -27,4 +35,4 @@ ## v8 - 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. -- 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. \ No newline at end of file +- 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.