This repository has been archived by the owner on May 7, 2024. It is now read-only.
v0.11.0
Pre-release
Pre-release
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