The documentation for this release is at https://gregoryszorc.com/docs/pyoxidizer/0.24.0/.
Backwards Compatibility Notes
- The minimum Rust version has been changed from 1.61 to 1.65.0.
Bug Fixes
- Fixed a bad regression in 0.23.0 that was causing Python symbols to not get
exported from built binaries, which was causing extension modules to not load
successfully. (Extension module imports would fail withundefined symbol
errors, or similar.) (#663).
Changes
- Default CPython distributions upgraded. CPython 3.8.15 -> 3.8.16; 3.9.15 ->
3.9.16; 3.10.8 -> 3.10.9.
See https://github.com/indygreg/python-build-standalone/releases/tag/20221220
for additional changes.
Other Relevant Changes
- Managed Rust toolchain upgraded from 1.61.0 to 1.66.0.
- Package versions in autogenerated
Cargo.toml
are now defined to the patch
level. - SPDX license list upgraded from 1.18 to 1.19.