Skip to content

Releases: RADAR-base/radar-app-config

radar-app-config 0.3.2

19 Apr 14:46
32461b5
Compare
Choose a tag to compare

Changes since version 0.3.1:

  • Updated dependencies
  • Removed jcenter repository
  • Added docker build to Github Actions
  • Added curl to backend docker build
  • Use non-root user in backend docker build
  • Removed fuzzy search for misspelled configuration names

radar-app-config 0.3.1

04 Jan 10:14
b74649a
Compare
Choose a tag to compare

Changes since version 0.3.0.1:

  • Updated dependencies

radar-app-config

16 Nov 15:42
0f1bb33
Compare
Choose a tag to compare

Changes since version 0.3.0:

  • Include hazelcast-kubernetes dependency
  • Fix snyk checks
  • Small code style updates

radar-app-config 0.3.0

12 Nov 13:06
01e7389
Compare
Choose a tag to compare

Changes since version 0.2.1.1

General

  • Fix docker-compose example
  • Fix local service execution in conjunction with docker-compose example (using etc/appconfig.postgresql.yml)

Frontend

  • use unprivileged nginx container
  • use pre-compressed gzip files
  • fix environment variables
  • fix i18n and jwt_decode references
  • use alias to avoid caller to do path rewriting.

Service

  • Introduce Hazelcast for caching configuration resolution (custom code) and for retrieving values (Hibernate L2 cache).
  • Use Kotlin official code style.
  • Fixed java.security.egd reference.

radar-app-config 0.2.1.1

27 Oct 12:49
Compare
Choose a tag to compare

Hotfix: fixed MPClient refresh loop

radar-app-config 0.2.1

26 Oct 14:24
Compare
Choose a tag to compare

Changes since version 0.2.0:

  • Updated dependencies
  • Removed code introduced by dependencies

radar-app-config 0.2.0

07 Oct 13:43
f93dc5c
Compare
Choose a tag to compare

Changes since version 0.1.1:

  • Use latest radar-jersey functionality
  • Update config to match radar-jersey

radar-app-config version 0.1.1

27 Aug 15:45
Compare
Choose a tag to compare
  • Authorization fix when reading config from an app
  • Updated to radar-jersey 0.2.4

Initial radar-app-config

25 Aug 14:11
Compare
Choose a tag to compare

Version 0.1.0

  • Create properties for individual users and for projects
  • Backend and frontend