Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

No notable changes.

## [0.29.0] - 2026-04-28

### Added

- [`PolicySourceHubRemoteBundle`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.PolicySourceHubRemoteBundle.html) as a possible type for [`AccessLogEntry.policySource`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.AccessLogEntry.html#policysource) and [`DecisionLogEntry.policySource`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.DecisionLogEntry.html#policysource) ([#1418](https://github.com/cerbos/cerbos-sdk-javascript/pull/1418))
Expand Down Expand Up @@ -368,7 +372,8 @@

- Common types for gRPC and HTTP clients ([#73](https://github.com/cerbos/cerbos-sdk-javascript/pull/73))

[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/core@0.28.1...HEAD
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/core@0.29.0...HEAD
[0.29.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/core@0.28.1...@cerbos/core@0.29.0
[0.28.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/core@0.28.0...@cerbos/core@0.28.1
[0.28.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/core@0.27.1...@cerbos/core@0.28.0
[0.27.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/core@0.27.0...@cerbos/core@0.27.1
Expand Down
14 changes: 7 additions & 7 deletions packages/core/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
unreleased:
type: minor
releases:
- version: 0.29.0
date: 2026-04-28

added:
- summary: "[`PolicySourceHubRemoteBundle`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.PolicySourceHubRemoteBundle.html) as a possible type for [`AccessLogEntry.policySource`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.AccessLogEntry.html#policysource) and [`DecisionLogEntry.policySource`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.DecisionLogEntry.html#policysource)"
details: Requires a policy decision point server running Cerbos 0.52+.
pull: 1418
added:
- summary: "[`PolicySourceHubRemoteBundle`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.PolicySourceHubRemoteBundle.html) as a possible type for [`AccessLogEntry.policySource`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.AccessLogEntry.html#policysource) and [`DecisionLogEntry.policySource`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.DecisionLogEntry.html#policysource)"
details: Requires a policy decision point server running Cerbos 0.52+.
pull: 1418

releases:
- version: 0.28.1
date: 2026-04-27

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerbos/core",
"version": "0.28.1",
"version": "0.29.0",
"type": "module",
"description": "Common types used by the Cerbos client libraries",
"repository": {
Expand Down
11 changes: 10 additions & 1 deletion packages/embedded-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

No notable changes.

## [0.5.2] - 2026-04-28

### Changed

- Bump dependency on [@cerbos/core] to 0.29.0 ([#1436](https://github.com/cerbos/cerbos-sdk-javascript/pull/1436))

- Bump dependency on [@cerbos/hub] to 0.5.4 ([#1436](https://github.com/cerbos/cerbos-sdk-javascript/pull/1436))

## [0.5.1] - 2026-04-27

### Changed
Expand Down Expand Up @@ -93,7 +101,8 @@ No notable changes.

- Client library for new embedded policy decision point servers ([#1312](https://github.com/cerbos/cerbos-sdk-javascript/pull/1312))

[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded-client@0.5.1...HEAD
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded-client@0.5.2...HEAD
[0.5.2]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded-client@0.5.1...@cerbos/embedded-client@0.5.2
[0.5.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded-client@0.5.0...@cerbos/embedded-client@0.5.1
[0.5.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded-client@0.4.0...@cerbos/embedded-client@0.5.0
[0.4.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded-client@0.3.0...@cerbos/embedded-client@0.4.0
Expand Down
15 changes: 12 additions & 3 deletions packages/embedded-client/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
unreleased:
type: patch

releases:
- version: 0.5.2
date: 2026-04-28

bumped:
"@cerbos/core":
to: 0.29.0
pull: 1436

"@cerbos/hub":
to: 0.5.4
pull: 1436

- version: 0.5.1
date: 2026-04-27

Expand Down
6 changes: 3 additions & 3 deletions packages/embedded-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerbos/embedded-client",
"version": "0.5.1",
"version": "0.5.2",
"type": "module",
"description": "Client library for interacting with embedded Cerbos policy decision points from server-side Node.js and browser-based applications",
"repository": {
Expand Down Expand Up @@ -55,8 +55,8 @@
},
"dependencies": {
"@bufbuild/protovalidate": "^1.2.0",
"@cerbos/core": "^0.28.1",
"@cerbos/hub": "^0.5.3",
"@cerbos/core": "^0.29.0",
"@cerbos/hub": "^0.5.4",
"ulid": "^3.0.2"
},
"publishConfig": {
Expand Down
9 changes: 8 additions & 1 deletion packages/embedded/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

No notable changes.

## [0.15.2] - 2026-04-28

### Changed

- Bump dependency on [@cerbos/core] to 0.29.0 ([#1436](https://github.com/cerbos/cerbos-sdk-javascript/pull/1436))

## [0.15.1] - 2026-04-27

### Changed
Expand Down Expand Up @@ -327,7 +333,8 @@ No notable changes.

- Lite client for interacting with a WebAssembly Cerbos policy bundle ([#249](https://github.com/cerbos/cerbos-sdk-javascript/pull/249))

[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded@0.15.1...HEAD
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded@0.15.2...HEAD
[0.15.2]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded@0.15.1...@cerbos/embedded@0.15.2
[0.15.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded@0.15.0...@cerbos/embedded@0.15.1
[0.15.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded@0.14.2...@cerbos/embedded@0.15.0
[0.14.2]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/embedded@0.14.1...@cerbos/embedded@0.14.2
Expand Down
11 changes: 8 additions & 3 deletions packages/embedded/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
unreleased:
type: patch

releases:
- version: 0.15.2
date: 2026-04-28

bumped:
"@cerbos/core":
to: 0.29.0
pull: 1436

- version: 0.15.1
date: 2026-04-27

Expand Down
4 changes: 2 additions & 2 deletions packages/embedded/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerbos/embedded",
"version": "0.15.1",
"version": "0.15.2",
"type": "module",
"description": "Client library for interacting with embedded Cerbos policy decision points generated by Cerbos Hub from server-side Node.js and browser-based applications",
"repository": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"@cerbos/api": "^0.6.0"
},
"dependencies": {
"@cerbos/core": "^0.28.1",
"@cerbos/core": "^0.29.0",
"ulid": "^3.0.2"
},
"publishConfig": {
Expand Down
9 changes: 8 additions & 1 deletion packages/files/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

No notable changes.

## [0.6.3] - 2026-04-28

### Changed

- Bump dependency on [@cerbos/core] to 0.29.0 ([#1436](https://github.com/cerbos/cerbos-sdk-javascript/pull/1436))

## [0.6.2] - 2026-04-27

### Changed
Expand Down Expand Up @@ -252,7 +258,8 @@ No notable changes.

- A package to load Cerbos policies from YAML or JSON files ([#611](https://github.com/cerbos/cerbos-sdk-javascript/pull/611))

[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.6.2...HEAD
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.6.3...HEAD
[0.6.3]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.6.2...@cerbos/files@0.6.3
[0.6.2]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.6.1...@cerbos/files@0.6.2
[0.6.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.6.0...@cerbos/files@0.6.1
[0.6.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/files@0.5.1...@cerbos/files@0.6.0
Expand Down
11 changes: 8 additions & 3 deletions packages/files/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
unreleased:
type: patch

releases:
- version: 0.6.3
date: 2026-04-28

bumped:
"@cerbos/core":
to: 0.29.0
pull: 1436

- version: 0.6.2
date: 2026-04-27

Expand Down
4 changes: 2 additions & 2 deletions packages/files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerbos/files",
"version": "0.6.2",
"version": "0.6.3",
"type": "module",
"description": "Load Cerbos policies from YAML or JSON files",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"@cerbos/api": "^0.6.0"
},
"dependencies": {
"@cerbos/core": "^0.28.1",
"@cerbos/core": "^0.29.0",
"yaml": "^2.8.3"
},
"publishConfig": {
Expand Down
11 changes: 10 additions & 1 deletion packages/grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@

## [Unreleased]

No notable changes.

## [0.26.0] - 2026-04-28

### Added

- [`PolicySourceHubRemoteBundle`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.PolicySourceHubRemoteBundle.html) as a possible type for [`AccessLogEntry.policySource`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.AccessLogEntry.html#policysource) and [`DecisionLogEntry.policySource`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.DecisionLogEntry.html#policysource) ([#1418](https://github.com/cerbos/cerbos-sdk-javascript/pull/1418))

Requires a policy decision point server running Cerbos 0.52+.

### Changed

- Bump dependency on [@cerbos/core] to 0.29.0 ([#1436](https://github.com/cerbos/cerbos-sdk-javascript/pull/1436))

## [0.25.1] - 2026-04-27

### Changed
Expand Down Expand Up @@ -562,7 +570,8 @@

- Separate gRPC client for server-side Node.js applications ([#73](https://github.com/cerbos/cerbos-sdk-javascript/pull/73))

[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.25.1...HEAD
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.26.0...HEAD
[0.26.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.25.1...@cerbos/grpc@0.26.0
[0.25.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.25.0...@cerbos/grpc@0.25.1
[0.25.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.24.2...@cerbos/grpc@0.25.0
[0.24.2]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.24.1...@cerbos/grpc@0.24.2
Expand Down
19 changes: 12 additions & 7 deletions packages/grpc/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
unreleased:
type: minor
releases:
- version: 0.26.0
date: 2026-04-28

added:
- summary: "[`PolicySourceHubRemoteBundle`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.PolicySourceHubRemoteBundle.html) as a possible type for [`AccessLogEntry.policySource`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.AccessLogEntry.html#policysource) and [`DecisionLogEntry.policySource`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.DecisionLogEntry.html#policysource)"
details: Requires a policy decision point server running Cerbos 0.52+.
pull: 1418
added:
- summary: "[`PolicySourceHubRemoteBundle`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.PolicySourceHubRemoteBundle.html) as a possible type for [`AccessLogEntry.policySource`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.AccessLogEntry.html#policysource) and [`DecisionLogEntry.policySource`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.DecisionLogEntry.html#policysource)"
details: Requires a policy decision point server running Cerbos 0.52+.
pull: 1418

bumped:
"@cerbos/core":
to: 0.29.0
pull: 1436

releases:
- version: 0.25.1
date: 2026-04-27

Expand Down
4 changes: 2 additions & 2 deletions packages/grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerbos/grpc",
"version": "0.25.1",
"version": "0.26.0",
"type": "module",
"description": "Client library for interacting with the Cerbos policy decision point service over gRPC from server-side Node.js applications",
"repository": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"@cerbos/api": "^0.6.0"
},
"dependencies": {
"@cerbos/core": "^0.28.1",
"@cerbos/core": "^0.29.0",
"@grpc/grpc-js": "^1.14.3"
},
"publishConfig": {
Expand Down
11 changes: 10 additions & 1 deletion packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@

## [Unreleased]

No notable changes.

## [0.27.0] - 2026-04-28

### Added

- [`PolicySourceHubRemoteBundle`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.PolicySourceHubRemoteBundle.html) as a possible type for [`AccessLogEntry.policySource`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.AccessLogEntry.html#policysource) and [`DecisionLogEntry.policySource`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.DecisionLogEntry.html#policysource) ([#1418](https://github.com/cerbos/cerbos-sdk-javascript/pull/1418))

Requires a policy decision point server running Cerbos 0.52+.

### Changed

- Bump dependency on [@cerbos/core] to 0.29.0 ([#1436](https://github.com/cerbos/cerbos-sdk-javascript/pull/1436))

## [0.26.2] - 2026-04-27

### Changed
Expand Down Expand Up @@ -488,7 +496,8 @@

- Separate HTTP client for browser-based applications ([#73](https://github.com/cerbos/cerbos-sdk-javascript/pull/73))

[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.26.2...HEAD
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.27.0...HEAD
[0.27.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.26.2...@cerbos/http@0.27.0
[0.26.2]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.26.1...@cerbos/http@0.26.2
[0.26.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.26.0...@cerbos/http@0.26.1
[0.26.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.25.0...@cerbos/http@0.26.0
Expand Down
19 changes: 12 additions & 7 deletions packages/http/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
unreleased:
type: minor
releases:
- version: 0.27.0
date: 2026-04-28

added:
- summary: "[`PolicySourceHubRemoteBundle`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.PolicySourceHubRemoteBundle.html) as a possible type for [`AccessLogEntry.policySource`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.AccessLogEntry.html#policysource) and [`DecisionLogEntry.policySource`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.DecisionLogEntry.html#policysource)"
details: Requires a policy decision point server running Cerbos 0.52+.
pull: 1418
added:
- summary: "[`PolicySourceHubRemoteBundle`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.PolicySourceHubRemoteBundle.html) as a possible type for [`AccessLogEntry.policySource`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.AccessLogEntry.html#policysource) and [`DecisionLogEntry.policySource`](https://cerbos.github.io/cerbos-sdk-javascript/interfaces/_cerbos_core.DecisionLogEntry.html#policysource)"
details: Requires a policy decision point server running Cerbos 0.52+.
pull: 1418

bumped:
"@cerbos/core":
to: 0.29.0
pull: 1436

releases:
- version: 0.26.2
date: 2026-04-27

Expand Down
4 changes: 2 additions & 2 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerbos/http",
"version": "0.26.2",
"version": "0.27.0",
"type": "module",
"description": "Client library for interacting with the Cerbos policy decision point service over HTTP from browser-based applications",
"repository": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"@cerbos/api": "^0.6.0"
},
"dependencies": {
"@cerbos/core": "^0.28.1"
"@cerbos/core": "^0.29.0"
},
"publishConfig": {
"access": "public",
Expand Down
9 changes: 8 additions & 1 deletion packages/hub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

No notable changes.

## [0.5.4] - 2026-04-28

### Changed

- Bump dependency on [@cerbos/core] to 0.29.0 ([#1436](https://github.com/cerbos/cerbos-sdk-javascript/pull/1436))

## [0.5.3] - 2026-04-27

### Changed
Expand Down Expand Up @@ -118,7 +124,8 @@ No notable changes.

- A client for interacting with policy stores in Cerbos Hub ([#1173](https://github.com/cerbos/cerbos-sdk-javascript/pull/1173), [#1191](https://github.com/cerbos/cerbos-sdk-javascript/pull/1191))

[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/hub@0.5.3...HEAD
[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/hub@0.5.4...HEAD
[0.5.4]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/hub@0.5.3...@cerbos/hub@0.5.4
[0.5.3]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/hub@0.5.2...@cerbos/hub@0.5.3
[0.5.2]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/hub@0.5.1...@cerbos/hub@0.5.2
[0.5.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/hub@0.5.0...@cerbos/hub@0.5.1
Expand Down
Loading
Loading