Update dependency reclass-rs to v0.10.1 #1267
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.9.0->0.10.1Release Notes
projectsyn/reclass-rs (reclass-rs)
v0.10.1Compare Source
Summary
This release fixes the Python release process to ensure that
maturinincludes all relevant metadata in the Python package (README, License, authors, etc.).There's no functional changes between v0.10.0 and this patch release.
Changes
1 changes since v0.10.0
🐛 Fixes
dynamicentries to ensure full Python package metadata (#200)v0.10.0Compare Source
Summary
We're pleased to announce reclass-rs v0.10.0. This release introduces the first bigger feature that's incompatible with kapicorp-reclass: reclass-rs now supports default values for parameter references.
The gist of the feature is that users can specify default values for parameter references by providing the default value after a
::separator, for example${foo::default}will fall back to value "default" when keyfoois missing for the node. We chose::as the separator because it can't currently appear in valid kapicorp-reclass inventories.A more comprehensive documentation of reference default values is available in the Git repository.
Please note that the usage of
::as the separator for reference default values is a breaking change for existing reclass-rs inventories which reference a parameter that contains the empty string as a key segment.Additionally, we've implemented the
ignore_overwritten_missing_referenceskapicorp-reclass config option, and have updated reclass-rs to have the same default behavior (ignoring overwritten missing references) as kapicorp-reclass.Apart from these user-facing new features, we've introduced Python type stubs for the
reclass_rsPython module, updated the dependencies of the Rust implementation, and switched to Rust's 2024 Edition.Changes
18 changes since v0.9.0
🔎 Breaking Changes
🚀 Features
ignore_overwritten_missing_referenceskapicorp-reclass config option (#185)reclass_rs(#199)🪛 Internal Changes
actions-rs/toolchainin GitHub actions (#179)downcast*calls with equivalentcast*calls (#191)🔗 Dependency Updates
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.