Releases: jawah/wassima
Releases · jawah/wassima
Version 1.2.1
Version 1.2.0
1.2.0 (2025-01-12)
Changed
- pyo3 updated from 0.23.3 to 0.23.4
- rustls-native-certs updated from 0.7 to 0.8
Version 1.1.6
1.1.6 (2024-12-26)
Changed
- pyo3 updated from 0.22.5 to 0.23.3
Fixed
- Clippy warnings in our Rust code.
Added
- Initial support for Python 3.13 freethreaded experimental build.
Version 1.1.5
1.1.5 (2024-10-27)
Changed
- pyo3 updated from 0.20.3 to 0.22.5
Version 1.1.4
1.1.4 (2024-10-20)
Changed
- Harmonized requirements in project metadata whether you fetch the pure Python wheel or not. (#8)
Version 1.1.3
1.1.3 (2024-10-09)
Changed
- Bumped
rustls-native-certs
to version 0.7.3
Added
- Automatic (fallback) installation of
certifi
if native trust store access isn't supported on your platform. - Ensure
certifi
fallback bundle is loaded even if stored inside a zip-like file.
Version 1.1.2
1.1.2 (2024-08-17)
Changed
- Bumped
rustls-native-certs
to version 0.7.1
Added
- Explicit support for Python 3.13
Version 1.1.1
1.1.1 (2024-04-29)
Changed
- Bumped
pyo3
to version 0.20.3
Fixed
- Certifi fallback loading
- Exception if the underlying rust library could not access the OS store
Version 1.1.0
1.1.0 (2024-02-20)
Changed
- Bumped
pyo3
to version 0.20.2 - Bumped
rustls-native-certs
to version 0.7.0 - Bumped
maturin
to version 1.4.0
Version 1.0.3
1.0.3 (2023-11-11)
Added
- Function
register_ca
so that user may register their own custom CA (PEM, and DER accepted) in addition to the system trust store.
Fixed
- Overrule
SSL_CERT_FILE
environment variable so that system CA is always returned.
Changed
- Function
create_default_ssl_context
now instantiates anSSLContext
with the Mozilla Recommended Cipher Suite, instead of your system default. - Bumped
pyo3
to version 0.20.0