Prepare v0.9.1 release - #87
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Prepare the backward-compatible
hubuum_client0.9.1 patch release.Compatibility
The declared target remains Hubuum server v0.0.9. The pinned OpenAPI contract remains at 202 operations, and the immutable required-test image remains:
ghcr.io/hubuum/hubuum-server@sha256:1f12baf882b6d3df5b4b2dbdf26aad0793274e57f86a2c186b8e1e68632db5dbThe canonical Docker-backed library and independent
e2e_clientsuites passed against that exact server image and the pinned PostgreSQL fixture.Dependencies and MSRV
All direct and transitive dependencies were refreshed immediately before this release in #85. A new
cargo update --dry-run --verbosereports zero additional Rust 1.88-compatible updates.cargo auditandcargo deny check bans licenses sourcespass. The MSRV remains Rust 1.88 and every workspace target passes under that toolchain.Breaking changes
None. No migration action is required.
Changelog
The dated 0.9.1 notes include JSON-path validation, server-advertised pagination limits, atomic export downloads, property-level OpenAPI reconciliation, the complete dependency refresh, the
h2advisory fix, and release-workflow security hardening.Verification
./scripts/check-release.sh v0.9.1cargo run -p hubuum_reconcile --locked -- updatecargo run -p hubuum_reconcile --locked -- checkcargo fmt --all -- --checkcargo clippy --workspace --all-targets --all-features -- -D warningsRUSTDOCFLAGS="-D warnings" cargo doc --workspace --all-features --no-depscargo test --workspace --all-features --lockedcargo +1.88 check --workspace --all-targets --all-features --lockedpython3 scripts/openapi-contract.py validatecargo update --dry-run --verbosecargo auditcargo deny check bans licenses sourcescargo package --list -p hubuum_client./scripts/run-integration-tests.sh --with-e2e-client -- --test-threads=1