0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-24 22:41:28 -05:00

release: version packages (#3857)

This commit is contained in:
silverhand-bot 2023-06-06 23:21:29 +08:00 committed by GitHub
parent 2e2ba5daf3
commit 3acb0d2db1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 278 additions and 128 deletions

View file

@ -1,8 +0,0 @@
---
"@logto/cloud": patch
"@logto/core": patch
---
### Enable strict CSP policy check header
This change removes the report only flag from CSP security header settings, which will enables the strict CSP policy check for all requests.

View file

@ -1,5 +0,0 @@
---
"@logto/schemas": minor
---
Add cloudflare configurations to system

View file

@ -1,11 +0,0 @@
---
"@logto/core": patch
---
## Bump oidc-provider version
Bump oidc-provider version to [v8.2.2](https://github.com/panva/node-oidc-provider/releases/tag/v8.2.2). This version fixes a bug that prevented the revoked scopes from being removed from the access token.
> Issued Access Tokens always only contain scopes that are defined on the respective Resource Server (returned from features.resourceIndicators.getResourceServerInfo).
If the scopes are revoked from the resource server, they should be removed from the newly granted access token. This is now fixed in the new version of oidc-provider.

View file

@ -1,6 +0,0 @@
---
"@logto/connector-aliyun-dm": patch
"@logto/connector-aliyun-sms": patch
---
Fix Aliyun Direct Mail and Aliyun Short Message Service connectors' signature functions.

View file

@ -1,29 +0,0 @@
---
"@logto/console": minor
"@logto/core": minor
"@logto/integration-tests": minor
"@logto/schemas": minor
---
Provide new features for webhooks
## Features
- Manage webhooks via the Admin Console
- Securing webhooks by validating signature
- Allow to enable/disable a webhook
- Track recent execution status of a webhook
- Support multi-events for a webhook
## Updates
- schemas: add `name`, `events`, `signingKey`, and `enabled` fields to the `hook` schema
- core: change the `user-agent` value from `Logto (https://logto.io)` to `Logto (https://logto.io/)` in the webhook request headers
- core: deprecate `event` field in all hook-related APIs, use `events` instead
- core: deprecate `retries` field in the `HookConfig` for all hook-related APIs, now it will fallback to `3` if not specified and will be removed in the future
- core: add new APIs for webhook management
- `GET /api/hooks/:id/recent-logs` to retrieve recent execution logs(24h) of a webhook
- `POST /api/hooks/:id/test` to test a webhook
- `PATCH /api/hooks/:id/signing-key` to regenerate the signing key of a webhook
- core: support query webhook execution stats(24h) via `GET /api/hooks/:id` and `GET /api/hooks/:id` by specifying `includeExecutionStats` query parameter
- console: support webhook management

View file

@ -1,5 +0,0 @@
---
"@logto/core": patch
---
Bug fix: reset password webhook should be triggered when the user resets password

View file

@ -1,13 +0,0 @@
---
"@logto/console": minor
"@logto/core": minor
"@logto/integration-tests": minor
"@logto/phrases": minor
"@logto/schemas": minor
---
Support setting default API Resource from Console and API
- New API Resources will not be treated as default.
- Added `PATCH /resources/:id/is-default` to setting `isDefault` for an API Resource.
- Only one default API Resource is allowed per tenant. Setting one API default will reset all others.

View file

@ -1,7 +0,0 @@
---
"@logto/core": minor
"@logto/phrases": minor
"@logto/schemas": minor
---
Add custom domain support

View file

@ -1,9 +0,0 @@
---
"@logto/console": minor
"@logto/phrases": minor
"@logto/schemas": patch
---
Support updating sign-in identifiers in user details form
- Admin can now update user sign-in identifiers (username, email, phone number) in the user details form in user management.
- Other trivial improvements and fixes, e.g. input field placeholder, error handling, etc.

View file

@ -1,5 +1,17 @@
# Change Log
## 1.5.0
### Patch Changes
- Updated dependencies [2cab3787c]
- Updated dependencies [73666f8fa]
- Updated dependencies [268dc50e7]
- Updated dependencies [fa0dbafe8]
- Updated dependencies [497d5b526]
- @logto/schemas@1.5.0
- @logto/phrases@1.4.0
## 1.4.0
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/cli",
"version": "1.4.0",
"version": "1.5.0",
"description": "Logto CLI.",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/logto#readme",
@ -46,9 +46,9 @@
"@logto/connector-kit": "workspace:^1.1.1",
"@logto/core-kit": "workspace:^2.0.0",
"@logto/language-kit": "workspace:^1.0.0",
"@logto/phrases": "workspace:^1.3.0",
"@logto/phrases": "workspace:^1.4.0",
"@logto/phrases-ui": "workspace:^1.2.0",
"@logto/schemas": "workspace:1.4.0",
"@logto/schemas": "workspace:1.5.0",
"@logto/shared": "workspace:^2.0.0",
"@silverhand/essentials": "^2.5.0",
"chalk": "^5.0.0",

View file

@ -1,5 +1,21 @@
# @logto/cloud
## 0.2.6
### Patch Changes
- ac65c8de4: ### Enable strict CSP policy check header
This change removes the report only flag from CSP security header settings, which will enables the strict CSP policy check for all requests.
- Updated dependencies [2cab3787c]
- Updated dependencies [73666f8fa]
- Updated dependencies [268dc50e7]
- Updated dependencies [fa0dbafe8]
- Updated dependencies [497d5b526]
- @logto/schemas@1.5.0
- @logto/cli@1.5.0
## 0.2.5
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/cloud",
"version": "0.2.5",
"version": "0.2.6",
"description": "Logto Cloud service.",
"main": "build/index.js",
"author": "Silverhand Inc. <contact@silverhand.io>",
@ -24,10 +24,10 @@
},
"dependencies": {
"@logto/app-insights": "workspace:^1.0.0",
"@logto/cli": "workspace:^1.2.0",
"@logto/cli": "workspace:^1.5.0",
"@logto/connector-kit": "workspace:^1.1.1",
"@logto/core-kit": "workspace:^2.0.0",
"@logto/schemas": "workspace:^1.2.0",
"@logto/schemas": "workspace:^1.5.0",
"@logto/shared": "workspace:^2.0.0",
"@silverhand/essentials": "^2.5.0",
"@withtyped/postgres": "^0.9.0",

View file

@ -0,0 +1,7 @@
# @logto/connector-aliyun-dm
## 1.0.1
### Patch Changes
- 64af2dc88: Fix Aliyun Direct Mail and Aliyun Short Message Service connectors' signature functions.

View file

@ -1,6 +1,6 @@
{
"name": "@logto/connector-aliyun-dm",
"version": "1.0.0",
"version": "1.0.1",
"description": "Aliyun DM connector implementation.",
"dependencies": {
"@logto/connector-kit": "workspace:^1.1.0"

View file

@ -0,0 +1,7 @@
# @logto/connector-aliyun-sms
## 1.0.1
### Patch Changes
- 64af2dc88: Fix Aliyun Direct Mail and Aliyun Short Message Service connectors' signature functions.

View file

@ -1,6 +1,6 @@
{
"name": "@logto/connector-aliyun-sms",
"version": "1.0.0",
"version": "1.0.1",
"description": "Aliyun SMS connector implementation.",
"dependencies": {
"@logto/connector-kit": "workspace:^1.1.0"

View file

@ -1,5 +1,42 @@
# Change Log
## 1.4.0
### Minor Changes
- 73666f8fa: Provide new features for webhooks
## Features
- Manage webhooks via the Admin Console
- Securing webhooks by validating signature
- Allow to enable/disable a webhook
- Track recent execution status of a webhook
- Support multi-events for a webhook
## Updates
- schemas: add `name`, `events`, `signingKey`, and `enabled` fields to the `hook` schema
- core: change the `user-agent` value from `Logto (https://logto.io)` to `Logto (https://logto.io/)` in the webhook request headers
- core: deprecate `event` field in all hook-related APIs, use `events` instead
- core: deprecate `retries` field in the `HookConfig` for all hook-related APIs, now it will fallback to `3` if not specified and will be removed in the future
- core: add new APIs for webhook management
- `GET /api/hooks/:id/recent-logs` to retrieve recent execution logs(24h) of a webhook
- `POST /api/hooks/:id/test` to test a webhook
- `PATCH /api/hooks/:id/signing-key` to regenerate the signing key of a webhook
- core: support query webhook execution stats(24h) via `GET /api/hooks/:id` and `GET /api/hooks/:id` by specifying `includeExecutionStats` query parameter
- console: support webhook management
- 268dc50e7: Support setting default API Resource from Console and API
- New API Resources will not be treated as default.
- Added `PATCH /resources/:id/is-default` to setting `isDefault` for an API Resource.
- Only one default API Resource is allowed per tenant. Setting one API default will reset all others.
- 497d5b526: Support updating sign-in identifiers in user details form
- Admin can now update user sign-in identifiers (username, email, phone number) in the user details form in user management.
- Other trivial improvements and fixes, e.g. input field placeholder, error handling, etc.
## 1.3.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/console",
"version": "1.3.0",
"version": "1.4.0",
"description": "> TODO: description",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/logto#readme",
@ -29,10 +29,10 @@
"@logto/connector-kit": "workspace:^1.1.1",
"@logto/core-kit": "workspace:^2.0.0",
"@logto/language-kit": "workspace:^1.0.0",
"@logto/phrases": "workspace:^1.3.0",
"@logto/phrases": "workspace:^1.4.0",
"@logto/phrases-ui": "workspace:^1.2.0",
"@logto/react": "^2.0.1",
"@logto/schemas": "workspace:^1.4.0",
"@logto/schemas": "workspace:^1.5.0",
"@logto/shared": "workspace:^2.0.0",
"@mdx-js/react": "^1.6.22",
"@parcel/compressor-brotli": "2.9.1",

View file

@ -1,5 +1,65 @@
# Change Log
## 1.5.0
### Minor Changes
- 73666f8fa: Provide new features for webhooks
## Features
- Manage webhooks via the Admin Console
- Securing webhooks by validating signature
- Allow to enable/disable a webhook
- Track recent execution status of a webhook
- Support multi-events for a webhook
## Updates
- schemas: add `name`, `events`, `signingKey`, and `enabled` fields to the `hook` schema
- core: change the `user-agent` value from `Logto (https://logto.io)` to `Logto (https://logto.io/)` in the webhook request headers
- core: deprecate `event` field in all hook-related APIs, use `events` instead
- core: deprecate `retries` field in the `HookConfig` for all hook-related APIs, now it will fallback to `3` if not specified and will be removed in the future
- core: add new APIs for webhook management
- `GET /api/hooks/:id/recent-logs` to retrieve recent execution logs(24h) of a webhook
- `POST /api/hooks/:id/test` to test a webhook
- `PATCH /api/hooks/:id/signing-key` to regenerate the signing key of a webhook
- core: support query webhook execution stats(24h) via `GET /api/hooks/:id` and `GET /api/hooks/:id` by specifying `includeExecutionStats` query parameter
- console: support webhook management
- 268dc50e7: Support setting default API Resource from Console and API
- New API Resources will not be treated as default.
- Added `PATCH /resources/:id/is-default` to setting `isDefault` for an API Resource.
- Only one default API Resource is allowed per tenant. Setting one API default will reset all others.
- fa0dbafe8: Add custom domain support
### Patch Changes
- ac65c8de4: ### Enable strict CSP policy check header
This change removes the report only flag from CSP security header settings, which will enables the strict CSP policy check for all requests.
- 3d9885233: ## Bump oidc-provider version
Bump oidc-provider version to [v8.2.2](https://github.com/panva/node-oidc-provider/releases/tag/v8.2.2). This version fixes a bug that prevented the revoked scopes from being removed from the access token.
> Issued Access Tokens always only contain scopes that are defined on the respective Resource Server (returned from features.resourceIndicators.getResourceServerInfo).
If the scopes are revoked from the resource server, they should be removed from the newly granted access token. This is now fixed in the new version of oidc-provider.
- 813e21639: Bug fix: reset password webhook should be triggered when the user resets password
- Updated dependencies [2cab3787c]
- Updated dependencies [73666f8fa]
- Updated dependencies [268dc50e7]
- Updated dependencies [fa0dbafe8]
- Updated dependencies [497d5b526]
- @logto/schemas@1.5.0
- @logto/console@1.4.0
- @logto/phrases@1.4.0
- @logto/cli@1.5.0
## 1.4.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/core",
"version": "1.4.0",
"version": "1.5.0",
"description": "The open source identity solution.",
"main": "build/index.js",
"author": "Silverhand Inc. <contact@silverhand.io>",
@ -29,15 +29,15 @@
"@azure/storage-blob": "^12.13.0",
"@koa/cors": "^4.0.0",
"@logto/app-insights": "workspace:^1.2.0",
"@logto/cli": "workspace:^1.4.0",
"@logto/cli": "workspace:^1.5.0",
"@logto/connector-kit": "workspace:^1.1.1",
"@logto/console": "workspace:*",
"@logto/core-kit": "workspace:^2.0.0",
"@logto/demo-app": "workspace:*",
"@logto/language-kit": "workspace:^1.0.0",
"@logto/phrases": "workspace:^1.3.0",
"@logto/phrases": "workspace:^1.4.0",
"@logto/phrases-ui": "workspace:^1.2.0",
"@logto/schemas": "workspace:^1.4.0",
"@logto/schemas": "workspace:^1.5.0",
"@logto/shared": "workspace:^2.0.0",
"@logto/ui": "workspace:*",
"@silverhand/essentials": "^2.5.0",

View file

@ -1,5 +1,11 @@
# Change Log
## 1.5.0
### Patch Changes
- @logto/cli@1.5.0
## 1.4.0
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/create",
"version": "1.4.0",
"version": "1.5.0",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",
"type": "module",
@ -15,6 +15,6 @@
"node": "^18.12.0"
},
"dependencies": {
"@logto/cli": "workspace:^1.4.0"
"@logto/cli": "workspace:^1.5.0"
}
}

View file

@ -1,5 +1,38 @@
# Change Log
## 1.3.0
### Minor Changes
- 73666f8fa: Provide new features for webhooks
## Features
- Manage webhooks via the Admin Console
- Securing webhooks by validating signature
- Allow to enable/disable a webhook
- Track recent execution status of a webhook
- Support multi-events for a webhook
## Updates
- schemas: add `name`, `events`, `signingKey`, and `enabled` fields to the `hook` schema
- core: change the `user-agent` value from `Logto (https://logto.io)` to `Logto (https://logto.io/)` in the webhook request headers
- core: deprecate `event` field in all hook-related APIs, use `events` instead
- core: deprecate `retries` field in the `HookConfig` for all hook-related APIs, now it will fallback to `3` if not specified and will be removed in the future
- core: add new APIs for webhook management
- `GET /api/hooks/:id/recent-logs` to retrieve recent execution logs(24h) of a webhook
- `POST /api/hooks/:id/test` to test a webhook
- `PATCH /api/hooks/:id/signing-key` to regenerate the signing key of a webhook
- core: support query webhook execution stats(24h) via `GET /api/hooks/:id` and `GET /api/hooks/:id` by specifying `includeExecutionStats` query parameter
- console: support webhook management
- 268dc50e7: Support setting default API Resource from Console and API
- New API Resources will not be treated as default.
- Added `PATCH /resources/:id/is-default` to setting `isDefault` for an API Resource.
- Only one default API Resource is allowed per tenant. Setting one API default will reset all others.
## 1.2.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/integration-tests",
"version": "1.2.0",
"version": "1.3.0",
"description": "Integration tests for Logto.",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",
@ -27,7 +27,7 @@
"@logto/connector-kit": "workspace:^1.1.0",
"@logto/js": "^2.1.1",
"@logto/node": "^2.1.1",
"@logto/schemas": "workspace:^1.4.0",
"@logto/schemas": "workspace:^1.5.0",
"@logto/shared": "workspace:^2.0.0",
"@silverhand/eslint-config": "3.0.1",
"@silverhand/essentials": "^2.5.0",

View file

@ -1,5 +1,20 @@
# Change Log
## 1.4.0
### Minor Changes
- 268dc50e7: Support setting default API Resource from Console and API
- New API Resources will not be treated as default.
- Added `PATCH /resources/:id/is-default` to setting `isDefault` for an API Resource.
- Only one default API Resource is allowed per tenant. Setting one API default will reset all others.
- fa0dbafe8: Add custom domain support
- 497d5b526: Support updating sign-in identifiers in user details form
- Admin can now update user sign-in identifiers (username, email, phone number) in the user details form in user management.
- Other trivial improvements and fixes, e.g. input field placeholder, error handling, etc.
## 1.3.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/phrases",
"version": "1.3.0",
"version": "1.4.0",
"description": "Logto shared phrases (i18n).",
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/logto#readme",

View file

@ -1,5 +1,51 @@
# Change Log
## 1.5.0
### Minor Changes
- 2cab3787c: Add cloudflare configurations to system
- 73666f8fa: Provide new features for webhooks
## Features
- Manage webhooks via the Admin Console
- Securing webhooks by validating signature
- Allow to enable/disable a webhook
- Track recent execution status of a webhook
- Support multi-events for a webhook
## Updates
- schemas: add `name`, `events`, `signingKey`, and `enabled` fields to the `hook` schema
- core: change the `user-agent` value from `Logto (https://logto.io)` to `Logto (https://logto.io/)` in the webhook request headers
- core: deprecate `event` field in all hook-related APIs, use `events` instead
- core: deprecate `retries` field in the `HookConfig` for all hook-related APIs, now it will fallback to `3` if not specified and will be removed in the future
- core: add new APIs for webhook management
- `GET /api/hooks/:id/recent-logs` to retrieve recent execution logs(24h) of a webhook
- `POST /api/hooks/:id/test` to test a webhook
- `PATCH /api/hooks/:id/signing-key` to regenerate the signing key of a webhook
- core: support query webhook execution stats(24h) via `GET /api/hooks/:id` and `GET /api/hooks/:id` by specifying `includeExecutionStats` query parameter
- console: support webhook management
- 268dc50e7: Support setting default API Resource from Console and API
- New API Resources will not be treated as default.
- Added `PATCH /resources/:id/is-default` to setting `isDefault` for an API Resource.
- Only one default API Resource is allowed per tenant. Setting one API default will reset all others.
- fa0dbafe8: Add custom domain support
### Patch Changes
- 497d5b526: Support updating sign-in identifiers in user details form
- Admin can now update user sign-in identifiers (username, email, phone number) in the user details form in user management.
- Other trivial improvements and fixes, e.g. input field placeholder, error handling, etc.
- Updated dependencies [268dc50e7]
- Updated dependencies [fa0dbafe8]
- Updated dependencies [497d5b526]
- @logto/phrases@1.4.0
## 1.4.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@logto/schemas",
"version": "1.4.0",
"version": "1.5.0",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",
"type": "module",
@ -83,7 +83,7 @@
"@logto/connector-kit": "workspace:^1.1.1",
"@logto/core-kit": "workspace:^2.0.0",
"@logto/language-kit": "workspace:^1.0.0",
"@logto/phrases": "workspace:^1.3.0",
"@logto/phrases": "workspace:^1.4.0",
"@logto/phrases-ui": "workspace:^1.2.0",
"@logto/shared": "workspace:^2.0.0",
"@withtyped/server": "^0.9.0",

30
pnpm-lock.yaml generated
View file

@ -1,4 +1,8 @@
lockfileVersion: '6.0'
lockfileVersion: '6.1'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
importers:
@ -103,13 +107,13 @@ importers:
specifier: workspace:^1.0.0
version: link:../toolkit/language-kit
'@logto/phrases':
specifier: workspace:^1.3.0
specifier: workspace:^1.4.0
version: link:../phrases
'@logto/phrases-ui':
specifier: workspace:^1.2.0
version: link:../phrases-ui
'@logto/schemas':
specifier: workspace:1.4.0
specifier: workspace:1.5.0
version: link:../schemas
'@logto/shared':
specifier: workspace:^2.0.0
@ -230,7 +234,7 @@ importers:
specifier: workspace:^1.0.0
version: link:../app-insights
'@logto/cli':
specifier: workspace:^1.2.0
specifier: workspace:^1.5.0
version: link:../cli
'@logto/connector-kit':
specifier: workspace:^1.1.1
@ -239,7 +243,7 @@ importers:
specifier: workspace:^2.0.0
version: link:../toolkit/core-kit
'@logto/schemas':
specifier: workspace:^1.2.0
specifier: workspace:^1.5.0
version: link:../schemas
'@logto/shared':
specifier: workspace:^2.0.0
@ -2781,7 +2785,7 @@ importers:
specifier: workspace:^1.0.0
version: link:../toolkit/language-kit
'@logto/phrases':
specifier: workspace:^1.3.0
specifier: workspace:^1.4.0
version: link:../phrases
'@logto/phrases-ui':
specifier: workspace:^1.2.0
@ -2790,7 +2794,7 @@ importers:
specifier: ^2.0.1
version: 2.0.1(react@18.2.0)
'@logto/schemas':
specifier: workspace:^1.4.0
specifier: workspace:^1.5.0
version: link:../schemas
'@logto/shared':
specifier: workspace:^2.0.0
@ -3057,7 +3061,7 @@ importers:
specifier: workspace:^1.2.0
version: link:../app-insights
'@logto/cli':
specifier: workspace:^1.4.0
specifier: workspace:^1.5.0
version: link:../cli
'@logto/connector-kit':
specifier: workspace:^1.1.1
@ -3075,13 +3079,13 @@ importers:
specifier: workspace:^1.0.0
version: link:../toolkit/language-kit
'@logto/phrases':
specifier: workspace:^1.3.0
specifier: workspace:^1.4.0
version: link:../phrases
'@logto/phrases-ui':
specifier: workspace:^1.2.0
version: link:../phrases-ui
'@logto/schemas':
specifier: workspace:^1.4.0
specifier: workspace:^1.5.0
version: link:../schemas
'@logto/shared':
specifier: workspace:^2.0.0
@ -3295,7 +3299,7 @@ importers:
packages/create:
dependencies:
'@logto/cli':
specifier: workspace:^1.4.0
specifier: workspace:^1.5.0
version: link:../cli
packages/demo-app:
@ -3403,7 +3407,7 @@ importers:
specifier: ^2.1.1
version: 2.1.1
'@logto/schemas':
specifier: workspace:^1.4.0
specifier: workspace:^1.5.0
version: link:../schemas
'@logto/shared':
specifier: workspace:^2.0.0
@ -3543,7 +3547,7 @@ importers:
specifier: workspace:^1.0.0
version: link:../toolkit/language-kit
'@logto/phrases':
specifier: workspace:^1.3.0
specifier: workspace:^1.4.0
version: link:../phrases
'@logto/phrases-ui':
specifier: workspace:^1.2.0