Skip to content

v2.11.0

Compare
Choose a tag to compare
@iMacTia iMacTia released this 26 Aug 08:53
· 4 commits to main since this release
3170e7d

What's Changed

This release adds support for the ciphers SSL option (currently supported by the net_http adapter in v3.3+), as well as taking advantage of the support of chained certificates introduced in the net_http adapter in v3.2.
Also, it adds a new ParallelManager#execute interface that improves on the existing one and makes it easier for adapters to support parallel requests. This is currently used by the async-http adapter.

New features ✨

  • Add support for a new ParallelManager#execute method. by @iMacTia in #1584
  • Add ciphers attribute to SSLOptions by @womblep in #1582

Misc/Docs 📄

New Contributors

Full Changelog: v2.10.1...v2.11.0