- Introduced feature system, which is controlled by
_features.conf.
- Unified
db.sqlite.conf,db.postgres.conf,db.mssql.conf,db.conf(referencing either of the first 3) to justdb.conf- remove your
db.conf(which only contains the link to any of the other config files) - rename your
db.sqlite.conf/db.postgres.conf/db.mssql.conf(whichever you actively use) todb.conf - rename
hikariDataSourcetodataSource
- remove your
- wallet-api: Moved functionality of individual
oci.conf/oci-rest-api.conftokey-generation-defaults.conf - TODO: Test this
- Moved
publicBaseUrlfromweb.conftooidc.conf-> now only required to be set when OIDC login is used
- Massively simplified
credential-issuer-metadata.confconfiguration structure forsupportedCredentialTypes
- You can remove the no longer needed files:
wallet.conf(was remote-wallet-configuration)marketplace.confchainexplorer.conf
- You can remove the no longer needed attributes:
enableOidcLoginfromoidc.conf(now handled as feature switch)