Skip to content

Releases: camaraproject/Commonalities

r0.4.0

23 Aug 08:49
fd1e38a
Compare
Choose a tag to compare

This is the public release of Commonalities version 0.4.0.
This version introduces Event Subscription model based on CloudEvents Subscriptions API draft and other changes to documents and artifacts approved since version 0.3.0.

The relevant details of authentication and consent collection are covered by version 0.2.0 of Identity and Consent Working Group documents.

The content of the release includes:

Added

  • Usage and style of operation tags in API Design Guidelines by @rartych in #152
  • x-correlator support in notifications in API Design Guidelines by @PedroDiez in #170
  • Create subscription-notification-template.yaml by @bigludo7 in #189
  • Added a different scope naming format for APIs that deal with explicit subscriptions by @shilpa-padgaonkar in #177
  • 'info' object, 'servers' added in chapter 11 of API Design Guidelines: by @rartych in #214
  • Guidelines on device identification in Annex A of API Design Guidelines and device object usage in CAMARA_common.yaml by @jpengar in #233
  • minItems: 1 & maxItems: 1 for subscription types in event-subscription-template.yaml by @maxl2287 in #236
  • SUBSCRIPTION_DELETED as new terminationReason for CloudEvents by @maxl2287 in #238
  • Error 422 UNIDENTIFIABLE_DEVICE added in API Design Guidelines and CAMARA_common.yaml by @rartych in #256

Changed

  • API Design Guidelines updated with subscriptionMaxEvents by @bigludo7 in #131
  • 'specversion' in CloudEvents as enum by @PedroDiez in #187
  • 'datacontenttype' in CloudEvents as enum by @PedroDiez in #193
  • API Design Guidelines updated on x-correlator format by @PedroDiez in #194
  • API Design Guidelines for Notification Subscription by @bigludo7 in #198
  • API Design Guidelines updated on scope definition including wildcard scopes by @shilpa-padgaonkar in #221
  • API Design Guidelines adapted to ICM Security and Interoperability Profile by @AxelNennker in #208
  • Error response model updated in chapter 6 of API Design Guidelines by @PedroDiez in #213
  • Enhanced API-Testing-Guidelines.md by @jlurien in #203
  • Updated API versioning guidelines chapter 5 of API Design Guidelines by @tanjadegroot in #215
  • Errors in event-subscription-template.yaml aligned with CAMARA_common.yaml by @bigludo7 in #251
  • CAMARA_common.yaml - info object aligned with API Design Guidelines by @rartych in #257
  • API-DocumentationTemplate.md marked as deprecated by @rartych in #261
  • Updated event-subscription-template.yaml with attribute startsAt set optional, sinkCredential definition, and other corrections by @rartych in #267
  • Filename boilerplate changed to kebab-case to match examples in API-Testing-Guidelines.md by @Kevsy in #281

Fixed

  • API Design Guidelines updated with character set guidance by @trehman-gsma in #143
  • Mandated '+' in all phoneNumber formats by @fernandopradocabrillo in #148
  • Linting rules problem with Traffic Influence API #161 by @VijayKesharwani in #169
  • CAMARA_common.yaml - bugs and typos fix by @fernandopradocabrillo in #174
  • API Design Guidelines updated on HTTPs usage by @AxelNennker in #205
  • Artifacts aligned with API Design Guidelines for Notification Subscription by @PedroDiez in #219
  • API Design Guidelines - fixed typos and internal references, formatted tables, restructured sentences by @maxl2287 in #229
  • Files in documentation folder - formatted tables, fixed grammar and style issues by @maxl2287 in #234
  • API Design Guidelines - formatting corrected in section 11.6.1 by @rartych in #255
  • MNO abbreviation replaced in CAMARA_common.yaml by @rartych in #270
  • Broken links replaced with relative links in API-linting-Implementation-Guideline.md by @eric-murray in #274
  • Links between Commonalities documents set to relative (in API Design Guidelines, Issue and PR template Howto, Linting-rules) by @PedroDiez in #283

Removed

Full Changelog: v0.3.0...r0.4.0

v0.4.0-rc.2

09 Aug 15:12
a162623
Compare
Choose a tag to compare
v0.4.0-rc.2 Pre-release
Pre-release

This is the second Release Candidate version for Commonalities release 0.4.0.

It contains the following corrections compared to v0.4.0-rc.1.

Added

  • Error 422 UNIDENTIFIABLE_DEVICE added in API Design Guidelines and CAMARA_common.yaml by @rartych in #256

Changed

  • Errors in event-subscription-template.yaml aligned with CAMARA_common.yaml by @bigludo7 in #251
  • CAMARA_common.yaml - info object aligned with API Design Guidelines by @rartych in #257
  • API-DocumentationTemplate.md marked as deprecated by @rartych in #261
  • Updated event-subscription-template.yaml with attribute startsAt set optional, sinkCredential definition, and other corrections by @rartych in #267

Fixed

  • API Design Guidelines - formatting corrected in section 11.6.1 by @rartych in #255
  • MNO abbreviation replaced in CAMARA_common.yaml by @rartych in #270

Removed

  • N/A

Full Changelog: r0.4.0-rc.1...r0.4.0-rc.2

v0.4.0-rc.1

11 Jul 09:55
f9f6c49
Compare
Choose a tag to compare
v0.4.0-rc.1 Pre-release
Pre-release

This version introduces Event Subscription model based on CloudEvents Subscriptions API draft and other changes to documents and artifacts approved since v0.3.0.

The relevant details of authentication and consent collection are covered by version 0.2.0 of Identity and Consent Working Group documents.

Please note:

This is the first Release Candidate version for Commonalities release 0.4.0.

The content of the release includes:

Added

  • Usage and style of operation tags in API Design Guidelines by @rartych in #152
  • x-correlator support in notifications in API Design Guidelines by @PedroDiez in #170
  • Create subscription-notification-template.yaml by @bigludo7 in #189
  • Added a different scope naming format for APIs that deal with explicit subscriptions by @shilpa-padgaonkar in #177
  • 'info' object, 'servers' added in chapter 11 of API Design Guidelines: by @rartych in #214
  • Guidelines on device identification in Annex A of API Design Guidelines and device object usage in CAMARA_common.yaml by @jpengar in #233
  • minItems: 1 & maxItems: 1 for subscription types in event-subscription-template.yaml by @maxl2287 in #236
  • SUBSCRIPTION_DELETED as new terminationReason for CloudEvents by @maxl2287 in #238

Changed

  • API Design Guidelines updated with subscriptionMaxEvents by @bigludo7 in #131
  • 'specversion' in CloudEvents as enum by @PedroDiez in #187
  • 'datacontenttype' in CloudEvents as enum by @PedroDiez in #193
  • API Design Guidelines updated on x-correlator format by @PedroDiez in #194
  • API Design Guidelines for Notification Subscription by @bigludo7 in #198
  • API Design Guidelines updated on scope definition including wildcard scopes by @shilpa-padgaonkar in #221
  • API Design Guidelines adapted to ICM Security and Interoperability Profile by @AxelNennker in #208
  • Error response model updated in chapter 6 of API Design Guidelines by @PedroDiez in #213
  • Enhanced API-Testing-Guidelines.md by @jlurien in #203
  • Updated API versioning guidelines chapter 5 of API Design Guidelines by @tanjadegroot in #215

Fixed

Removed

Full Changelog: v0.3.0...r0.4.0-rc.1

v0.4.0-alpha.1

10 Jun 10:48
472d3ec
Compare
Choose a tag to compare
v0.4.0-alpha.1 Pre-release
Pre-release

This version introduces Event Subscription model based on CloudEvents Subscriptions API draft and other changes to documents and artifacts approved since v0.3.0.

Please note:

This is ALPHA version for Commonalities release 0.4.0. The following changes are expected to be added in the Release Candidate:

  • Error model alignment PR#213
  • Enhance API-Testing-Guidelines.md PR#203
  • API Design Guidelines chapter 11: 'info' object, 'servers' object and cleanup PR#214
  • Alignment with ICM and Release Management

The content of the release includes:

Added

  • Usage and style of operation tags in API Design Guidelines by @rartych in #152
  • x-correlator support in notifications in API Design Guidelines by @PedroDiez in #170
  • Create subscription-notification-template.yaml by @bigludo7 in #189
  • Added a different scope naming format for APIs that deal with explicit subscriptions by @shilpa-padgaonkar in #177

Changed

  • API Design Guidelines updated with subscriptionMaxEvents by @bigludo7 in #131
  • 'specversion' in CloudEvents as enum by @PedroDiez in #187
  • 'datacontenttype' in CloudEvents as enum by @PedroDiez in #193
  • API Design Guidelines updated on x-correlator format by @PedroDiez in #194
  • API Design Guidelines for Notification Subscription by @bigludo7 in #198
  • API Design Guidelines updated on scope definition including wildcard scopes by @shilpa-padgaonkar in #221

Fixed

Removed

Full Changelog: v0.3.0...r0.4.0-alpha.1

v0.3.0

15 Feb 10:27
4c798ce
Compare
Choose a tag to compare

This version introduces API Testing Guidelines and initial linting ruleset and other changes to documents and artifacts approved since v0.2.0.

Please note:

The content of the release includes:

Added

Changed

  • CAMARA_common.yaml includes the following changes:

    • CAMARA_common.json was changed to CAMARA_common.yaml to be consistent with all CAMARA API specs
    • Includes guidance for info object
    • Adds the aligned device schema updated by @shilpa-padgaonkar in #107
  • X-Correlator header as required in OAS definition, X-Version removed from API Design Guidelines by @jlurien in #115

  • Filtering criteria in API Design Guidelines changed by @RubenBG7 in #132

Fixed

  • CAMARA_common.yaml - error response codes updated by @RubenBG7 in #124
  • API Design Guidelines updated on response filtering by @rartych in #123

Removed

  • API-exposure-reference-solution.docx removed from documentation/SupportingDocuments by @jordonezlucena in #104

Full Changelog: v0.2.0...v0.3.0

v0.2.0

07 Dec 11:45
8a5140b
Compare
Choose a tag to compare

This version introduces CloudEvents format to CAMARA Events and other changes to documents and artifacts approved since v0.1.0.

Please note:

The content of the release includes:

Added

Changed

  • Updated API Design Guidelines with use of callbacks & cloudEvents by @bigludo7 in #56
  • Updated Architecture headers in API Design Guidelines by @eric-murray in #88

Fixed

  • Fixed code typos in API Design Guidelines section 11.5.1 code sample by @Kevsy in #48
  • Correction of format and typos by @dfischer-tech in #79
  • Improved discovery of Commonalities output documents by API Subprojects by @rkandoi in #73
  • Updated references in UE-Identification.md by @gmuratk in #95
  • Minor changes needed in API Design Guidelines for CloudEvents by @rartych in #86
  • Filtering GET results - updated section 8.3 in API Design Guidelines by @rartych in #82

Removed

  • Removed option to use HTTP HEAD from API-design-guidelines.md by @eric-murray in #50

Full Changelog: v0.1.0...v.0.2.0

v0.1.0 - Initial release

22 Aug 08:41
051be00
Compare
Choose a tag to compare

Initial version of guidelines and assets based on the work done in Commonalities WG.

Please note:

The content of the release includes:

  • Commonalities approved deliverables in documentation folder:
    • API-Readiness-Checklist.md - A checklist to ensure minimum readiness of the API
    • API-design-guidelines.md - API design guidelines -the main document with guidelines for the API design in CAMARA project. These guidelines are applicable to every CAMARA API;
    • Camara_Versioning_Guidelines.md - Guidelines to create CAMARA subproject releases
    • Glossary.md - Glossary of terms and common parameter/field names to be used in every CAMARA API
    • Issue and PR template Howto.md - Instruction for use of Github templates for issues and pull request for CAMARA repositories
    • UE-Identification.md - an overview of methods that a 5G Core network has for enabling external parties to identify UEs in the network
    • Userstory-template.md - the template for documenting user stories related to API families in CAMARA project
    • API-DocumentationTemplate.md- API documentation template - currently obsoleted by embedding documentation into OAS YAML files
  • Commonalities approved artifacts in artifacts folder:
    • CAMARA_common.json - Common data and errors for CAMARA APIs in JSON file
    • Github_templates - .github folder with Github templates for issues and pull request