Update Docs/changelog r1.2 - #69
Closed
DLondonoD wants to merge 5 commits into
Closed
Conversation
…ct#66 Replaces the N/A placeholders and removes the auto-generated candidate changes working area, categorizing the merged PRs into Breaking changes/Added/Changed/Fixed/Removed: - camaraproject#55: writeOnly credential fields - camaraproject#56: HTTP status codes per Design Guide (breaking: 409/410/501 changes) - camaraproject#58: resource modelling split (breaking: getAppInstance/getAppDeployments by-id vs list split) - camaraproject#59: broken regex, callback body shape, externalDocs link fixes - camaraproject#60: info.title Design Guide compliance - camaraproject#61: wrong operationId in feature files - camaraproject#62: phantom schemas, wrong error codes, copy-paste bugs in feature files - camaraproject#63: missing 401/409 test scenarios - camaraproject#66: CAMARA validation warnings (writeOnly, x-correlator header)
DLondonoD
requested review from
FabrizioMoggio,
JoseMConde,
Kevsy,
gainsley,
maheshc01 and
seralogar
as code owners
July 31, 2026 15:58
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.
What type of PR is this?
documentation
What this PR does / why we need it:
Fills in the r1.2 CHANGELOG (
CHANGELOG/CHANGELOG-r1.md) with the actual Breakingchanges/Added/Changed/Fixed/Removed entries, replacing the
N/Aplaceholders and removing theauto-generated "candidate changes" working area, based on the PRs merged into
mainfor thisrelease cycle (#55–#66):
deleteApp409 code (ABORTED→INCOMPATIBLE_STATE), removal of410/501responses, thegetAppInstance/getAppDeploymentslist-vs-by-id split, and markingcredential fields
writeOnly(Mark credential fields as writeOnly in EAM schema #55, Fix HTTP status codes to match Design Guide semantics (#48) #56, Fix resource modelling inconsistencies across apps/instances/deployments (#49) #58, Fix CAMARA validation warnings from Actions run 30633755325 #66)getAppInstancesandgetAppDeploymentoperations, missing401/409testscenarios (Fix resource modelling inconsistencies across apps/instances/deployments (#49) #58, Add missing 401 scenarios and updateAppDeployment's 409 scenario (#54) #63)
info.titleDesign Guide compliance,x-correlatorheader documentation (Remove "API" from info.title per Design Guide 5.3.1 (#51) #60,Fix CAMARA validation warnings from Actions run 30633755325 #66)
operationIdvalues, phantom schemas and copy-paste bugs in.featurefiles (Fix broken regex, callback body shape, and externalDocs link (#50) #59, Mark credential fields as writeOnly in EAM schema #55, Fix CAMARA validation warnings from Actions run 30633755325 #66, Fix wrong operationId sent in several .feature files (#52) #61,Fix phantom schemas, wrong error codes, and copy-paste bugs in feature files (#53) #62)
410/501responses and theappDeploymentIdquery filter ongetAppDeployments(Fix HTTP status codes to match Design Guide semantics (#48) #56, Fix resource modelling inconsistencies across apps/instances/deployments (#49) #58)Which issue(s) this PR fixes:
Fixes #
Special notes for reviewers:
Targets the
release-review/r1.2-eba92a2branch, notmain, since this is part of the r1.2release-review process. No API/test changes — documentation only.
Changelog input
release-note
Additional documentation
This section can be blank.
docs