From d844dce4ff91bb8beb12e6c8d974a332bc6a9853 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 23:19:07 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/bright-credentials-revoke.md | 8 ------- .changeset/calm-keys-replay.md | 11 ---------- .changeset/calm-problems-align.md | 5 ----- .changeset/clear-headers-present.md | 5 ----- .changeset/cool-platform-boundary.md | 7 ------- .changeset/fair-lifecycles-align.md | 7 ------- .changeset/fresh-dependencies-update.md | 6 ------ .changeset/kind-turkeys-tap.md | 2 -- .changeset/strict-assertion-expiration.md | 5 ----- .changeset/strict-platforms-authorize.md | 7 ------- .changeset/strong-dids-agree.md | 8 ------- .changeset/tidy-platform-pagination.md | 6 ------ packages/adapters/express/CHANGELOG.md | 10 +++++++++ packages/adapters/express/package.json | 2 +- packages/adapters/fastify/CHANGELOG.md | 10 +++++++++ packages/adapters/fastify/package.json | 2 +- packages/adapters/hono/CHANGELOG.md | 10 +++++++++ packages/adapters/hono/package.json | 2 +- packages/adapters/next/CHANGELOG.md | 10 +++++++++ packages/adapters/next/package.json | 2 +- packages/agent/CHANGELOG.md | 19 +++++++++++++++++ packages/agent/package.json | 2 +- packages/conformance/CHANGELOG.md | 21 +++++++++++++++++++ packages/conformance/package.json | 2 +- packages/core/CHANGELOG.md | 20 ++++++++++++++++++ packages/core/package.json | 2 +- .../extensions/service-policy/CHANGELOG.md | 7 +++++++ .../extensions/service-policy/package.json | 2 +- packages/platform/CHANGELOG.md | 17 +++++++++++++++ packages/platform/package.json | 2 +- packages/service/CHANGELOG.md | 17 +++++++++++++++ packages/service/package.json | 2 +- 32 files changed, 151 insertions(+), 87 deletions(-) delete mode 100644 .changeset/bright-credentials-revoke.md delete mode 100644 .changeset/calm-keys-replay.md delete mode 100644 .changeset/calm-problems-align.md delete mode 100644 .changeset/clear-headers-present.md delete mode 100644 .changeset/cool-platform-boundary.md delete mode 100644 .changeset/fair-lifecycles-align.md delete mode 100644 .changeset/fresh-dependencies-update.md delete mode 100644 .changeset/kind-turkeys-tap.md delete mode 100644 .changeset/strict-assertion-expiration.md delete mode 100644 .changeset/strict-platforms-authorize.md delete mode 100644 .changeset/strong-dids-agree.md delete mode 100644 .changeset/tidy-platform-pagination.md diff --git a/.changeset/bright-credentials-revoke.md b/.changeset/bright-credentials-revoke.md deleted file mode 100644 index 0baa496..0000000 --- a/.changeset/bright-credentials-revoke.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@aep-foundation/agent": minor -"@aep-foundation/conformance": minor -"@aep-foundation/core": minor -"@aep-foundation/service": patch ---- - -Require stable Service-issued identifiers for built-in credentials, type per-grant-type Revoke capabilities, and remove every locally stored credential covered by a successful Revoke. diff --git a/.changeset/calm-keys-replay.md b/.changeset/calm-keys-replay.md deleted file mode 100644 index c66de15..0000000 --- a/.changeset/calm-keys-replay.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@aep-foundation/core": patch -"@aep-foundation/service": patch -"@aep-foundation/conformance": patch -"@aep-foundation/express": patch -"@aep-foundation/fastify": patch -"@aep-foundation/hono": patch -"@aep-foundation/next": patch ---- - -Enforce the Core command idempotency header, Agent-and-key replay scope, and cross-command conflict behavior. diff --git a/.changeset/calm-problems-align.md b/.changeset/calm-problems-align.md deleted file mode 100644 index 431860e..0000000 --- a/.changeset/calm-problems-align.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aep-foundation/core": patch ---- - -Align Problem Details and Inspect validation with the Core protocol. diff --git a/.changeset/clear-headers-present.md b/.changeset/clear-headers-present.md deleted file mode 100644 index 5ae0ff0..0000000 --- a/.changeset/clear-headers-present.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aep-foundation/conformance": patch ---- - -Align the API-key wrong-header vector with the Service-selected presentation header semantics. diff --git a/.changeset/cool-platform-boundary.md b/.changeset/cool-platform-boundary.md deleted file mode 100644 index 267b16b..0000000 --- a/.changeset/cool-platform-boundary.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@aep-foundation/agent": patch -"@aep-foundation/core": minor -"@aep-foundation/platform": patch ---- - -Move shared Platform client contracts and request builders into Core, remove the Agent package's dependency on the Platform implementation, and preserve Platform compatibility exports. diff --git a/.changeset/fair-lifecycles-align.md b/.changeset/fair-lifecycles-align.md deleted file mode 100644 index 04ee1cc..0000000 --- a/.changeset/fair-lifecycles-align.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@aep-foundation/conformance": patch -"@aep-foundation/core": patch -"@aep-foundation/service": patch ---- - -Return the complete Service lifecycle vocabulary from Enroll when an existing enrollment is found. diff --git a/.changeset/fresh-dependencies-update.md b/.changeset/fresh-dependencies-update.md deleted file mode 100644 index 05dc6cc..0000000 --- a/.changeset/fresh-dependencies-update.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@aep-foundation/core": patch -"@aep-foundation/conformance": patch ---- - -Refresh the Core runtime dependencies and synchronize the AEP conformance artifacts. diff --git a/.changeset/kind-turkeys-tap.md b/.changeset/kind-turkeys-tap.md deleted file mode 100644 index a845151..0000000 --- a/.changeset/kind-turkeys-tap.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/strict-assertion-expiration.md b/.changeset/strict-assertion-expiration.md deleted file mode 100644 index 80f8295..0000000 --- a/.changeset/strict-assertion-expiration.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aep-foundation/service": patch ---- - -Reject client assertions when the accepted clock-skew window reaches the expiration boundary. diff --git a/.changeset/strict-platforms-authorize.md b/.changeset/strict-platforms-authorize.md deleted file mode 100644 index bba227f..0000000 --- a/.changeset/strict-platforms-authorize.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@aep-foundation/agent": patch -"@aep-foundation/conformance": patch -"@aep-foundation/platform": minor ---- - -Require advertised protected-resource authentication methods and explicit operation-aware Platform authorization. diff --git a/.changeset/strong-dids-agree.md b/.changeset/strong-dids-agree.md deleted file mode 100644 index 21b102d..0000000 --- a/.changeset/strong-dids-agree.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@aep-foundation/agent": patch -"@aep-foundation/core": patch -"@aep-foundation/platform": patch -"@aep-foundation/service": patch ---- - -Enforce the normative client-assertion JOSE header, Agent identity binding, lifetime, protected-resource URI, and HTTPS `did:web` resolution requirements. diff --git a/.changeset/tidy-platform-pagination.md b/.changeset/tidy-platform-pagination.md deleted file mode 100644 index 956b96a..0000000 --- a/.changeset/tidy-platform-pagination.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@aep-foundation/agent": patch -"@aep-foundation/platform": patch ---- - -Reject invalid Platform identity-list pagination metadata and prevent Platform producers from constructing invalid totals. diff --git a/packages/adapters/express/CHANGELOG.md b/packages/adapters/express/CHANGELOG.md index fb3edbf..cb05115 100644 --- a/packages/adapters/express/CHANGELOG.md +++ b/packages/adapters/express/CHANGELOG.md @@ -1,5 +1,15 @@ # @aep-foundation/express +## 0.2.4 + +### Patch Changes + +- [#40](https://github.com/aep-foundation/aep-node/pull/40) [`9af941c`](https://github.com/aep-foundation/aep-node/commit/9af941c948a4a4a5383960bb614f9ea4d126264d) Thanks [@nkavian](https://github.com/nkavian)! - Enforce the Core command idempotency header, Agent-and-key replay scope, and cross-command conflict behavior. + +- Updated dependencies [[`6aadb9e`](https://github.com/aep-foundation/aep-node/commit/6aadb9ed25a5ac084ffc2c5be5161de1e30f92a1), [`9af941c`](https://github.com/aep-foundation/aep-node/commit/9af941c948a4a4a5383960bb614f9ea4d126264d), [`22422a5`](https://github.com/aep-foundation/aep-node/commit/22422a52fef708b957613bd13a9e506a4bf7f27a), [`df158eb`](https://github.com/aep-foundation/aep-node/commit/df158eb98dca14a9b0242d15b82840bac39a402b), [`3ec9a20`](https://github.com/aep-foundation/aep-node/commit/3ec9a20217e23a755065091b20b7cfa285f2e6f0), [`fade141`](https://github.com/aep-foundation/aep-node/commit/fade141bd82125c2cb84f58265cd2758c28a0256), [`4cec092`](https://github.com/aep-foundation/aep-node/commit/4cec092232fc1fa5f90598d80a2a986bf16f3172), [`bb9e9a3`](https://github.com/aep-foundation/aep-node/commit/bb9e9a398a48f8e4d7cd3a607377bd5b9432b47a)]: + - @aep-foundation/core@0.6.0 + - @aep-foundation/service@0.3.4 + ## 0.2.3 ### Patch Changes diff --git a/packages/adapters/express/package.json b/packages/adapters/express/package.json index 1faac61..2e04363 100644 --- a/packages/adapters/express/package.json +++ b/packages/adapters/express/package.json @@ -1,6 +1,6 @@ { "name": "@aep-foundation/express", - "version": "0.2.3", + "version": "0.2.4", "description": "Express adapter for AEP Service handlers.", "homepage": "https://www.aep.foundation/", "type": "module", diff --git a/packages/adapters/fastify/CHANGELOG.md b/packages/adapters/fastify/CHANGELOG.md index db75833..c87c6d2 100644 --- a/packages/adapters/fastify/CHANGELOG.md +++ b/packages/adapters/fastify/CHANGELOG.md @@ -1,5 +1,15 @@ # @aep-foundation/fastify +## 0.2.4 + +### Patch Changes + +- [#40](https://github.com/aep-foundation/aep-node/pull/40) [`9af941c`](https://github.com/aep-foundation/aep-node/commit/9af941c948a4a4a5383960bb614f9ea4d126264d) Thanks [@nkavian](https://github.com/nkavian)! - Enforce the Core command idempotency header, Agent-and-key replay scope, and cross-command conflict behavior. + +- Updated dependencies [[`6aadb9e`](https://github.com/aep-foundation/aep-node/commit/6aadb9ed25a5ac084ffc2c5be5161de1e30f92a1), [`9af941c`](https://github.com/aep-foundation/aep-node/commit/9af941c948a4a4a5383960bb614f9ea4d126264d), [`22422a5`](https://github.com/aep-foundation/aep-node/commit/22422a52fef708b957613bd13a9e506a4bf7f27a), [`df158eb`](https://github.com/aep-foundation/aep-node/commit/df158eb98dca14a9b0242d15b82840bac39a402b), [`3ec9a20`](https://github.com/aep-foundation/aep-node/commit/3ec9a20217e23a755065091b20b7cfa285f2e6f0), [`fade141`](https://github.com/aep-foundation/aep-node/commit/fade141bd82125c2cb84f58265cd2758c28a0256), [`4cec092`](https://github.com/aep-foundation/aep-node/commit/4cec092232fc1fa5f90598d80a2a986bf16f3172), [`bb9e9a3`](https://github.com/aep-foundation/aep-node/commit/bb9e9a398a48f8e4d7cd3a607377bd5b9432b47a)]: + - @aep-foundation/core@0.6.0 + - @aep-foundation/service@0.3.4 + ## 0.2.3 ### Patch Changes diff --git a/packages/adapters/fastify/package.json b/packages/adapters/fastify/package.json index 7273758..11d86f0 100644 --- a/packages/adapters/fastify/package.json +++ b/packages/adapters/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@aep-foundation/fastify", - "version": "0.2.3", + "version": "0.2.4", "description": "Fastify adapter for AEP Service handlers.", "homepage": "https://www.aep.foundation/", "type": "module", diff --git a/packages/adapters/hono/CHANGELOG.md b/packages/adapters/hono/CHANGELOG.md index e63dc0e..ded15a8 100644 --- a/packages/adapters/hono/CHANGELOG.md +++ b/packages/adapters/hono/CHANGELOG.md @@ -1,5 +1,15 @@ # @aep-foundation/hono +## 0.2.4 + +### Patch Changes + +- [#40](https://github.com/aep-foundation/aep-node/pull/40) [`9af941c`](https://github.com/aep-foundation/aep-node/commit/9af941c948a4a4a5383960bb614f9ea4d126264d) Thanks [@nkavian](https://github.com/nkavian)! - Enforce the Core command idempotency header, Agent-and-key replay scope, and cross-command conflict behavior. + +- Updated dependencies [[`6aadb9e`](https://github.com/aep-foundation/aep-node/commit/6aadb9ed25a5ac084ffc2c5be5161de1e30f92a1), [`9af941c`](https://github.com/aep-foundation/aep-node/commit/9af941c948a4a4a5383960bb614f9ea4d126264d), [`22422a5`](https://github.com/aep-foundation/aep-node/commit/22422a52fef708b957613bd13a9e506a4bf7f27a), [`df158eb`](https://github.com/aep-foundation/aep-node/commit/df158eb98dca14a9b0242d15b82840bac39a402b), [`3ec9a20`](https://github.com/aep-foundation/aep-node/commit/3ec9a20217e23a755065091b20b7cfa285f2e6f0), [`fade141`](https://github.com/aep-foundation/aep-node/commit/fade141bd82125c2cb84f58265cd2758c28a0256), [`4cec092`](https://github.com/aep-foundation/aep-node/commit/4cec092232fc1fa5f90598d80a2a986bf16f3172), [`bb9e9a3`](https://github.com/aep-foundation/aep-node/commit/bb9e9a398a48f8e4d7cd3a607377bd5b9432b47a)]: + - @aep-foundation/core@0.6.0 + - @aep-foundation/service@0.3.4 + ## 0.2.3 ### Patch Changes diff --git a/packages/adapters/hono/package.json b/packages/adapters/hono/package.json index 0495488..a979327 100644 --- a/packages/adapters/hono/package.json +++ b/packages/adapters/hono/package.json @@ -1,6 +1,6 @@ { "name": "@aep-foundation/hono", - "version": "0.2.3", + "version": "0.2.4", "description": "Hono adapter for AEP Service handlers.", "homepage": "https://www.aep.foundation/", "type": "module", diff --git a/packages/adapters/next/CHANGELOG.md b/packages/adapters/next/CHANGELOG.md index 6a4ef7d..86f3c59 100644 --- a/packages/adapters/next/CHANGELOG.md +++ b/packages/adapters/next/CHANGELOG.md @@ -1,5 +1,15 @@ # @aep-foundation/next +## 0.2.4 + +### Patch Changes + +- [#40](https://github.com/aep-foundation/aep-node/pull/40) [`9af941c`](https://github.com/aep-foundation/aep-node/commit/9af941c948a4a4a5383960bb614f9ea4d126264d) Thanks [@nkavian](https://github.com/nkavian)! - Enforce the Core command idempotency header, Agent-and-key replay scope, and cross-command conflict behavior. + +- Updated dependencies [[`6aadb9e`](https://github.com/aep-foundation/aep-node/commit/6aadb9ed25a5ac084ffc2c5be5161de1e30f92a1), [`9af941c`](https://github.com/aep-foundation/aep-node/commit/9af941c948a4a4a5383960bb614f9ea4d126264d), [`22422a5`](https://github.com/aep-foundation/aep-node/commit/22422a52fef708b957613bd13a9e506a4bf7f27a), [`df158eb`](https://github.com/aep-foundation/aep-node/commit/df158eb98dca14a9b0242d15b82840bac39a402b), [`3ec9a20`](https://github.com/aep-foundation/aep-node/commit/3ec9a20217e23a755065091b20b7cfa285f2e6f0), [`fade141`](https://github.com/aep-foundation/aep-node/commit/fade141bd82125c2cb84f58265cd2758c28a0256), [`4cec092`](https://github.com/aep-foundation/aep-node/commit/4cec092232fc1fa5f90598d80a2a986bf16f3172), [`bb9e9a3`](https://github.com/aep-foundation/aep-node/commit/bb9e9a398a48f8e4d7cd3a607377bd5b9432b47a)]: + - @aep-foundation/core@0.6.0 + - @aep-foundation/service@0.3.4 + ## 0.2.3 ### Patch Changes diff --git a/packages/adapters/next/package.json b/packages/adapters/next/package.json index c98562f..6948f17 100644 --- a/packages/adapters/next/package.json +++ b/packages/adapters/next/package.json @@ -1,6 +1,6 @@ { "name": "@aep-foundation/next", - "version": "0.2.3", + "version": "0.2.4", "description": "Next.js adapter for AEP Service handlers.", "homepage": "https://www.aep.foundation/", "type": "module", diff --git a/packages/agent/CHANGELOG.md b/packages/agent/CHANGELOG.md index 975cfa9..55e7530 100644 --- a/packages/agent/CHANGELOG.md +++ b/packages/agent/CHANGELOG.md @@ -1,5 +1,24 @@ # @aep-foundation/agent +## 0.5.0 + +### Minor Changes + +- [#41](https://github.com/aep-foundation/aep-node/pull/41) [`6aadb9e`](https://github.com/aep-foundation/aep-node/commit/6aadb9ed25a5ac084ffc2c5be5161de1e30f92a1) Thanks [@nkavian](https://github.com/nkavian)! - Require stable Service-issued identifiers for built-in credentials, type per-grant-type Revoke capabilities, and remove every locally stored credential covered by a successful Revoke. + +### Patch Changes + +- [#49](https://github.com/aep-foundation/aep-node/pull/49) [`df158eb`](https://github.com/aep-foundation/aep-node/commit/df158eb98dca14a9b0242d15b82840bac39a402b) Thanks [@nkavian](https://github.com/nkavian)! - Move shared Platform client contracts and request builders into Core, remove the Agent package's dependency on the Platform implementation, and preserve Platform compatibility exports. + +- [#42](https://github.com/aep-foundation/aep-node/pull/42) [`4064f3c`](https://github.com/aep-foundation/aep-node/commit/4064f3cedf93ced6080297988f1fabb9999a6fd5) Thanks [@nkavian](https://github.com/nkavian)! - Require advertised protected-resource authentication methods and explicit operation-aware Platform authorization. + +- [#38](https://github.com/aep-foundation/aep-node/pull/38) [`bb9e9a3`](https://github.com/aep-foundation/aep-node/commit/bb9e9a398a48f8e4d7cd3a607377bd5b9432b47a) Thanks [@nkavian](https://github.com/nkavian)! - Enforce the normative client-assertion JOSE header, Agent identity binding, lifetime, protected-resource URI, and HTTPS `did:web` resolution requirements. + +- [#48](https://github.com/aep-foundation/aep-node/pull/48) [`030cf0e`](https://github.com/aep-foundation/aep-node/commit/030cf0e6233af36ad7e917f8a8528389de7b2a32) Thanks [@nkavian](https://github.com/nkavian)! - Reject invalid Platform identity-list pagination metadata and prevent Platform producers from constructing invalid totals. + +- Updated dependencies [[`6aadb9e`](https://github.com/aep-foundation/aep-node/commit/6aadb9ed25a5ac084ffc2c5be5161de1e30f92a1), [`9af941c`](https://github.com/aep-foundation/aep-node/commit/9af941c948a4a4a5383960bb614f9ea4d126264d), [`22422a5`](https://github.com/aep-foundation/aep-node/commit/22422a52fef708b957613bd13a9e506a4bf7f27a), [`df158eb`](https://github.com/aep-foundation/aep-node/commit/df158eb98dca14a9b0242d15b82840bac39a402b), [`3ec9a20`](https://github.com/aep-foundation/aep-node/commit/3ec9a20217e23a755065091b20b7cfa285f2e6f0), [`fade141`](https://github.com/aep-foundation/aep-node/commit/fade141bd82125c2cb84f58265cd2758c28a0256), [`bb9e9a3`](https://github.com/aep-foundation/aep-node/commit/bb9e9a398a48f8e4d7cd3a607377bd5b9432b47a)]: + - @aep-foundation/core@0.6.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/agent/package.json b/packages/agent/package.json index 944c619..80d7da7 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -1,6 +1,6 @@ { "name": "@aep-foundation/agent", - "version": "0.4.0", + "version": "0.5.0", "description": "Agent-side workflows for the Agent Enrollment Protocol.", "homepage": "https://www.aep.foundation/", "type": "module", diff --git a/packages/conformance/CHANGELOG.md b/packages/conformance/CHANGELOG.md index 17b60b6..154ec25 100644 --- a/packages/conformance/CHANGELOG.md +++ b/packages/conformance/CHANGELOG.md @@ -1,5 +1,26 @@ # @aep-foundation/conformance +## 0.4.0 + +### Minor Changes + +- [#41](https://github.com/aep-foundation/aep-node/pull/41) [`6aadb9e`](https://github.com/aep-foundation/aep-node/commit/6aadb9ed25a5ac084ffc2c5be5161de1e30f92a1) Thanks [@nkavian](https://github.com/nkavian)! - Require stable Service-issued identifiers for built-in credentials, type per-grant-type Revoke capabilities, and remove every locally stored credential covered by a successful Revoke. + +### Patch Changes + +- [#40](https://github.com/aep-foundation/aep-node/pull/40) [`9af941c`](https://github.com/aep-foundation/aep-node/commit/9af941c948a4a4a5383960bb614f9ea4d126264d) Thanks [@nkavian](https://github.com/nkavian)! - Enforce the Core command idempotency header, Agent-and-key replay scope, and cross-command conflict behavior. + +- [#45](https://github.com/aep-foundation/aep-node/pull/45) [`f70ad26`](https://github.com/aep-foundation/aep-node/commit/f70ad260e91e8ce928ce99df4673b47f3e13d817) Thanks [@nkavian](https://github.com/nkavian)! - Align the API-key wrong-header vector with the Service-selected presentation header semantics. + +- [#44](https://github.com/aep-foundation/aep-node/pull/44) [`3ec9a20`](https://github.com/aep-foundation/aep-node/commit/3ec9a20217e23a755065091b20b7cfa285f2e6f0) Thanks [@nkavian](https://github.com/nkavian)! - Return the complete Service lifecycle vocabulary from Enroll when an existing enrollment is found. + +- [#51](https://github.com/aep-foundation/aep-node/pull/51) [`fade141`](https://github.com/aep-foundation/aep-node/commit/fade141bd82125c2cb84f58265cd2758c28a0256) Thanks [@nkavian](https://github.com/nkavian)! - Refresh the Core runtime dependencies and synchronize the AEP conformance artifacts. + +- [#42](https://github.com/aep-foundation/aep-node/pull/42) [`4064f3c`](https://github.com/aep-foundation/aep-node/commit/4064f3cedf93ced6080297988f1fabb9999a6fd5) Thanks [@nkavian](https://github.com/nkavian)! - Require advertised protected-resource authentication methods and explicit operation-aware Platform authorization. + +- Updated dependencies [[`6aadb9e`](https://github.com/aep-foundation/aep-node/commit/6aadb9ed25a5ac084ffc2c5be5161de1e30f92a1), [`9af941c`](https://github.com/aep-foundation/aep-node/commit/9af941c948a4a4a5383960bb614f9ea4d126264d), [`22422a5`](https://github.com/aep-foundation/aep-node/commit/22422a52fef708b957613bd13a9e506a4bf7f27a), [`df158eb`](https://github.com/aep-foundation/aep-node/commit/df158eb98dca14a9b0242d15b82840bac39a402b), [`3ec9a20`](https://github.com/aep-foundation/aep-node/commit/3ec9a20217e23a755065091b20b7cfa285f2e6f0), [`fade141`](https://github.com/aep-foundation/aep-node/commit/fade141bd82125c2cb84f58265cd2758c28a0256), [`bb9e9a3`](https://github.com/aep-foundation/aep-node/commit/bb9e9a398a48f8e4d7cd3a607377bd5b9432b47a)]: + - @aep-foundation/core@0.6.0 + ## 0.3.5 ### Patch Changes diff --git a/packages/conformance/package.json b/packages/conformance/package.json index cfc7b34..3526c9b 100644 --- a/packages/conformance/package.json +++ b/packages/conformance/package.json @@ -1,6 +1,6 @@ { "name": "@aep-foundation/conformance", - "version": "0.3.5", + "version": "0.4.0", "description": "Conformance helpers for checking AEP SDK outputs against schemas and test vectors.", "homepage": "https://www.aep.foundation/", "type": "module", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9cc938d..7aa9318 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,25 @@ # @aep-foundation/core +## 0.6.0 + +### Minor Changes + +- [#41](https://github.com/aep-foundation/aep-node/pull/41) [`6aadb9e`](https://github.com/aep-foundation/aep-node/commit/6aadb9ed25a5ac084ffc2c5be5161de1e30f92a1) Thanks [@nkavian](https://github.com/nkavian)! - Require stable Service-issued identifiers for built-in credentials, type per-grant-type Revoke capabilities, and remove every locally stored credential covered by a successful Revoke. + +- [#49](https://github.com/aep-foundation/aep-node/pull/49) [`df158eb`](https://github.com/aep-foundation/aep-node/commit/df158eb98dca14a9b0242d15b82840bac39a402b) Thanks [@nkavian](https://github.com/nkavian)! - Move shared Platform client contracts and request builders into Core, remove the Agent package's dependency on the Platform implementation, and preserve Platform compatibility exports. + +### Patch Changes + +- [#40](https://github.com/aep-foundation/aep-node/pull/40) [`9af941c`](https://github.com/aep-foundation/aep-node/commit/9af941c948a4a4a5383960bb614f9ea4d126264d) Thanks [@nkavian](https://github.com/nkavian)! - Enforce the Core command idempotency header, Agent-and-key replay scope, and cross-command conflict behavior. + +- [#43](https://github.com/aep-foundation/aep-node/pull/43) [`22422a5`](https://github.com/aep-foundation/aep-node/commit/22422a52fef708b957613bd13a9e506a4bf7f27a) Thanks [@nkavian](https://github.com/nkavian)! - Align Problem Details and Inspect validation with the Core protocol. + +- [#44](https://github.com/aep-foundation/aep-node/pull/44) [`3ec9a20`](https://github.com/aep-foundation/aep-node/commit/3ec9a20217e23a755065091b20b7cfa285f2e6f0) Thanks [@nkavian](https://github.com/nkavian)! - Return the complete Service lifecycle vocabulary from Enroll when an existing enrollment is found. + +- [#51](https://github.com/aep-foundation/aep-node/pull/51) [`fade141`](https://github.com/aep-foundation/aep-node/commit/fade141bd82125c2cb84f58265cd2758c28a0256) Thanks [@nkavian](https://github.com/nkavian)! - Refresh the Core runtime dependencies and synchronize the AEP conformance artifacts. + +- [#38](https://github.com/aep-foundation/aep-node/pull/38) [`bb9e9a3`](https://github.com/aep-foundation/aep-node/commit/bb9e9a398a48f8e4d7cd3a607377bd5b9432b47a) Thanks [@nkavian](https://github.com/nkavian)! - Enforce the normative client-assertion JOSE header, Agent identity binding, lifetime, protected-resource URI, and HTTPS `did:web` resolution requirements. + ## 0.5.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index a8bc26e..971f620 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@aep-foundation/core", - "version": "0.5.1", + "version": "0.6.0", "description": "Core Agent Enrollment Protocol types, constants, validation, and HTTP binding primitives.", "homepage": "https://www.aep.foundation/", "type": "module", diff --git a/packages/extensions/service-policy/CHANGELOG.md b/packages/extensions/service-policy/CHANGELOG.md index 1e5b4ae..e68324d 100644 --- a/packages/extensions/service-policy/CHANGELOG.md +++ b/packages/extensions/service-policy/CHANGELOG.md @@ -1,5 +1,12 @@ # @aep-foundation/service-policy +## 0.1.6 + +### Patch Changes + +- Updated dependencies [[`6aadb9e`](https://github.com/aep-foundation/aep-node/commit/6aadb9ed25a5ac084ffc2c5be5161de1e30f92a1), [`9af941c`](https://github.com/aep-foundation/aep-node/commit/9af941c948a4a4a5383960bb614f9ea4d126264d), [`22422a5`](https://github.com/aep-foundation/aep-node/commit/22422a52fef708b957613bd13a9e506a4bf7f27a), [`df158eb`](https://github.com/aep-foundation/aep-node/commit/df158eb98dca14a9b0242d15b82840bac39a402b), [`3ec9a20`](https://github.com/aep-foundation/aep-node/commit/3ec9a20217e23a755065091b20b7cfa285f2e6f0), [`fade141`](https://github.com/aep-foundation/aep-node/commit/fade141bd82125c2cb84f58265cd2758c28a0256), [`bb9e9a3`](https://github.com/aep-foundation/aep-node/commit/bb9e9a398a48f8e4d7cd3a607377bd5b9432b47a)]: + - @aep-foundation/core@0.6.0 + ## 0.1.5 ### Patch Changes diff --git a/packages/extensions/service-policy/package.json b/packages/extensions/service-policy/package.json index 1f89838..ff0ca7e 100644 --- a/packages/extensions/service-policy/package.json +++ b/packages/extensions/service-policy/package.json @@ -1,6 +1,6 @@ { "name": "@aep-foundation/service-policy", - "version": "0.1.5", + "version": "0.1.6", "description": "Service Policy extension package for AEP.", "homepage": "https://www.aep.foundation/", "type": "module", diff --git a/packages/platform/CHANGELOG.md b/packages/platform/CHANGELOG.md index b66a22a..0639894 100644 --- a/packages/platform/CHANGELOG.md +++ b/packages/platform/CHANGELOG.md @@ -1,5 +1,22 @@ # @aep-foundation/platform +## 0.3.0 + +### Minor Changes + +- [#42](https://github.com/aep-foundation/aep-node/pull/42) [`4064f3c`](https://github.com/aep-foundation/aep-node/commit/4064f3cedf93ced6080297988f1fabb9999a6fd5) Thanks [@nkavian](https://github.com/nkavian)! - Require advertised protected-resource authentication methods and explicit operation-aware Platform authorization. + +### Patch Changes + +- [#49](https://github.com/aep-foundation/aep-node/pull/49) [`df158eb`](https://github.com/aep-foundation/aep-node/commit/df158eb98dca14a9b0242d15b82840bac39a402b) Thanks [@nkavian](https://github.com/nkavian)! - Move shared Platform client contracts and request builders into Core, remove the Agent package's dependency on the Platform implementation, and preserve Platform compatibility exports. + +- [#38](https://github.com/aep-foundation/aep-node/pull/38) [`bb9e9a3`](https://github.com/aep-foundation/aep-node/commit/bb9e9a398a48f8e4d7cd3a607377bd5b9432b47a) Thanks [@nkavian](https://github.com/nkavian)! - Enforce the normative client-assertion JOSE header, Agent identity binding, lifetime, protected-resource URI, and HTTPS `did:web` resolution requirements. + +- [#48](https://github.com/aep-foundation/aep-node/pull/48) [`030cf0e`](https://github.com/aep-foundation/aep-node/commit/030cf0e6233af36ad7e917f8a8528389de7b2a32) Thanks [@nkavian](https://github.com/nkavian)! - Reject invalid Platform identity-list pagination metadata and prevent Platform producers from constructing invalid totals. + +- Updated dependencies [[`6aadb9e`](https://github.com/aep-foundation/aep-node/commit/6aadb9ed25a5ac084ffc2c5be5161de1e30f92a1), [`9af941c`](https://github.com/aep-foundation/aep-node/commit/9af941c948a4a4a5383960bb614f9ea4d126264d), [`22422a5`](https://github.com/aep-foundation/aep-node/commit/22422a52fef708b957613bd13a9e506a4bf7f27a), [`df158eb`](https://github.com/aep-foundation/aep-node/commit/df158eb98dca14a9b0242d15b82840bac39a402b), [`3ec9a20`](https://github.com/aep-foundation/aep-node/commit/3ec9a20217e23a755065091b20b7cfa285f2e6f0), [`fade141`](https://github.com/aep-foundation/aep-node/commit/fade141bd82125c2cb84f58265cd2758c28a0256), [`bb9e9a3`](https://github.com/aep-foundation/aep-node/commit/bb9e9a398a48f8e4d7cd3a607377bd5b9432b47a)]: + - @aep-foundation/core@0.6.0 + ## 0.2.5 ### Patch Changes diff --git a/packages/platform/package.json b/packages/platform/package.json index b1c950d..a6cc35b 100644 --- a/packages/platform/package.json +++ b/packages/platform/package.json @@ -1,6 +1,6 @@ { "name": "@aep-foundation/platform", - "version": "0.2.5", + "version": "0.3.0", "description": "Platform-side helpers for managed Agent identity support in AEP.", "homepage": "https://www.aep.foundation/", "type": "module", diff --git a/packages/service/CHANGELOG.md b/packages/service/CHANGELOG.md index 68f41ed..32f0ebf 100644 --- a/packages/service/CHANGELOG.md +++ b/packages/service/CHANGELOG.md @@ -1,5 +1,22 @@ # @aep-foundation/service +## 0.3.4 + +### Patch Changes + +- [#41](https://github.com/aep-foundation/aep-node/pull/41) [`6aadb9e`](https://github.com/aep-foundation/aep-node/commit/6aadb9ed25a5ac084ffc2c5be5161de1e30f92a1) Thanks [@nkavian](https://github.com/nkavian)! - Require stable Service-issued identifiers for built-in credentials, type per-grant-type Revoke capabilities, and remove every locally stored credential covered by a successful Revoke. + +- [#40](https://github.com/aep-foundation/aep-node/pull/40) [`9af941c`](https://github.com/aep-foundation/aep-node/commit/9af941c948a4a4a5383960bb614f9ea4d126264d) Thanks [@nkavian](https://github.com/nkavian)! - Enforce the Core command idempotency header, Agent-and-key replay scope, and cross-command conflict behavior. + +- [#44](https://github.com/aep-foundation/aep-node/pull/44) [`3ec9a20`](https://github.com/aep-foundation/aep-node/commit/3ec9a20217e23a755065091b20b7cfa285f2e6f0) Thanks [@nkavian](https://github.com/nkavian)! - Return the complete Service lifecycle vocabulary from Enroll when an existing enrollment is found. + +- [#47](https://github.com/aep-foundation/aep-node/pull/47) [`4cec092`](https://github.com/aep-foundation/aep-node/commit/4cec092232fc1fa5f90598d80a2a986bf16f3172) Thanks [@nkavian](https://github.com/nkavian)! - Reject client assertions when the accepted clock-skew window reaches the expiration boundary. + +- [#38](https://github.com/aep-foundation/aep-node/pull/38) [`bb9e9a3`](https://github.com/aep-foundation/aep-node/commit/bb9e9a398a48f8e4d7cd3a607377bd5b9432b47a) Thanks [@nkavian](https://github.com/nkavian)! - Enforce the normative client-assertion JOSE header, Agent identity binding, lifetime, protected-resource URI, and HTTPS `did:web` resolution requirements. + +- Updated dependencies [[`6aadb9e`](https://github.com/aep-foundation/aep-node/commit/6aadb9ed25a5ac084ffc2c5be5161de1e30f92a1), [`9af941c`](https://github.com/aep-foundation/aep-node/commit/9af941c948a4a4a5383960bb614f9ea4d126264d), [`22422a5`](https://github.com/aep-foundation/aep-node/commit/22422a52fef708b957613bd13a9e506a4bf7f27a), [`df158eb`](https://github.com/aep-foundation/aep-node/commit/df158eb98dca14a9b0242d15b82840bac39a402b), [`3ec9a20`](https://github.com/aep-foundation/aep-node/commit/3ec9a20217e23a755065091b20b7cfa285f2e6f0), [`fade141`](https://github.com/aep-foundation/aep-node/commit/fade141bd82125c2cb84f58265cd2758c28a0256), [`bb9e9a3`](https://github.com/aep-foundation/aep-node/commit/bb9e9a398a48f8e4d7cd3a607377bd5b9432b47a)]: + - @aep-foundation/core@0.6.0 + ## 0.3.3 ### Patch Changes diff --git a/packages/service/package.json b/packages/service/package.json index 5352375..b8ccc48 100644 --- a/packages/service/package.json +++ b/packages/service/package.json @@ -1,6 +1,6 @@ { "name": "@aep-foundation/service", - "version": "0.3.3", + "version": "0.3.4", "description": "Service-side workflows for the Agent Enrollment Protocol.", "homepage": "https://www.aep.foundation/", "type": "module",