Skip to content

chore: prepare 0.2.1 release - #142

Merged
adamcavendish merged 2 commits into
mainfrom
adamcavendish/prepare-0.2.1
Jul 31, 2026
Merged

chore: prepare 0.2.1 release#142
adamcavendish merged 2 commits into
mainfrom
adamcavendish/prepare-0.2.1

Conversation

@adamcavendish

@adamcavendish adamcavendish commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

Summary

Prepare OpenAPI Nexus 0.2.1 for release. This promotes the accumulated response-header and uniform Rust API-call error notes, bumps workspace metadata, and points stable installer documentation at the new version.

Behavior

Release surface Behavior
Workspace crates Resolve as version 0.2.1 in Cargo metadata and the lockfile
Changelog Publish the current Unreleased notes under 0.2.1
Stable installers Download release artifacts from the 0.2.1 GitHub release
Release artifacts Continue to be planned and built by GitHub Actions

Compatibility

This release includes the documented generated Rust API change where ApiError::headers() returns the backend-native header map and successful response structs expose native headers. Generated clients should be regenerated when adopting 0.2.1. The common Rust ApiCallError remains additive alongside operation-specific typed errors.

Validation

  • cargo metadata --locked --format-version=1 --no-deps
  • just fmt-check
  • cargo check --workspace
  • cargo +1.90 check --workspace
  • just clippy
  • just test-all — 1,302 tests passed
  • just golden-check
  • just book
  • cargo package --allow-dirty

Documentation

  • docs/src/response_headers.md: added a Rust call-site example covering declared-header accessors and native-header fallback on successful and error responses.
  • Coverage: response headers now have reference, explanation, and how-to coverage; uniform Rust errors remain documented with direct, thiserror, and SNAFU usage.

- Bump workspace versions and stable installer links to 0.2.1
- Publish response header support and uniform Rust API call errors
@codecov

codecov Bot commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

- Show declared header accessors on successful and error responses
- Demonstrate native header fallback through ApiCallError
@adamcavendish
adamcavendish merged commit 6a7617c into main Jul 31, 2026
25 checks passed
@adamcavendish
adamcavendish deleted the adamcavendish/prepare-0.2.1 branch July 31, 2026 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant