Skip to content

Releases: RADAR-base/radar-app-config

App-config 0.5.2

18 Oct 07:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

App-confg 0.4.5 EOL

07 Oct 13:10
ade37f6
Compare
Choose a tag to compare

This release is an EOL release for support of managementportal 0.x

If you are using this version be aware that you are using deprecated versions and that even this update does not fix all vulnerabilities.

Please update to MP 2.x as soon as possible.

What's Changed

New Contributors

Full Changelog: v0.4.4...v0.4.5

App-config 0.5.1

15 Jul 17:51
f1e2d05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

Release 0.4.4 EOL

22 Mar 15:04
Compare
Choose a tag to compare

This release is an EOL release for support of managementportal 0.x

If you are using this version be aware that you are using deprecated versions and that even this update does not fix all vulnerabilities.

Please update to MP 2.x as soon as possible.

Changes since 0.4.3:

Security updates

Full Changelog: v0.4.3...v0.4.4

radar-app-config 0.5.0

22 Mar 08:49
d1acab8
Compare
Choose a tag to compare

Changes since version 0.4.3:

  • Fixed information exposure from browser cache after logout
  • Updated to radar-jersey 0.10.0, ManagementPortal 2.0.0
  • Fixed misc UI bugs
  • Updated Angular 12 -> 13
  • Fixed redirect on URL without trailing slash

Full Changelog: v0.4.3...v0.5.0

radar-app-config 0.4.3

01 Feb 10:39
5f28cd2
Compare
Choose a tag to compare

Changes since version 0.4.2:

  • Fixed app config variable resolution from global scope. There was a bug where the global scope variables would be preferred over project scope variables.
    v.maxByOrNull {
                 scopes.indexOf(it.scope)
    }
    
    now correctly uses v.minByOrNull.
  • Use buildList instead of list concatenation
  • Updated dependencies

radar-app-config 0.4.2

15 Nov 15:40
Compare
Choose a tag to compare

Changes since version 0.4.1:

  • Updated dependencies
  • Added and updated Github Actions

Full Changelog: v0.4.1...v0.4.2

radar-app-config 0.4.1

03 Mar 10:05
5e80c42
Compare
Choose a tag to compare

Changes since version 0.4.0:

  • Fixed GA flows
  • Added exception messages for if the app config client configuration was incomplete
  • Added configurable target clientId to app config client.
  • Improved Docker build
  • Simplified ClientConfig updates
  • Documented AppConfigClient

radar-app-config 0.4.0

07 Feb 14:22
Compare
Choose a tag to compare

Changes since version 0.3.3:

  • Added client library
  • Bumped dependencies
  • Updated Github Actions
  • Fixed some navigation and frontend form update issues
  • Use Sequence instead of Stream in variable resolver.

radar-app-config 0.3.3

15 Dec 14:53
0318267
Compare
Choose a tag to compare

Changes since version 0.3.2:

  • Switch from logback to Log4J 2.16.0.
  • Updated dependencies, including Java 17 and Kotlin 1.6.
  • Added client Cache headers
  • Only show OAuth 2.0 API clients that have the appconfig resource as a target.