Releases: RADAR-base/radar-app-config
Releases · RADAR-base/radar-app-config
radar-app-config 0.3.2
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
Changes since version 0.3.0.1:
- Updated dependencies
radar-app-config
Changes since version 0.3.0:
- Include hazelcast-kubernetes dependency
- Fix snyk checks
- Small code style updates
radar-app-config 0.3.0
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
Hotfix: fixed MPClient refresh loop
radar-app-config 0.2.1
Changes since version 0.2.0:
- Updated dependencies
- Removed code introduced by dependencies
radar-app-config 0.2.0
Changes since version 0.1.1:
- Use latest radar-jersey functionality
- Update config to match radar-jersey
radar-app-config version 0.1.1
- Authorization fix when reading config from an app
- Updated to radar-jersey 0.2.4
Initial radar-app-config
Version 0.1.0
- Create properties for individual users and for projects
- Backend and frontend