Release v1.0.0 - Add comment/audit-log models, rename types and update API surface #1
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.
Release 1.0.0
Changes
BREAKING: Rename and reorganize many models (public API surface changed). Notable renames:
New models added:
Breaking: DefaultApi.update_comment() signature changed:
API status enums/schemas unified: replaced ad-hoc ImportedAPIStatusSUCCESS / ImportedAPIStatusFAILED with a common APIStatus reference across many response models and docs (multiple model files and docs updated to reference APIStatus).
Model field additions and changes (examples):
Docs and README updates:
Tests updated/added/renamed to reflect model renames and new fields:
openapi.json updated to reflect schema renames and detailed schema changes:
Removed files / cleaned up generated artifacts:
Backwards-incompatible changes summary (call out to consumers):
Non-breaking improvements / additions:
Note: This release contains multiple breaking changes; update any code that imports or instantiates the affected models, enums, or that calls the modified API methods to the new names and structures.
Version Change
0.0.1 → 1.0.0