-
Notifications
You must be signed in to change notification settings - Fork 8
release: v0.1.0-alpha.2 — align /calls OpenAPI, CloudEvent schema, sinkCredential, examples, docs & tests #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
|
Great to see progress on this API, but please don't do substantial changes to the API definition within the release PR itself. Split the changes to two or more PRs:
In the current form the PR can't be sufficiently reviewed/approved by ReleaseManagement as there are too many changes at once. A full review is not mandatory for an alpha release, but then it is even more important that the change of the CHANGELOG.md is not mixed with other changes. cc: @tanjadegroot |
Hi @hdamker, thanks for the guidance. I’ve split the changes as suggested:
PR #65 supersedes this PR (#61). Thanks again for helping us keep the release review lightweight and focused. |
What type of PR is this?
What this PR does / why we need it:
Release v0.1.0-alpha.2 aligns the /calls REST API with the updated OpenAPI schema and CAMARA expectations. Adds CloudEvent structured-mode guarantees, normalizes event payloads, tightens sink credential schema, updates examples and docs, and adds/consolidates test scenarios.
Key changes
API spec (click-to-dial.yaml)
Documentation
Tests
Misc