Skip to content

Releases: FIWARE/credentials-config-service

3.4.1

03 Feb 10:22
a1fa1de

Choose a tag to compare

fix(pagination): split service and scope queries to avoid paginating …

3.4.0

13 Jan 07:08
dd05d12

Choose a tag to compare

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

06 Jan 08:31
9a9be30

Choose a tag to compare

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

06 Jan 07:47
6ebe33c

Choose a tag to compare

fix(scope-entry): fix scope update and delete bugs (#24)

Co-authored-by: Víctor Rampérez Martín <[email protected]>

3.3.3

12 Dec 12:44
b808dc4

Choose a tag to compare

fix(docker-image): avoid using test application.yaml in docker image …

3.3.2

11 Dec 15:21
9e5f8be

Choose a tag to compare

fix(mysql-migration): fix add dcql mysql migration (#19)

Co-authored-by: Víctor Rampérez Martín <[email protected]>

3.3.1

12 Nov 11:44
73dd951

Choose a tag to compare

Refactoring of the DB migration to apply the appropriate migration ba…

3.3.0

04 Nov 06:53
0ce1208

Choose a tag to compare

Add dcql support (#17)

* extend api

* support dcql

* run on test

* fix tests

3.3.0-PRE-17

04 Nov 06:49
9881270

Choose a tag to compare

3.3.0-PRE-17 Pre-release
Pre-release

Commits

3.2.4

04 Nov 06:38
f57c8e6

Choose a tag to compare

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