Summary
We're pleased to announce reclass-rs v0.6.0.
Apart from dependency updates, this release fixes a mismatch between Python reclass and reclass-rs for inventories which have node definitions in subdirectories of inventory/nodes
when compose-node-name is disabled.
Additionally, please note that this release removes support for Python 3.8 which has been EOL since October 2024.
Changes
4 changes since v0.5.0
🔎 Breaking Changes
- Drop support for Python 3.8 which is EOL (#143)
🪛 Internal Changes
- Update Python GH workflow (#150)
🐛 Fixes
- Fix node discovery when compose-node-name is disabled (#149)
🔗 Dependency Updates
- Update Rust crate pyo3 to v0.23.4 (#147)