mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
690 B
690 B
@logto/cli | @logto/console | @logto/core | @logto/schemas |
---|---|---|---|
major | major | major | major |
drop settings table and add systems table
BREAKING CHANGES
- core: removed
GET /settings
andPATCH /settings
API - core: added
GET /configs/admin-console
andPATCH /configs/admin-console
API/configs/*
APIs are config/key-specific now. they may have different logic per key
- cli: change valid
logto db config
keys by removingalterationState
and addingadminConsole
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