Releases: sfackler/rust-native-tls
Releases · sfackler/rust-native-tls
v0.2.12
What's Changed
- Use SPDX license format by @jbtrystram in #247
- Update test-cert-gen to no longer depend on remove_dir_all by @felipesere in #254
- Exclude the leaf certificate from the chain when parsing PKCS#8 identities by @sfackler in #273
- Replace
lazy_static
withonce_cell
by @daxpedda in #267 - Update builders documentation by @rust1248 in #271
- Remove
once_cell
by @tamird in #279 - Add tvOS and watchOS support by @simlay in #285
- Make tempfile be a macos-only dependency by @simlay in #295
- Added visionos target support by @simlay in #294
New Contributors
- @jbtrystram made their first contribution in #247
- @felipesere made their first contribution in #254
- @daxpedda made their first contribution in #267
- @rust1248 made their first contribution in #271
- @tamird made their first contribution in #279
- @simlay made their first contribution in #285
Full Changelog: v0.2.11...v0.2.12