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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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]

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]

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]

Copy link

github-actions bot commented Sep 25, 2024

COMPARE TO master

Total Size Diff 📈 +2.74 KB

Diff by File
Name Diff
.changeset/fifty-apes-arrive.md 📈 +369 Bytes
.changeset/tasty-kings-fetch.md 📈 +530 Bytes
packages/cli/CHANGELOG.md 📈 +116 Bytes
packages/cli/package.json 0 Bytes
packages/core/CHANGELOG.md 📈 +1023 Bytes
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.20.1-1728357690-add-sso-connector-idp-initated-auth-configs-table.ts 📈 +1.59 KB
packages/schemas/alterations/1.20.1-1728526649-add-idp-initiated-saml-sso-sessions-table.ts 📈 +1.31 KB
packages/schemas/alterations/1.20.1-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 📈 +1.36 KB

@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 5 times, most recently from 6b38620 to ac24716 Compare October 16, 2024 06:38
@github-actions github-actions bot added size/s and removed size/m labels Oct 16, 2024
@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch 7 times, most recently from 6e31a25 to 53284e7 Compare October 18, 2024 06:28
@github-actions github-actions bot added size/m and removed size/s labels Oct 18, 2024
@silverhand-bot silverhand-bot force-pushed the changeset-release/master branch 12 times, most recently from 6d01c09 to f256d5e Compare October 22, 2024 07:31
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.

1 participant