Skip to content

Latest commit

 

History

History
152 lines (105 loc) · 7.17 KB

CHANGELOG.md

File metadata and controls

152 lines (105 loc) · 7.17 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 (pre-)release as follows:

  • for the first alpha or release-candidate API version, all changes since the release of the previous public API version
  • for subsequent alpha or release-candidate API versions, the delta with respect to the previous pre-release
  • for a public API version, the consolidated changes since the release of the previous public API version

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