2023-01-29 10:11:08 -05:00
|
|
|
---
|
|
|
|
"@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
|
2023-01-30 22:50:41 -05:00
|
|
|
- cli: change valid `logto db config` keys by removing `alterationState` and adding `adminConsole` since:
|
2023-01-29 10:11:08 -05:00
|
|
|
- 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
|