Commit 06fd1568 authored by mgravell's avatar mgravell

release notes for 2.1.28; enable deterministic builds in release

parent 84bce912
...@@ -26,6 +26,10 @@ ...@@ -26,6 +26,10 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl> <PublishRepositoryUrl>true</PublishRepositoryUrl>
<IsPackable>false</IsPackable> <IsPackable>false</IsPackable>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<Deterministic>true</Deterministic>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.0.50" PrivateAssets="all" /> <PackageReference Include="Nerdbank.GitVersioning" Version="3.0.50" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all"/> <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all"/>
......
# Release Notes # Release Notes
## 2.1.28
- fix: stability in new sentinel APIs
- fix: include `SslProtocolos` in `ConfigurationOptions.ToString()` (#1408 via vksampath and Sampath Vuyyuru
- fix: clarify messaging around disconnected multiplexers (#1396)
- change: tweak methods of new sentinel API (this is technically a breaking change, but since this is a new API that was pulled quickly, we consider this to be acceptable)
- add: new thread`SocketManager` mode (opt-in) to always use the regular thread-pool instead of the dedicated pool
- add: improved counters in/around error messages
- build: enable deterministic builds
## 2.1.0 ## 2.1.0
- fix: ensure active-message is cleared (#1374 via hamish-omny) - fix: ensure active-message is cleared (#1374 via hamish-omny)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment