From 413ae33990c3f4d8a9ec29523cfde671d46e2a5f Mon Sep 17 00:00:00 2001 From: Andrew Haines Date: Tue, 18 Jul 2023 17:24:37 +0100 Subject: [PATCH] chore(release): Prepare releases (#599) @cerbos/core: 0.12.0 @cerbos/grpc: 0.12.0 @cerbos/http: 0.13.0 @cerbos/lite: 0.3.1-alpha @cerbos/opentelemetry: 0.2.1 Signed-off-by: Andrew Haines --- docs/core.derivedrolesbody.md | 2 +- docs/core.derivedrolesbody.variables.md | 2 +- docs/core.exportvariables.md | 2 +- docs/core.exportvariablesbody.md | 2 +- docs/core.md | 6 ++-- docs/core.principalpolicybody.md | 2 +- docs/core.principalpolicybody.variables.md | 2 +- docs/core.resourcepolicybody.md | 2 +- docs/core.resourcepolicybody.variables.md | 2 +- docs/core.variables.md | 2 +- package-lock.json | 28 +++++++++---------- packages/core/CHANGELOG.md | 9 ++++-- packages/core/package.json | 2 +- .../src/types/external/DerivedRolesBody.ts | 2 +- .../src/types/external/ExportVariables.ts | 2 +- .../src/types/external/ExportVariablesBody.ts | 2 +- .../src/types/external/PrincipalPolicyBody.ts | 2 +- .../src/types/external/ResourcePolicyBody.ts | 2 +- packages/core/src/types/external/Variables.ts | 2 +- packages/grpc/CHANGELOG.md | 9 ++++-- packages/grpc/package.json | 4 +-- packages/http/CHANGELOG.md | 9 ++++-- packages/http/package.json | 4 +-- packages/lite/CHANGELOG.md | 7 ++++- packages/lite/package.json | 4 +-- packages/opentelemetry/CHANGELOG.md | 7 ++++- packages/opentelemetry/package.json | 4 +-- packages/test/package.json | 10 +++---- 28 files changed, 79 insertions(+), 54 deletions(-) diff --git a/docs/core.derivedrolesbody.md b/docs/core.derivedrolesbody.md index 806672e1..ce23ccab 100644 --- a/docs/core.derivedrolesbody.md +++ b/docs/core.derivedrolesbody.md @@ -18,5 +18,5 @@ export interface DerivedRolesBody | --- | --- | --- | --- | | [definitions](./core.derivedrolesbody.definitions.md) | | [DerivedRoleDefinition](./core.derivedroledefinition.md)\[\] | The definitions of the derived roles. | | [name](./core.derivedrolesbody.name.md) | | string | The name to use when importing the set of derived roles. | -| [variables?](./core.derivedrolesbody.variables.md) | | [Variables](./core.variables.md) \| undefined | _(Optional)_ [Variables](https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html) defined for use in conditions. | +| [variables?](./core.derivedrolesbody.variables.md) | | [Variables](./core.variables.md) \| undefined | _(Optional)_ [Variables](https://docs.cerbos.dev/cerbos/latest/policies/variables.html) defined for use in conditions. | diff --git a/docs/core.derivedrolesbody.variables.md b/docs/core.derivedrolesbody.variables.md index ea612dcc..ca5e7ec5 100644 --- a/docs/core.derivedrolesbody.variables.md +++ b/docs/core.derivedrolesbody.variables.md @@ -4,7 +4,7 @@ ## DerivedRolesBody.variables property -[Variables](https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html) defined for use in conditions. +[Variables](https://docs.cerbos.dev/cerbos/latest/policies/variables.html) defined for use in conditions. **Signature:** diff --git a/docs/core.exportvariables.md b/docs/core.exportvariables.md index 4e633fd7..cfcf4b87 100644 --- a/docs/core.exportvariables.md +++ b/docs/core.exportvariables.md @@ -4,7 +4,7 @@ ## ExportVariables interface -A set of [exported variables](https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html#export) to be reused in other policies. +A set of [exported variables](https://docs.cerbos.dev/cerbos/latest/policies/variables.html#export) to be reused in other policies. **Signature:** diff --git a/docs/core.exportvariablesbody.md b/docs/core.exportvariablesbody.md index 40d7bdfc..65432702 100644 --- a/docs/core.exportvariablesbody.md +++ b/docs/core.exportvariablesbody.md @@ -4,7 +4,7 @@ ## ExportVariablesBody interface -A set of [exported variables](https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html#export) to be reused in other policies. +A set of [exported variables](https://docs.cerbos.dev/cerbos/latest/policies/variables.html#export) to be reused in other policies. **Signature:** diff --git a/docs/core.md b/docs/core.md index d78df57b..74b1c887 100644 --- a/docs/core.md +++ b/docs/core.md @@ -56,8 +56,8 @@ Common types used by the [gRPC](./grpc.md) and [HTTP](./http.md) client librarie | [DisablePoliciesResponse](./core.disablepoliciesresponse.md) | The outcome of disabling policies. | | [EnablePoliciesRequest](./core.enablepoliciesrequest.md) | Input to [Client.enablePolicies()](./core.client.enablepolicies.md). | | [EnablePoliciesResponse](./core.enablepoliciesresponse.md) | The outcome of enabling policies. | -| [ExportVariables](./core.exportvariables.md) | A set of [exported variables](https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html#export) to be reused in other policies. | -| [ExportVariablesBody](./core.exportvariablesbody.md) | A set of [exported variables](https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html#export) to be reused in other policies. | +| [ExportVariables](./core.exportvariables.md) | A set of [exported variables](https://docs.cerbos.dev/cerbos/latest/policies/variables.html#export) to be reused in other policies. | +| [ExportVariablesBody](./core.exportvariablesbody.md) | A set of [exported variables](https://docs.cerbos.dev/cerbos/latest/policies/variables.html#export) to be reused in other policies. | | [GetPoliciesRequest](./core.getpoliciesrequest.md) | Input to [Client.getPolicies()](./core.client.getpolicies.md). | | [GetPoliciesResponse](./core.getpoliciesresponse.md) | Fetched policies. | | [GetSchemasRequest](./core.getschemasrequest.md) | Input to [Client.getSchemas()](./core.client.getschemas.md). | @@ -98,7 +98,7 @@ Common types used by the [gRPC](./grpc.md) and [HTTP](./http.md) client librarie | [SchemaRefs](./core.schemarefs.md) | References to schemas to be used to validate principal and resource attributes. | | [ServerInfo](./core.serverinfo.md) | Information about the Cerbos policy decision point (PDP) server. | | [ValidationError](./core.validationerror.md) | An error that occurred while validating the principal or resource attributes against a schema. | -| [Variables](./core.variables.md) | [Variables](https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html) defined for use in policy conditions. | +| [Variables](./core.variables.md) | [Variables](https://docs.cerbos.dev/cerbos/latest/policies/variables.html) defined for use in policy conditions. | ## Variables diff --git a/docs/core.principalpolicybody.md b/docs/core.principalpolicybody.md index 0de0b503..a919b6ba 100644 --- a/docs/core.principalpolicybody.md +++ b/docs/core.principalpolicybody.md @@ -19,6 +19,6 @@ export interface PrincipalPolicyBody | [principal](./core.principalpolicybody.principal.md) | | string | The ID of the principal to whom the policy applies. | | [rules](./core.principalpolicybody.rules.md) | | [PrincipalRule](./core.principalrule.md)\[\] | Rules defining the overrides that apply to the principal. | | [scope?](./core.principalpolicybody.scope.md) | | string | _(Optional)_ [Scope](https://docs.cerbos.dev/cerbos/latest/policies/scoped_policies.html) of the policy. | -| [variables?](./core.principalpolicybody.variables.md) | | [Variables](./core.variables.md) \| undefined | _(Optional)_ [Variables](https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html) defined for use in conditions. | +| [variables?](./core.principalpolicybody.variables.md) | | [Variables](./core.variables.md) \| undefined | _(Optional)_ [Variables](https://docs.cerbos.dev/cerbos/latest/policies/variables.html) defined for use in conditions. | | [version](./core.principalpolicybody.version.md) | | string | The version of the policy. | diff --git a/docs/core.principalpolicybody.variables.md b/docs/core.principalpolicybody.variables.md index 9af3ed9e..9d35b4b8 100644 --- a/docs/core.principalpolicybody.variables.md +++ b/docs/core.principalpolicybody.variables.md @@ -4,7 +4,7 @@ ## PrincipalPolicyBody.variables property -[Variables](https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html) defined for use in conditions. +[Variables](https://docs.cerbos.dev/cerbos/latest/policies/variables.html) defined for use in conditions. **Signature:** diff --git a/docs/core.resourcepolicybody.md b/docs/core.resourcepolicybody.md index 1afe9447..5f247bf5 100644 --- a/docs/core.resourcepolicybody.md +++ b/docs/core.resourcepolicybody.md @@ -21,6 +21,6 @@ export interface ResourcePolicyBody | [rules](./core.resourcepolicybody.rules.md) | | [ResourceRule](./core.resourcerule.md)\[\] | Rules defining the actions that can be performed on the resource. | | [schemas?](./core.resourcepolicybody.schemas.md) | | [SchemaRefs](./core.schemarefs.md) \| undefined | _(Optional)_ [Schemas](https://docs.cerbos.dev/cerbos/latest/policies/schemas.html) for principal and resource attributes. | | [scope?](./core.resourcepolicybody.scope.md) | | string | _(Optional)_ [Scope](https://docs.cerbos.dev/cerbos/latest/policies/scoped_policies.html) of the policy. | -| [variables?](./core.resourcepolicybody.variables.md) | | [Variables](./core.variables.md) \| undefined | _(Optional)_ [Variables](https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html) defined for use in conditions. | +| [variables?](./core.resourcepolicybody.variables.md) | | [Variables](./core.variables.md) \| undefined | _(Optional)_ [Variables](https://docs.cerbos.dev/cerbos/latest/policies/variables.html) defined for use in conditions. | | [version](./core.resourcepolicybody.version.md) | | string | The version of the policy. | diff --git a/docs/core.resourcepolicybody.variables.md b/docs/core.resourcepolicybody.variables.md index f964ecfb..2896b99a 100644 --- a/docs/core.resourcepolicybody.variables.md +++ b/docs/core.resourcepolicybody.variables.md @@ -4,7 +4,7 @@ ## ResourcePolicyBody.variables property -[Variables](https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html) defined for use in conditions. +[Variables](https://docs.cerbos.dev/cerbos/latest/policies/variables.html) defined for use in conditions. **Signature:** diff --git a/docs/core.variables.md b/docs/core.variables.md index ae8739c8..364bf6c8 100644 --- a/docs/core.variables.md +++ b/docs/core.variables.md @@ -4,7 +4,7 @@ ## Variables interface -[Variables](https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html) defined for use in policy conditions. +[Variables](https://docs.cerbos.dev/cerbos/latest/policies/variables.html) defined for use in policy conditions. **Signature:** diff --git a/package-lock.json b/package-lock.json index 77f305eb..acb027d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7537,7 +7537,7 @@ }, "packages/core": { "name": "@cerbos/core", - "version": "0.11.0", + "version": "0.12.0", "license": "Apache-2.0", "dependencies": { "uuid": "^9.0.0" @@ -7551,10 +7551,10 @@ }, "packages/grpc": { "name": "@cerbos/grpc", - "version": "0.11.0", + "version": "0.12.0", "license": "Apache-2.0", "dependencies": { - "@cerbos/core": "^0.11.0", + "@cerbos/core": "^0.12.0", "@grpc/grpc-js": "^1.8.18", "long": "^5.2.3", "protobufjs": "^7.2.4" @@ -7565,10 +7565,10 @@ }, "packages/http": { "name": "@cerbos/http", - "version": "0.12.0", + "version": "0.13.0", "license": "Apache-2.0", "dependencies": { - "@cerbos/core": "^0.11.0", + "@cerbos/core": "^0.12.0", "abab": "^2.0.6", "qs": "^6.11.2" }, @@ -7581,10 +7581,10 @@ }, "packages/lite": { "name": "@cerbos/lite", - "version": "0.3.0-alpha", + "version": "0.3.1-alpha", "license": "Apache-2.0", "dependencies": { - "@cerbos/core": "^0.11.0" + "@cerbos/core": "^0.12.0" }, "engines": { "node": ">= 16" @@ -7592,10 +7592,10 @@ }, "packages/opentelemetry": { "name": "@cerbos/opentelemetry", - "version": "0.2.0", + "version": "0.2.1", "license": "Apache-2.0", "dependencies": { - "@cerbos/core": "^0.11.0", + "@cerbos/core": "^0.12.0", "@opentelemetry/api": "^1.4.1", "@opentelemetry/instrumentation": "^0.41.0", "@opentelemetry/semantic-conventions": "^1.15.0" @@ -7606,11 +7606,11 @@ }, "packages/test": { "devDependencies": { - "@cerbos/core": "0.11.0", - "@cerbos/grpc": "0.11.0", - "@cerbos/http": "0.12.0", - "@cerbos/lite": "0.3.0-alpha", - "@cerbos/opentelemetry": "0.2.0", + "@cerbos/core": "0.12.0", + "@cerbos/grpc": "0.12.0", + "@cerbos/http": "0.13.0", + "@cerbos/lite": "0.3.1-alpha", + "@cerbos/opentelemetry": "0.2.1", "@jest/globals": "29.6.1", "@jest/types": "29.6.1", "@opentelemetry/api": "1.4.1", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e1d5a7ce..37f2131c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,12 +1,16 @@ ## [Unreleased] +No notable changes. + +## [0.12.0] - 2023-07-18 + ### Added - Support for filtering [`Client.listPolicies`](../../docs/core.client.listpolicies.md) results by policy name, scope, and version ([#568](https://github.com/cerbos/cerbos-sdk-javascript/pull/568)) Requires a policy decision point server running Cerbos 0.29+. -- Support for [exporting and importing variable sets](https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html) in policies ([#598](https://github.com/cerbos/cerbos-sdk-javascript/pull/598)) +- Support for [exporting and importing variable sets](https://docs.cerbos.dev/cerbos/latest/policies/variables.html) in policies ([#598](https://github.com/cerbos/cerbos-sdk-javascript/pull/598)) Requires a policy decision point server running Cerbos 0.29+. @@ -103,7 +107,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.11.0...HEAD +[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/core@0.12.0...HEAD +[0.12.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/core@0.11.0...@cerbos/core@0.12.0 [0.11.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/core@0.10.0...@cerbos/core@0.11.0 [0.10.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/core@0.9.1...@cerbos/core@0.10.0 [0.9.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/core@0.9.0...@cerbos/core@0.9.1 diff --git a/packages/core/package.json b/packages/core/package.json index 5e0e1fa4..45540536 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@cerbos/core", - "version": "0.11.0", + "version": "0.12.0", "description": "Common types used by the @cerbos/grpc and @cerbos/http client libraries", "repository": { "type": "git", diff --git a/packages/core/src/types/external/DerivedRolesBody.ts b/packages/core/src/types/external/DerivedRolesBody.ts index b10223af..64e37508 100644 --- a/packages/core/src/types/external/DerivedRolesBody.ts +++ b/packages/core/src/types/external/DerivedRolesBody.ts @@ -19,7 +19,7 @@ export interface DerivedRolesBody { definitions: DerivedRoleDefinition[]; /** - * {@link https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html | Variables} defined for use in conditions. + * {@link https://docs.cerbos.dev/cerbos/latest/policies/variables.html | Variables} defined for use in conditions. * * @remarks * Requires the Cerbos policy decision point server to be at least v0.29. diff --git a/packages/core/src/types/external/ExportVariables.ts b/packages/core/src/types/external/ExportVariables.ts index 5a3f3be0..0de241b5 100644 --- a/packages/core/src/types/external/ExportVariables.ts +++ b/packages/core/src/types/external/ExportVariables.ts @@ -2,7 +2,7 @@ import type { ExportVariablesBody } from "./ExportVariablesBody"; import type { PolicyBase } from "./PolicyBase"; /** - * A set of {@link https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html#export | exported variables} + * A set of {@link https://docs.cerbos.dev/cerbos/latest/policies/variables.html#export | exported variables} * to be reused in other policies. * * @remarks diff --git a/packages/core/src/types/external/ExportVariablesBody.ts b/packages/core/src/types/external/ExportVariablesBody.ts index 4ec95dee..53d96b20 100644 --- a/packages/core/src/types/external/ExportVariablesBody.ts +++ b/packages/core/src/types/external/ExportVariablesBody.ts @@ -1,5 +1,5 @@ /** - * A set of {@link https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html#export | exported variables} + * A set of {@link https://docs.cerbos.dev/cerbos/latest/policies/variables.html#export | exported variables} * to be reused in other policies. * * @remarks diff --git a/packages/core/src/types/external/PrincipalPolicyBody.ts b/packages/core/src/types/external/PrincipalPolicyBody.ts index 1ade64b2..f831bd2c 100644 --- a/packages/core/src/types/external/PrincipalPolicyBody.ts +++ b/packages/core/src/types/external/PrincipalPolicyBody.ts @@ -33,7 +33,7 @@ export interface PrincipalPolicyBody { scope?: string; /** - * {@link https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html | Variables} defined for use in conditions. + * {@link https://docs.cerbos.dev/cerbos/latest/policies/variables.html | Variables} defined for use in conditions. * * @remarks * Requires the Cerbos policy decision point server to be at least v0.29. diff --git a/packages/core/src/types/external/ResourcePolicyBody.ts b/packages/core/src/types/external/ResourcePolicyBody.ts index 45dfe25a..f5a06046 100644 --- a/packages/core/src/types/external/ResourcePolicyBody.ts +++ b/packages/core/src/types/external/ResourcePolicyBody.ts @@ -44,7 +44,7 @@ export interface ResourcePolicyBody { schemas?: SchemaRefs | undefined; /** - * {@link https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html | Variables} defined for use in conditions. + * {@link https://docs.cerbos.dev/cerbos/latest/policies/variables.html | Variables} defined for use in conditions. * * @remarks * Requires the Cerbos policy decision point server to be at least v0.29. diff --git a/packages/core/src/types/external/Variables.ts b/packages/core/src/types/external/Variables.ts index ba33afe4..f68dca37 100644 --- a/packages/core/src/types/external/Variables.ts +++ b/packages/core/src/types/external/Variables.ts @@ -1,5 +1,5 @@ /** - * {@link https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html | Variables} defined for use in policy conditions. + * {@link https://docs.cerbos.dev/cerbos/latest/policies/variables.html | Variables} defined for use in policy conditions. * * @public */ diff --git a/packages/grpc/CHANGELOG.md b/packages/grpc/CHANGELOG.md index d7302377..d10712ef 100644 --- a/packages/grpc/CHANGELOG.md +++ b/packages/grpc/CHANGELOG.md @@ -1,12 +1,16 @@ ## [Unreleased] +No notable changes. + +## [0.12.0] - 2023-07-18 + ### Added - Support for filtering [`Client.listPolicies`](../../docs/core.client.listpolicies.md) results by policy name, scope, and version ([#568](https://github.com/cerbos/cerbos-sdk-javascript/pull/568)) Requires a policy decision point server running Cerbos 0.29+. -- Support for [exporting and importing variable sets](https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html) in policies ([#598](https://github.com/cerbos/cerbos-sdk-javascript/pull/598)) +- Support for [exporting and importing variable sets](https://docs.cerbos.dev/cerbos/latest/policies/variables.html) in policies ([#598](https://github.com/cerbos/cerbos-sdk-javascript/pull/598)) Requires a policy decision point server running Cerbos 0.29+. @@ -138,7 +142,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.11.0...HEAD +[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.12.0...HEAD +[0.12.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.11.0...@cerbos/grpc@0.12.0 [0.11.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.10.0...@cerbos/grpc@0.11.0 [0.10.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.9.2...@cerbos/grpc@0.10.0 [0.9.2]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.9.1...@cerbos/grpc@0.9.2 diff --git a/packages/grpc/package.json b/packages/grpc/package.json index 0a971109..2e5b2e4e 100644 --- a/packages/grpc/package.json +++ b/packages/grpc/package.json @@ -1,6 +1,6 @@ { "name": "@cerbos/grpc", - "version": "0.11.0", + "version": "0.12.0", "description": "Client library for interacting with the Cerbos policy decision point over gRPC from server-side Node.js applications", "repository": { "type": "git", @@ -26,7 +26,7 @@ "src/**/*.ts" ], "dependencies": { - "@cerbos/core": "^0.11.0", + "@cerbos/core": "^0.12.0", "@grpc/grpc-js": "^1.8.18", "long": "^5.2.3", "protobufjs": "^7.2.4" diff --git a/packages/http/CHANGELOG.md b/packages/http/CHANGELOG.md index 1a143764..f3090270 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -1,12 +1,16 @@ ## [Unreleased] +No notable changes. + +## [0.13.0] - 2023-07-18 + ### Added - Support for filtering [`Client.listPolicies`](../../docs/core.client.listpolicies.md) results by policy name, scope, and version ([#568](https://github.com/cerbos/cerbos-sdk-javascript/pull/568)) Requires a policy decision point server running Cerbos 0.29+. -- Support for [exporting and importing variable sets](https://docs.cerbos.dev/cerbos/prerelease/policies/variables.html) in policies ([#598](https://github.com/cerbos/cerbos-sdk-javascript/pull/598)) +- Support for [exporting and importing variable sets](https://docs.cerbos.dev/cerbos/latest/policies/variables.html) in policies ([#598](https://github.com/cerbos/cerbos-sdk-javascript/pull/598)) Requires a policy decision point server running Cerbos 0.29+. @@ -121,7 +125,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.12.0...HEAD +[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.13.0...HEAD +[0.13.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.12.0...@cerbos/http@0.13.0 [0.12.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.11.0...@cerbos/http@0.12.0 [0.11.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.10.1...@cerbos/http@0.11.0 [0.10.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/http@0.10.0...@cerbos/http@0.10.1 diff --git a/packages/http/package.json b/packages/http/package.json index 0383c73b..5c04ddf7 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@cerbos/http", - "version": "0.12.0", + "version": "0.13.0", "description": "Client library for interacting with the Cerbos policy decision point over HTTP from browser-based applications", "repository": { "type": "git", @@ -26,7 +26,7 @@ "src/**/*.ts" ], "dependencies": { - "@cerbos/core": "^0.11.0", + "@cerbos/core": "^0.12.0", "abab": "^2.0.6", "qs": "^6.11.2" }, diff --git a/packages/lite/CHANGELOG.md b/packages/lite/CHANGELOG.md index a49054a1..da7c08ac 100644 --- a/packages/lite/CHANGELOG.md +++ b/packages/lite/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +No notable changes. + +## [0.3.1-alpha] - 2023-07-18 + ### Removed - Unused generated code ([#606](https://github.com/cerbos/cerbos-sdk-javascript/pull/606)) @@ -40,7 +44,8 @@ - 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/lite@0.3.0-alpha...HEAD +[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/lite@0.3.1-alpha...HEAD +[0.3.1-alpha]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/lite@0.3.0-alpha...@cerbos/lite@0.3.1-alpha [0.3.0-alpha]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/lite@0.2.2-alpha...@cerbos/lite@0.3.0-alpha [0.2.2-alpha]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/lite@0.2.1-alpha...@cerbos/lite@0.2.2-alpha [0.2.1-alpha]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/lite@0.2.0-alpha...@cerbos/lite@0.2.1-alpha diff --git a/packages/lite/package.json b/packages/lite/package.json index 04cdb205..646a6d18 100644 --- a/packages/lite/package.json +++ b/packages/lite/package.json @@ -1,6 +1,6 @@ { "name": "@cerbos/lite", - "version": "0.3.0-alpha", + "version": "0.3.1-alpha", "description": "Client library for interacting with WebAssembly Cerbos policy bundles from server-side Node.js and browser-based applications", "repository": { "type": "git", @@ -26,6 +26,6 @@ "src/**/*.ts" ], "dependencies": { - "@cerbos/core": "^0.11.0" + "@cerbos/core": "^0.12.0" } } diff --git a/packages/opentelemetry/CHANGELOG.md b/packages/opentelemetry/CHANGELOG.md index 12351caf..5e04d5ba 100644 --- a/packages/opentelemetry/CHANGELOG.md +++ b/packages/opentelemetry/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +No notable changes. + +## [0.2.1] - 2023-07-18 + ### Changed - Bump dependencies on [@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation) to 0.41.0 and [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-semantic-conventions) to 1.15.0 ([#557](https://github.com/cerbos/cerbos-sdk-javascript/pull/557), [#590](https://github.com/cerbos/cerbos-sdk-javascript/pull/590)) @@ -36,7 +40,8 @@ - [OpenTelemetry](https://opentelemetry.io) instrumentation for the [gRPC](../grpc/README.md) and [HTTP](../http/README.md) client libraries ([#438](https://github.com/cerbos/cerbos-sdk-javascript/pull/438)) -[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.2.0...HEAD +[unreleased]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.2.1...HEAD +[0.2.1]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.2.0...@cerbos/opentelemetry@0.2.1 [0.2.0]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.1.3...@cerbos/opentelemetry@0.2.0 [0.1.3]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.1.2...@cerbos/opentelemetry@0.1.3 [0.1.2]: https://github.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/opentelemetry@0.1.1...@cerbos/opentelemetry@0.1.2 diff --git a/packages/opentelemetry/package.json b/packages/opentelemetry/package.json index e53efd9c..be082589 100644 --- a/packages/opentelemetry/package.json +++ b/packages/opentelemetry/package.json @@ -1,6 +1,6 @@ { "name": "@cerbos/opentelemetry", - "version": "0.2.0", + "version": "0.2.1", "description": "OpenTelemetry instrumentation for the @cerbos/grpc and @cerbos/http client libraries", "repository": { "type": "git", @@ -26,7 +26,7 @@ "src/**/*.ts" ], "dependencies": { - "@cerbos/core": "^0.11.0", + "@cerbos/core": "^0.12.0", "@opentelemetry/api": "^1.4.1", "@opentelemetry/instrumentation": "^0.41.0", "@opentelemetry/semantic-conventions": "^1.15.0" diff --git a/packages/test/package.json b/packages/test/package.json index fe208160..1934bc97 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -7,11 +7,11 @@ "test:watch": "NODE_EXTRA_CA_CERTS=servers/tmp/certificates/server.root.crt jest --watch" }, "devDependencies": { - "@cerbos/core": "0.11.0", - "@cerbos/grpc": "0.11.0", - "@cerbos/http": "0.12.0", - "@cerbos/lite": "0.3.0-alpha", - "@cerbos/opentelemetry": "0.2.0", + "@cerbos/core": "0.12.0", + "@cerbos/grpc": "0.12.0", + "@cerbos/http": "0.13.0", + "@cerbos/lite": "0.3.1-alpha", + "@cerbos/opentelemetry": "0.2.1", "@jest/globals": "29.6.1", "@jest/types": "29.6.1", "@opentelemetry/api": "1.4.1",