-
-
Notifications
You must be signed in to change notification settings - Fork 440
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
silverhand-bot
requested review from
simeng-li,
wangsijie and
gao-sun
as code owners
September 25, 2024 06:38
COMPARE TO
|
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
force-pushed
the
changeset-release/master
branch
9 times, most recently
from
October 1, 2024 01:45
6dded72
to
516ede1
Compare
silverhand-bot
force-pushed
the
changeset-release/master
branch
15 times, most recently
from
October 14, 2024 07:40
9fce0a9
to
961c902
Compare
silverhand-bot
force-pushed
the
changeset-release/master
branch
9 times, most recently
from
October 23, 2024 07:41
9591307
to
3d5e392
Compare
silverhand-bot
force-pushed
the
changeset-release/master
branch
2 times, most recently
from
October 24, 2024 04:29
c636820
to
fdb40fb
Compare
silverhand-bot
requested review from
charIeszhao and
xiaoyijun
as code owners
October 24, 2024 04:29
silverhand-bot
force-pushed
the
changeset-release/master
branch
6 times, most recently
from
October 25, 2024 06:52
8cad6a4
to
b048a74
Compare
wangsijie
approved these changes
Oct 25, 2024
silverhand-bot
force-pushed
the
changeset-release/master
branch
from
October 25, 2024 07:10
b048a74
to
d38ef31
Compare
silverhand-bot
force-pushed
the
changeset-release/master
branch
from
October 25, 2024 07:24
d38ef31
to
26cf9a7
Compare
silverhand-bot
force-pushed
the
changeset-release/master
branch
from
October 25, 2024 08:14
26cf9a7
to
4ad4bcc
Compare
darcyYe
approved these changes
Oct 25, 2024
gao-sun
approved these changes
Oct 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
prompts
to beselect_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 therange
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
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 therange
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