Skip to content

Releases: PGBI/kong-dashboard

v3.6.0

17 Mar 00:25
Compare
Choose a tag to compare
  • Support of Kong v1.0 (thanks to @illyaMs!)

v3.5.0

15 Sep 16:05
Compare
Choose a tag to compare
  • Added support for Kong 0.14

v3.4.1

06 Sep 13:17
Compare
Choose a tag to compare
  • Fix a bug preventing from being able to list APIs on case-sensitive operating systems (#178)

v3.4.0

06 Sep 09:31
Compare
Choose a tag to compare
  • Full support of Kong 0.13, including the new Services & Routes object. Thanks @peeyush1234 for the help.

v3.3.0

12 May 19:49
Compare
Choose a tag to compare
  • Partial support (without the new Route and Service objects) of Kong 0.13 (#161 - thanks @sravanmedarapu)

v3.2.0

15 Mar 16:55
Compare
Choose a tag to compare
  • added API key authentication (#154, thanks @balexandre )
  • fixed inconsistent behavior when basic auth was used with an empty password (#155, thanks @zhouzhuojie )
  • fixed issue #158 - docker-compose wasn't compatible with Kong alpine based images.

v3.1.0

28 Jan 12:19
Compare
Choose a tag to compare
  • health check endpoint added for Kubernetes deployments (#146 - thanks @filotti! )
  • Kong-Dashboard made compatible with Kong 0.12 (#149 - thanks @peeyush1234! )

v3.0.1

14 Dec 10:15
Compare
Choose a tag to compare
  • Fix bug preventing from deleting upstreams (#137)
  • Added Kong Dashboard version in GUI (#134)

v3.0.0

29 Nov 17:24
Compare
Choose a tag to compare

Major release including:

  • Support to Kong 0.11.x while Kong 0.10.x and 0.9.x are still supported.
  • Kong Dashboard configuration done at startup using CLI options instead of through the UI itself.
  • Automation tests in place, ensuring Kong Dashboard compatibility with different versions of Kong / different versions of node.
  • Major code refactoring.

v2.4.0

24 Nov 09:46
Compare
Choose a tag to compare

Support for Upstreams and Targets added (#130, thanks @marceldiass )