4.6 KiB
Change Log
1.0.0-beta.19
Patch Changes
df9e98dc
: Fix version lifecycle script- Updated dependencies [
df9e98dc
]- @logto/schemas@1.0.0-beta.18
- @logto/shared@1.0.0-beta.18
1.0.0-beta.18
Major Changes
1c916011
: Packages are now ESM.
Patch Changes
1c916011
: - Remove official connectors inquiry- Fix default download url with current package version
- Updated dependencies [
1c916011
] - Updated dependencies [
1c916011
]- @logto/schemas@1.0.0-beta.17
- @logto/shared@1.0.0-beta.17
1.0.0-beta.16
Patch Changes
38970fb8
: Fix a Sign-in experience bug that may block some users to sign in.- Updated dependencies [
38970fb8
]- @logto/schemas@1.0.0-beta.16
- @logto/shared@1.0.0-beta.16
1.0.0-beta.15
Patch Changes
- Updated dependencies
- @logto/schemas@1.0.0-beta.15
- @logto/shared@1.0.0-beta.15
1.0.0-beta.14
Patch Changes
- Updated dependencies [
2d45cc3e
]- @logto/schemas@1.0.0-beta.14
- @logto/shared@1.0.0-beta.14
1.0.0-beta.13
Minor Changes
-
3ff2e90c
: CLIRotate your private or secret key
We add a new command
db config rotate <key>
to support key rotation via CLI.When rotating, the CLI will generate a new key and prepend to the corresponding key array. Thus the old key is still valid and the service will use the new key for signing.
Run
logto db config rotate help
for detailed usage.Trim the private or secret key you don't need
If you want to trim one or more out-dated private or secret key(s) from the config, use the command
db config trim <key>
. It will remove the last item (private or secret key) in the array.You may remove the old key after a certain period (such as half a year) to allow most of your users have time to touch the new key.
If you want to remove multiple keys at once, just append a number to the command. E.g.
logto db config trim oidc.cookieKeys 3
.Run
logto db config trim help
for detailed usage.
Patch Changes
- @logto/schemas@1.0.0-beta.13
- @logto/shared@1.0.0-beta.13
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.0-beta.12 (2022-10-19)
Note: Version bump only for package @logto/cli
1.0.0-beta.11 (2022-10-19)
Features
npm create
compatibility (a5cd73d)- cli:
db alteration deploy
command (a5280a2) - cli:
db seed oidc
command (911117a) - cli:
db seed
command (5c7000d) - cli: add
download-url
option for install (5dda0a6) - cli: add connector command (4ccbe4a)
- cli: command
init/i/install
(f05691b) - cli: database config command (0eb306a)
- cli: get/set db config key (0eff1e3)
- cli: list connectors (dcb9142)
- cli: remove connectors (7d257c4)