Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Releases: pantsel/konga

v0.9.0-1

28 Feb 08:38
58387e4
Compare
Choose a tag to compare
v0.9.0-1 Pre-release
Pre-release

Various updates, fixes & PR merges

v0.9.0

05 Nov 14:36
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

What's new

A database update is required! Make sure you run Konga in dev mode once so that
the migrations will take place.

  • [Enhancement] Only admin users can access snapshots.
  • [Enhancement] You don't have to manually specify Kong version when creating a connection anymore. It is now retrieved automatically throughout the application.
  • [Enhancement] You can now schedule your Kong node snapshots and leave Konga to do the rest.
  • [Enhancement] Introducing connection types (Breaking change).
  • [Enhancement] Added support for JWT Auth Loopback API.
  • [Fix] Fixed some issues with snapshots and snapshot restoration.
  • [Fix] Consumer imports are working again.
  • [Fix] Fixed database info display on dashboard page when using Cassandra.

Breaking Changes

Due to the new Connection types logic, the existing connections to Kong admin
API are likely to stop working. You will need to create new ones using the new forms.
No data or settings will be lost.

v0.8.9

11 Oct 20:29
Compare
Choose a tag to compare
v0.8.9 Pre-release
Pre-release

What's new

  • Allow certificates deletion.
  • Manage SNIs from certificates detail modal.

v0.8.8

10 Oct 20:21
Compare
Choose a tag to compare
v0.8.8 Pre-release
Pre-release

What's new

  • When starting the app for the first time using postgres or MySQL adapters, Konga will now create the databases automatically.
  • Parts of UI are redesigned in a cleaner way.
  • Consumer page now also displays the APIs a consumer can access based on his ACLs.
  • Slack integration. You can now configure Konga to send notifications to slack.
  • Fix issue which prevented consumer creation with empty username or custom_id.
  • Other minor bug fixes and improvements.

v0.8.7

29 Sep 20:07
Compare
Choose a tag to compare
v0.8.7 Pre-release
Pre-release

CHANGELOG

  • [FIX] Tests are working again.
  • [FIX] Better error handling when adding groups and credentials to consumers.
  • [FIX] kongadata dir is now created inside the project folder by default. The docker volume now becomes /app/kongadata

v0.8.5

23 Sep 10:56
Compare
Choose a tag to compare
v0.8.5 Pre-release
Pre-release

Changelog

  • Fix docker automated builds failure.
  • Removed kong admin url from connections chooser.
  • Sails js hookTimeout is now configurable via env var KONGA_HOOK_TIMEOUT.

v0.8.4

19 Sep 07:25
Compare
Choose a tag to compare
v0.8.4 Pre-release
Pre-release

What's new

  • Fix bug where a new user could not be created when users where not allowed to sign up.
  • Hide API keys in connections when logged in as a simple user.

v0.8.3

20 Aug 10:52
Compare
Choose a tag to compare
v0.8.3 Pre-release
Pre-release

What's new

  • Kong 0.11.x compatibility.
  • Added the ability to manage consumer plugins directly from the consumer edit page.
  • More dynamic backwards compatibility logic.
  • Other minor fixes and improvements.

v0.8.1

03 Jul 11:57
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

Changes

  • Updated sails js to v0.12.13

v0.8.0

20 Jun 19:36
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

What's new

  • UI/UX revamp.
  • Massive refactoring and logic improvements.
  • Configurable user permissions.
  • Various bug fixes and improvements.

Default db and data paths changed

Default file storage path (in case you're not integrating Konga with a database) has been moved outside of the application's directory so it can be used as a docker volume.

The default storge path is /kongadata/ but it can be changed from the process.env.STORAGE_PATH env var.

If you're building Konga from source, you can specify it yourself to be in a folder where Konga has read-write permissions so that you don't get the EACCES: permission denied, mkdir '/kongadata/' error when running the application.