Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
770f6e1
Update VERSION.yaml
rartych Apr 13, 2026
ce899c3
Update CHANGELOG.md for release r4.2
rartych Apr 13, 2026
2db1139
Update release candidate version to 0.8.0
rartych Apr 13, 2026
1969cef
Update CHANGELOG with artifacts directory restructure
rartych Apr 13, 2026
fe55847
Merge branch 'camaraproject:main' into r4.2-preparation
rartych Apr 16, 2026
87b9388
Update CHANGELOG with recent changes and removals
rartych Apr 16, 2026
dab0252
Merge branch 'camaraproject:main' into r4.2-preparation
rartych Apr 21, 2026
3281f7d
Update CHANGELOG with recent additions and changes
rartych Apr 21, 2026
127c286
Update version and commonalities in YAML file
rartych Apr 21, 2026
bba4186
Update version and commonalities in YAML file
rartych Apr 21, 2026
c4f9cbd
Update sample-service.yaml
rartych Apr 21, 2026
63ee528
Update CAMARA_common.yaml
rartych Apr 21, 2026
f74e439
Update version and commonalities in YAML file
rartych Apr 21, 2026
fa4c532
Update version and commonalities in YAML file
rartych Apr 21, 2026
6d9783d
Update feature file to version 0.8.0-rc.2
rartych Apr 21, 2026
9e9ad05
Update phoneNumber error scenarios version
rartych Apr 21, 2026
82c181d
Update Camara Template Subscriptions API feature file version
rartych Apr 21, 2026
653bb98
Revise event subscription template feature file
rartych Apr 21, 2026
fc048c0
Update CAMARA Commonalities version to 0.8.0-rc.2
rartych Apr 21, 2026
6b64879
Change version to 'wip' in YAML file
rartych Apr 21, 2026
9a604d8
Change version to 'wip' in YAML file sample-service-subscriptions.yaml
rartych Apr 21, 2026
224527b
Change version to 'wip' in YAML file in sample-service.yaml
rartych Apr 21, 2026
2afa40d
Change version to 'wip' in YAML file
rartych Apr 21, 2026
b94f15a
Update version to 'wip' in CAMARA_event_common.yaml
rartych Apr 21, 2026
d0f9eb0
Update version in sample-notification.yaml
rartych Apr 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 36 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog Commonalities

## Table of Contents
- **[r4.2](#r42)**
- **[r4.1](#r41)**
- **[r3.4](#r34)**
- **[r3.3](#r33)**
Expand All @@ -17,6 +18,40 @@
- **[v0.2.0](#v020)**
- **[v0.1.0 - Initial version](#v010---initial-version)**

# r4.2
## Release Notes

This release contains documents and artifacts of Commonalities version 0.8.0-rc.2:
* Commonalities approved deliverables in **[documentation](https://github.com/camaraproject/Commonalities/tree/r4.2/documentation)** folder.
* Commonalities approved artifacts in **[artifacts](https://github.com/camaraproject/Commonalities/tree/r4.2/artifacts)** folder.
**The relevant details of authentication and consent collection are covered by [release 4.2](https://github.com/camaraproject/IdentityAndConsentManagement/releases) of Identity and Consent Working Group documents.**

### Added
* Alignment with OWASP and other linting rules in CAMARA_common.yaml by @rartych in https://github.com/camaraproject/Commonalities/pull/590 and by @tlohmar in https://github.com/camaraproject/Commonalities/pull/597
* Alignment with OWASP and other linting rules in Event subscription template by @rartych in https://github.com/camaraproject/Commonalities/pull/591
* Added implicit-subscription API template by @hdamker in https://github.com/camaraproject/Commonalities/pull/612
* Added pagination shared components and pagination example in sample-service-subscriptions API template by @rartych in https://github.com/camaraproject/Commonalities/pull/617
* Testing artifacts for 400 Syntax Error including empty request body scenario by @PedroDiez in https://github.com/camaraproject/Commonalities/pull/618
* Clarification on string `maxLength' value by @rartych in https://github.com/camaraproject/Commonalities/pull/620

### Changed
* Cloudevents decoupled from EventTypeNotification scheme in Event Subscription Template by @rartych in https://github.com/camaraproject/Commonalities/pull/604
* CAMARA error grouping updated in CAMARA API Design Guide by @PedroDiez in https://github.com/camaraproject/Commonalities/pull/595
* Message for Invalid Token Context Error by @PedroDiez in https://github.com/camaraproject/Commonalities/pull/607
* Artifacts directory restructured for $ref consumption by @hdamker in https://github.com/camaraproject/Commonalities/pull/606
* Changed response pagination guidelines by @rartych in https://github.com/camaraproject/Commonalities/pull/610 and in https://github.com/camaraproject/Commonalities/pull/617

### Fixed
* x-camara-commonalities to use full version string by @hdamker in https://github.com/camaraproject/Commonalities/pull/599
* Commented out placeholders in CAMARA_common.yaml for $ref consumption by @hdamker in https://github.com/camaraproject/Commonalities/pull/602

### Removed
* Removed linting artifacts by @rartych in https://github.com/camaraproject/Commonalities/pull/614


**Full Changelog**: https://github.com/camaraproject/Commonalities/compare/r4.1...r4.2


# r4.1
## Release Notes

Expand Down Expand Up @@ -70,7 +105,7 @@ This release contains Commonalities version 0.6.1, a patch release from [r3.3](#
* Changed networkAccessIdentifier and notification server example to use `example.com` by @Kevsy in https://github.com/camaraproject/Commonalities/pull/530

### Removed
* Removed "Hashing Passwords" subsection from CAMARA API Design Guide by @AxelNennker in https://github.com/camaraproject/Commonalities/pull/511
* Removed "Hashing Passwords" subsection from CAMARA API Design Guide by @AxelNennker in https://github.com/camaraproject/Commonalities/pull/511

**Full Changelog**: https://github.com/camaraproject/Commonalities/compare/r3.3...r3.4

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ A list of some of the frequently accessed documents that are an output of the wo
NOTE: Guidelines for Release Management of API versions, e.g. the API-Readiness-Checklist, are located within [ReleaseManagement](https://github.com/camaraproject/ReleaseManagement). The versioning of APIs is defined within the [CAMARA API Design Guide](/documentation/CAMARA-API-Design-Guide.md#7-versioning).

## Status and released versions
* Release candidate of version 0.7.0 of guidelines and assets for 2026 meta-release of CAMARA APIs is available with the [r4.1 tag](https://github.com/camaraproject/Commonalities/tree/r4.1)
* Release candidate 2 of version 0.8.0 of guidelines and assets for 2026 meta-release of CAMARA APIs is available with the [r4.2 tag](https://github.com/camaraproject/Commonalities/tree/r4.2)
* Version 0.6.1 of guidelines and assets for Fall25 meta-release of CAMARA APIs is available with the [r3.4 tag](https://github.com/camaraproject/Commonalities/releases/tag/r3.4)
* Previous releases and pre-releases are available in https://github.com/camaraproject/Commonalities/releases

Expand Down
2 changes: 1 addition & 1 deletion VERSION.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 0.7.0-rc.1
version: 0.8.0-rc.2
2 changes: 1 addition & 1 deletion artifacts/api-templates/sample-implicit-events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ info:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: wip
x-camara-commonalities: 0.7.0
x-camara-commonalities: 0.8.0-rc.2

externalDocs:
description: Product documentation at CAMARA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ info:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: wip
x-camara-commonalities: 0.7.0
x-camara-commonalities: 0.8.0-rc.2

externalDocs:
description: Product documentation at CAMARA
Expand Down
2 changes: 1 addition & 1 deletion artifacts/api-templates/sample-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ info:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: wip
x-camara-commonalities: 0.7.0
x-camara-commonalities: 0.8.0-rc.2
externalDocs:
description: Product documentation at CAMARA
url: https://github.com/camaraproject/{apiRepository}
Expand Down
2 changes: 1 addition & 1 deletion artifacts/common/CAMARA_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: wip
x-camara-commonalities: 0.7.0
x-camara-commonalities: 0.8.0-rc.2

components:
securitySchemes:
Expand Down
2 changes: 1 addition & 1 deletion artifacts/common/CAMARA_event_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: wip
x-camara-commonalities: 0.7.0
x-camara-commonalities: 0.8.0-rc.2

components:
securitySchemes:
Expand Down
3 changes: 1 addition & 2 deletions artifacts/notification-templates/sample-notification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ info:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: wip

x-camara-commonalities: 0.7.0
x-camara-commonalities: 0.8.0-rc.2

externalDocs:
description: Product documentation at CAMARA
Expand Down
2 changes: 1 addition & 1 deletion artifacts/testing/C01-device-errors.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Feature: CAMARA Common Artifact C01 - Test scenarios for device errors

CAMARA Commonalities: 0.6
CAMARA Commonalities: 0.8.0-rc.2

Common error scenarios for operations with device as input either in the request
body or implied from the access.
Expand Down
2 changes: 1 addition & 1 deletion artifacts/testing/C02-phoneNumber-errors.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Feature: CAMARA Common Artifact C02 - Test scenarios for phoneNumber errors

CAMARA Commonalities: 0.6
CAMARA Commonalities: 0.8.0-rc.2

Common error scenarios for operations with phoneNumber as input either in the request
body or implied from the access
Expand Down
4 changes: 3 additions & 1 deletion artifacts/testing/event-subscription-template.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@<xxx>
Feature: Camara Template Subscriptions API, vwip - Operations on subscriptions
Feature: Camara Template Subscriptions AP - Operations on subscriptions
Comment thread
hdamker marked this conversation as resolved.

CAMARA Commonalities: 0.8.0-rc.2

# This feature file is to be used by CAMARA subproject when an event subscription resource is provided.
# We use <xxx> as the subscription resource prefix.
Expand Down
2 changes: 1 addition & 1 deletion artifacts/testing/syntax-errors-template.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Feature: CAMARA Template Artifact 400 - Test scenarios for 400 syntax errors

CAMARA Commonalities: 0.7.0
CAMARA Commonalities: 0.8.0-rc.2
Common syntax error scenarios for operations.

NOTES:
Expand Down