Releases: FIWARE/credentials-config-service
Releases · FIWARE/credentials-config-service
3.4.1
3.4.0
MIgrate to liquibase (#22) * refactor(db): replace flyway with liquibase Liquibase has better support for different types of databases. It allows having a single migration file for all databases. * do not copy test resources into prod image * update README.md * rename 2.0.3 database migration script --------- Co-authored-by: Stefan Wiedemann <[email protected]>
3.3.5
fix(psql): add missing PSQL add authorization migration (#23) Co-authored-by: Víctor Rampérez Martín <[email protected]> Co-authored-by: Stefan Wiedemann <[email protected]>
3.3.4
fix(scope-entry): fix scope update and delete bugs (#24) Co-authored-by: Víctor Rampérez Martín <[email protected]>
3.3.3
fix(docker-image): avoid using test application.yaml in docker image …
3.3.2
fix(mysql-migration): fix add dcql mysql migration (#19) Co-authored-by: Víctor Rampérez Martín <[email protected]>
3.3.1
Refactoring of the DB migration to apply the appropriate migration ba…
3.3.0
Add dcql support (#17) * extend api * support dcql * run on test * fix tests
3.3.0-PRE-17
3.2.4
Add support to PosgresSQL database (#16) * feat(database): add support to PostgreSQL databases * feat(database): add PostgreSQL migration scripts * update README to include information to how deploy it using PostgreSQL * update logback to remove jansi and trace log level * add .vscode and .idea to .gitignore