Skip to content

v3.0.1

Compare
Choose a tag to compare
@tux3 tux3 released this 27 Sep 14:50
· 92 commits to master since this release

This release improves support for using the SDK in CI environments:

  • When the http feature is on (by default), sdk-rust has been taught to load self-signed TLS certificates from the system store for desktop operating systems (Linux, Windows, macOS).
  • When the http feature is on, the SSL_CERT_FILE environment variable is now supported (all operating systems).

The native Tanker library used internally by sdk-rust now targets glibc versions >= 2.31-0.
This change is not expected to have a visible impact.