v3.0.1
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.