Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: version packages #6631

Merged
merged 1 commit into from
Oct 25, 2024
Merged

release: version packages #6631

merged 1 commit into from
Oct 25, 2024

Conversation

silverhand-bot
Copy link
Collaborator

@silverhand-bot silverhand-bot commented Sep 25, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@logto/[email protected]

Major Changes

  • eae1c30: add GatewayAPI SMS connector

    You can now send SMS messages via GatewayAPI, check out the README in the connector package or the guide in connector page of Console for more details.

@logto/[email protected]

Minor Changes

  • 5bb9375: update the default prompts to be select_account

@logto/[email protected]

Patch Changes

@logto/[email protected]

Patch Changes

@logto/[email protected]

Patch Changes

  • 3c993d5: fix an issue that prevent mp4 video from playing in custom sign-in pages on Safari browser

    Safari browser uses range request to fetch video data, but it was not supported by the koa-serve-custom-ui-assets middleware in core. This prevents our users who want to build custom sign-in pages with video background. In order to fix this, we need to partially read the video file stream based on the range request header, and set proper response headers and status code (206).

@logto/[email protected]

Patch Changes

@logto/[email protected]

Patch Changes

  • bc2a0ac: add environment variable to override default database connection timeout

    By default, out database connection timeout is set to 5 seconds, which might not be enough for some network conditions. This change allows users to override the default value by setting the DATABASE_CONNECTION_TIMEOUT environment variable.

@logto/[email protected]

Patch Changes

@logto/[email protected]

Minor Changes

  • eae1c30: add GatewayAPI SMS connector

Patch Changes

  • bc2a0ac: add environment variable to override default database connection timeout

    By default, out database connection timeout is set to 5 seconds, which might not be enough for some network conditions. This change allows users to override the default value by setting the DATABASE_CONNECTION_TIMEOUT environment variable.

  • 3c993d5: fix an issue that prevent mp4 video from playing in custom sign-in pages on Safari browser

    Safari browser uses range request to fetch video data, but it was not supported by the koa-serve-custom-ui-assets middleware in core. This prevents our users who want to build custom sign-in pages with video background. In order to fix this, we need to partially read the video file stream based on the range request header, and set proper response headers and status code (206).

  • Updated dependencies [bc2a0ac]

  • Updated dependencies [3c993d5]

  • Updated dependencies [5bb9375]

@logto/[email protected]

Patch Changes

  • 5bb9375: Connector config default values should only show up when creating new connectors

Copy link

github-actions bot commented Sep 25, 2024

COMPARE TO master

Total Size Diff 📈 +1.48 KB

Diff by File
Name Diff
.changeset/fifty-apes-arrive.md 📈 +369 Bytes
.changeset/light-clocks-retire.md 📈 +94 Bytes
.changeset/tasty-kings-fetch.md 📈 +530 Bytes
.changeset/tender-peaches-listen.md 📈 +232 Bytes
.changeset/tricky-walls-add.md 📈 +114 Bytes
.changeset/wild-beers-run.md 📈 +59 Bytes
packages/cli/CHANGELOG.md 📈 +116 Bytes
packages/cli/package.json 0 Bytes
packages/connectors/connector-gatewayapi-sms/CHANGELOG.md 📈 +261 Bytes
packages/connectors/connector-gatewayapi-sms/package.json 0 Bytes
packages/connectors/connector-google/CHANGELOG.md 📈 +95 Bytes
packages/connectors/connector-google/package.json 0 Bytes
packages/console/CHANGELOG.md 📈 +125 Bytes
packages/console/package.json 0 Bytes
packages/core/CHANGELOG.md 📈 +1.12 KB
packages/core/package.json 0 Bytes
packages/create/CHANGELOG.md 📈 +51 Bytes
packages/create/package.json 0 Bytes
packages/phrases/CHANGELOG.md 📈 +522 Bytes
packages/phrases/package.json 0 Bytes
packages/schemas/CHANGELOG.md 📈 +151 Bytes
packages/schemas/alterations/1.21.0-1728357690-add-sso-connector-idp-initated-auth-configs-table.ts 📈 +1.59 KB
packages/schemas/alterations/1.21.0-1728526649-add-idp-initiated-saml-sso-sessions-table.ts 📈 +1.31 KB
packages/schemas/alterations/1.21.0-1728887713-add-client-idp-initiated-auth-callback-uri-columns.ts 📈 +1.35 KB
packages/schemas/alterations/next-1728357690-add-sso-connector-idp-initated-auth-configs-table.ts 📈 +1.59 KB
packages/schemas/alterations/next-1728526649-add-idp-initiated-saml-sso-sessions-table.ts 📈 +1.31 KB
packages/schemas/alterations/next-1728887713-add-client-idp-initiated-auth-callback-uri-columns.ts 📈 +1.35 KB
packages/schemas/package.json 0 Bytes
packages/shared/CHANGELOG.md 📈 +361 Bytes
packages/shared/package.json 0 Bytes
packages/tunnel/CHANGELOG.md 📈 +87 Bytes
packages/tunnel/package.json 0 Bytes
pnpm-lock.yaml 0 Bytes

@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch 9 times, most recently from 6dded72 to 516ede1 Compare October 1, 2024 01:45
@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch 15 times, most recently from 9fce0a9 to 961c902 Compare October 14, 2024 07:40
@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch 9 times, most recently from 9591307 to 3d5e392 Compare October 23, 2024 07:41
@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch 2 times, most recently from c636820 to fdb40fb Compare October 24, 2024 04:29
@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch 6 times, most recently from 8cad6a4 to b048a74 Compare October 25, 2024 06:52
@wangsijie wangsijie merged commit f48d3a1 into master Oct 25, 2024
38 checks passed
@wangsijie wangsijie deleted the changeset-release/master branch October 25, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

4 participants