Changelog Application Profiles

May 11, 2026 ยท View on GitHub

Starting with release automation, new release changelogs are maintained in the CHANGELOG/ directory with per-cycle files.

Changelog Application Profiles

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 Note: this API had former releases in the ConnectivityInsights repository.

r1.2

Release Notes

This public release contains the definition and documentation of

  • application-profiles v0.5.0

The API definition(s) are based on

Added

  • New DeviceResponse object in responses limited to one identifier.
  • Clarifications on non-documented error responses.
  • Support for compute resource requirements related to the application.

Changed

  • Updated string pattern for x-correlatorheaders.

Removed

  • verificationResult: UNKNOWN for 200 responses.
  • Error 422 IDENTIFIER_MISMATCH.
  • Error 401 AUTHENTICATION_REQUIRED.

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

r1.1

Release Notes

This release contains the definition and documentation of

  • application-profiles v0.5.0-rc.1

The API definition(s) are based on

Added

  • New DeviceResponse object in responses limited to one identifier.
  • Clarifications on non-documented error responses.
  • Support for compute resource requirements related to the application.

Changed

  • Updated string pattern for x-correlatorheaders.

Removed

  • verificationResult: UNKNOWN for 200 responses.
  • Error 422 IDENTIFIER_MISMATCH.
  • Error 401 AUTHENTICATION_REQUIRED.

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