Skip to content

Latest commit

 

History

History
194 lines (138 loc) · 9.93 KB

CHANGELOG.md

File metadata and controls

194 lines (138 loc) · 9.93 KB

Changelog Connectivity Insights

NOTE:

Table of contents

Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until it has been released. For example, changes may be reverted before a release is published. For the best results, use the latest published release.

The below sections record the changes for each API version in each release as follows:

  • for an alpha release, the delta with respect to the previous release
  • for the first release-candidate, all changes since the last public release
  • for subsequent release-candidate(s), only the delta to the previous release-candidate
  • for a public release, the consolidated changes since the previous public release

r2.1

Release Notes

This release contains the definition and documentation of

  • connectivity-insights v0.5.0-rc.1
  • connectivity-insights-subscriptions v0.5.0-rc.1
  • application-profiles v0.4.0-rc.1

The API definition(s) are based on

Changed

All changes are to align with Commonalities 0.5.0-rc.1 and Identity and Consent management 0.3.0-rc.1, as captured in PR #116

  • Error names and structures updated
  • removed 406 and 5xx errors
  • security component updated
  • x-camara-commonalities version updated
  • Device identifier updates
  • Template text for identifying devices updated
  • Test guidelines updated to incorporate changed errrors.
  • New API Readiness checklist used and updated
  • For more details see Scope for Spring 25 CAMARA meta release

Full Changelog: https://github.com/camaraproject/connectivityInsights/compare/r1.2...r2.1

r1.2

Release Notes

This release contains the definition and documentation of

  • connectivity-insights v0.4.0
  • connectivity-insights-subscriptions v0.4.0
  • application-profiles v0.3.0

The API definition(s) are based on

Added

  • n/a

Changed

  • n/a

Full Changelog: https://github.com/camaraproject/connectivityInsights/commits/r1.2

r1.1 - rc

Release Notes

This release contains the definition and documentation of

  • connectivity-insights v0.4.0-rc.1
  • connectivity-insights-subscriptions v0.4.0-rc.1
  • application-profiles v0.3.0-rc.1

The API definition(s) are based on

  • Commonalities v0.4.0-rc.2
  • Identity and Consent Management v0.2.0-rc.2

connectivity-insights v0.4.0-rc.1

0.4.0-rc.1 is the first release of the API. The version is aligned with Commonalities 0.4.0-rc.2 and Identity and Consent Management v0.2.0-rc.2.

Added

  • Gherkin .feature file in Test_definitions
  • Implementation of ICM consent guidelines
  • Addition of x-camara-commonalities object to YAML
  • Documentation: added warning about use of networkAccessIdentifier, added User Story

Changed

  • Compliance with DeviceIdentifier schema
  • Error model alignment, including device identifier-related errors
  • Updated the API Readiness Checklist to the new format

connectivity-insights-subscriptions v0.4.0-rc.1

0.4.0-rc.1 is the first release of the API. The version is aligned with Commonalities 0.4.0-rc.2 and Identity and Consent Management v0.2.0-rc.2.

Added

  • Gherkin .feature file in Test_definitions
  • Implementation of ICM consent guidelines
  • Addition of x-camara-commonalities object to YAML
  • Documentation: added warning about use of networkAccessIdentifier, added User Story

Changed

  • Compliance with DeviceIdentifier schema
  • Error model alignment, including device identifier-related errors
  • Updated the API Readiness Checklist to the new format

application-profiles 0.3.0-rc.1

0.3.0-rc.1 is the first release of the API. The version is aligned with Commonalities 0.4.0-rc.2 and Identity and Consent Management v0.2.0-rc.2.

Added

  • Gherkin .feature file in Test_definitions

Changed

  • Aligned the network monitoring KPIs to match with Quality on Demand CAMARA API.
  • update the end points to make it more developer friendly based on the discussion in the API working group.
  • Updated the API Readiness Checklist to the new format

Full Changelog: https://github.com/camaraproject/ConnectivityInsights/commits/r1.1