Skip to content

Releases: FIWARE/credentials-config-service

3.4.2

05 Mar 13:25
0b40ea9

Choose a tag to compare

feat(build): add support to multi arch images (#28)

3.4.2-PRE-28

05 Mar 10:27
cd96959

Choose a tag to compare

3.4.2-PRE-28 Pre-release
Pre-release

Features

Commits

3.4.2-PRE-27

03 Mar 11:59
7e58812

Choose a tag to compare

3.4.2-PRE-27 Pre-release
Pre-release

Commits

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 <wistefan@googlemail.com>

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 <vramperez@MacBook-Air-de-Victor.local>
Co-authored-by: Stefan Wiedemann <wistefan@googlemail.com>

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 <vramperez@MacBook-Air-de-Victor.local>

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 <vramperez@MacBook-Air-de-Victor.local>

3.3.1

12 Nov 11:44
73dd951

Choose a tag to compare

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