Skip to content

v0.24.0

Compare
Choose a tag to compare
@jsdw jsdw released this 09 Jul 08:56
· 14 commits to master since this release
v0.24.0
fc75a88

[v0.24.0] - 2024-07-05

A breaking release that mainly changes:

  1. tls feature for the client has been divided into tls and tls-platform-verifier where the tls feature
    will only include rustls and no specific certificate store but the default one is still tls-rustls-platform-verifier.
    This is useful if one wants to avoid bring on openssl dependencies.
  2. Remove dependencies anyhow and beef from the codebase.

[Changed]

  • types: serialize id in Response before result/error fields (#1421)
  • refactor(client+transport)!: split tls into tls and tls-rustls-platform-verifier features (#1419)
  • chore(deps): update rustc-hash requirement from 1 to 2 (#1410)
  • deps: remove anyhow (#1402)
  • deps: remove beef (#1401)