release: v0.1.0-alpha.2 — align /calls OpenAPI, CloudEvent schema, sinkCredential, examples, docs & tests#61
release: v0.1.0-alpha.2 — align /calls OpenAPI, CloudEvent schema, sinkCredential, examples, docs & tests#61YadingFang wants to merge 7 commits intomainfrom
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