[codex] Prepare v0.2.0 release#23
Merged
Merged
Conversation
|
Important Review skippedToo many files! This PR contains 300 files, which is 150 over the limit of 150. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (300)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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
v0.2.0release for the expanded Apollo OpenAPI spec and regenerated SDK/server artifacts.Changes include:
0.2.0.v0.2.0changelog entry.AccessKey Managementtag and unused generated schemas.6.6.0for reproduciblenpxfallback generation.Breaking API Surface
This release intentionally includes breaking changes from
v0.1.0, including path/method/schema changes such as:miss_envstomiss-envs.batchUpdate,compare,revert,sync, andvalidateto the currentitems,diff,revocation,synchronize, andvalidationpaths.PATCHtoPOST./instances/by-releaseand/instances/by-namespace-and-releases-not-in.KVEntity,OpenReleaseBO,OpenItemDiffs,OpenItemChangeSets,OpenNamespaceSyncModel,OpenPageDTOOpenInstanceDTO, andOpenPageDTOOpenItemDTO.Validation
./generate.shnpx @openapitools/openapi-generator-cli validate -i apollo-openapi.yamlgit diff --checkjava-client:mvn test packagespring-boot2:./mvnw test packagetypescript:npm install --no-package-lock,npm run build,npm pack --dry-runpython:python3 -m build,python3 -m twine check dist/*rust:cargo test,cargo package --allow-dirtyNotes: Python
twine checkpasses with metadata warnings forlong_description_content_type; Rust package verification passes with metadata warnings for missing documentation/homepage/repository fields. No release tag or package publish is included in this PR.