mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
chore: add changeset
This commit is contained in:
parent
06e7d6ea9d
commit
224ae43050
1 changed files with 17 additions and 0 deletions
17
.changeset-staged/three-ducks-yell.md
Normal file
17
.changeset-staged/three-ducks-yell.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
"@logto/cli": major
|
||||
"@logto/console": major
|
||||
"@logto/core": major
|
||||
"@logto/schemas": major
|
||||
---
|
||||
|
||||
drop settings table and add systems table
|
||||
|
||||
**BREAKING CHANGES**
|
||||
|
||||
- core: removed `GET /settings` and `PATCH /settings` API
|
||||
- core: added `GET /configs/admin-console` and `PATCH /configs/admin-console` API
|
||||
- `/configs/*` APIs are config/key-specific now. they may have different logic per key
|
||||
- cli: removed `alterationState` and added `adminConsole` in valid `logto db config` keys, since:
|
||||
- OIDC configs and admin console configs are tenant-level configs (the concept of "tenant" can be ignored until we officially announce it)
|
||||
- alteration state is still a system-wide config
|
Loading…
Add table
Reference in a new issue