Skip to content

Releases: tchiotludo/akhq

0.8.0

05 Jun 18:39
013d1b4

Choose a tag to compare

0.8.0 Pre-release
Pre-release

Bugfix, few features (monotoring / healthcheck endpoint) & mostly pagination on topics list & schema registry list.
Hope that will enable better response time on biggest cluster.
Community feedback are welcome, with debug log if response time is still slow.
see #55 for more details

Features

  • Add pagination on topic list [#55]
  • Add search box & pagination on schema registry [#74]
  • Add monitoring endpoint
  • Display schema id on topic page

Bug Fixes

  • Fix null key for compacted topic [#61]
  • Fix data pagination with base path [#62]
  • Fix bottom button class, without colors on some browers [#58]
  • Fix Topic config update can erase previous change [#71]
  • Fix topic data filter with basePath [#69]

Dependencies update

  • Micronaut 1.1.3
  • Kafka 2.2.1

0.7.2

14 May 12:35

Choose a tag to compare

0.7.2 Pre-release
Pre-release

Fix login page with error : More than 1 route matched the incoming request. [#60]

0.7.1

13 May 19:47

Choose a tag to compare

0.7.1 Pre-release
Pre-release

Fix docker image that can't start for java 11

0.7.0

11 May 13:43

Choose a tag to compare

0.7.0 Pre-release
Pre-release

Features

  • Basic Auth & Ssl support for connect & registry
  • Allow to hide internal & stream topic on topic list [#30]
  • Minimum java version 11, move to docker debian slim version and update all dependencies

Fix

  • Search data : Fix pagination & Match all search terms
  • Handle null value on headers [#56]
  • Freemarker Html Format everywhere (fix bad escape on some input)
  • Create topic : wrong error displayed

⚠️ The configuration file have changed in order to enabled connect & registry auth ⚠️

0.6.1

24 Apr 07:49

Choose a tag to compare

0.6.1 Pre-release
Pre-release

Bump micronaut version to fix #42

0.6.0

23 Apr 20:51
75d5fd5

Choose a tag to compare

0.6.0 Pre-release
Pre-release

Kafka Connect support

  • List connect definition
  • Create / Update / Delete a definition
  • Pause / Resume / Restart a definition or a task
  • ConnectEmbedded included for test

Peek 2019-04-23 22-48

0.5.3

16 Apr 20:19
a185d0c

Choose a tag to compare

0.5.3 Pre-release
Pre-release
  • Security add login / logout button [#42]
  • Support snappy compression on docker [#45]
  • Consume records quickly on sort Newest [#23]
  • Fix $base-path thanks @tine2k [#46]
  • Add a proper message when no kafka cluster found [#41]
  • Upgrade to micronaut 1.1.0

0.5.2

10 Apr 07:44

Choose a tag to compare

0.5.2 Pre-release
Pre-release

Fix a file descriptor leaks (#43) due to consumer needs to be explicit close

Thanks @eskp for report

0.5.1

30 Mar 18:10

Choose a tag to compare

0.5.1 Pre-release
Pre-release

Just fix the side menu acl

0.5.0

30 Mar 12:18

Choose a tag to compare

0.5.0 Pre-release
Pre-release

Default role, Basic Auth and role per user.
Also allow to have a read only instance of KafkaHQ

Peek 2019-03-30 13-16

  • Security : Auth & Roles
  • Fixed a bug in the dataBody when messages value are null. (#36) @zthulj
  • Update dependencies
  • reintroduce KAFKAHQ_CONFIGURATION for docker