This repository has been archived by the owner on May 7, 2024. It is now read-only.
Releases: pantsel/konga
Releases · pantsel/konga
v0.12.0
What's changed
- [Fix] Fix snapshots implementation. Use auto generated entity ids for proper relationships mapping.
- [Compatibility] Implement new Kong plugins properly.
- [Compatibility] Only handle plugins available on server. Starting with Kong 0.14, the list of available plugins
can be defined in KONG_PLUGINS env var. - [Enhancement] Implemented Accessible Services and Routes logic on Consumer page.
- [Enhancement] Implemented Eligible consumers listing based on ACLs and Authentication plugins in Services & Routes
- [Compatibility] Changed certificates and snis logic for compatibility with Kong 0.14
- [Fix] Changed the db prepare command
- Updated dependencies.
- Various other fixes and improvements.
v0.12.0-rc2
Hide connections chooser from users that don't have the required perm…
v0.11.2
v0.11.0
What's new
- [Compatibility] Services and Routes support (Kong 0.13+).
- [Fix #217] Api health checks are now deleted as they should when deleting an api.
- [Enhancement] Added the ability to set description and tags to Kong's services
for better management. - [Enhancement] In plugin management forms, all text inputs are changed to textareas
so that custom plugins can be better integrated #189. - [Enhancement] Database integrations can now be setup by only using the connection url as well as
defining connection attributes separately. - Various other fixes and improvements.
This update introduces changes in db schema. If you have integrated Konga with a database other
than mongoDB, you will have to apply the migrations as described in README.md
v0.10.4
v0.10.3
v0.10.2
What's new
- [Fix #178] Fix issue that produced hook timeouts.
- [Fix #175] Health checks are now removed when an API is deleted.
- [Fix] Fix GET targets AND Add possibility to select Hash_on for Upstreams for Kong 0.12.x.
- [Fix] Fix SSL connection to Postgres.
- [Fix] Fix api timeouts to match Kong defaults.
- [Fix #146] Update active Connection's version automatically when Kong version changes.
- [Fix #131] Statsd plugin management is working as expected again for
versions of Kong >= 0.11.x. As a result, Kong versions < 0.11.x are not supported. - [Enhancement] Feature to change Konga default users #168.
See details - [0.12.x compat] Show Upstream health for node when Kong >=0.12.2
- Various other minor bug fixes and improvements.
v0.10.1
v0.10.0
What's new
- Fix GET targets AND Add possibility to select Hash_on for Upstreams for Kong 0.12.X
Warning
This is a "soft breaking" change. Because of that, the api calls to the upstreams endpoint won't work for versions of Kong prior to 0.12.x