2.8.37
What's Changed
- Add
ConfigurationOptions.SetUserPemCertificate(...)
andConfigurationOptions.SetUserPfxCertificate(...)
methods to simplify using client certificates (#2873 by @mgravell) - Add logging for when a Multiplexer reconfigures (#2864 by @st-dev-gh)
- Fix: Move
AuthenticateAsClient
to fully async after dropping older framework support, to help client thread starvation in cases TLS negotiation stalls server-side (#2878 by @NickCraver)
New Contributors
- @st-dev-gh made their first contribution in #2864
Full Changelog: 2.8.31...2.8.37