Releases: tchiotludo/akhq
Releases · tchiotludo/akhq
0.7.2
Fix login page with error : More than 1 route matched the incoming request. [#60]
0.7.1
Fix docker image that can't start for java 11
0.7.0
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
Bump micronaut version to fix #42
0.6.0
Kafka Connect support
- List connect definition
- Create / Update / Delete a definition
- Pause / Resume / Restart a definition or a task
- ConnectEmbedded included for test
0.5.3
- 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
Fix a file descriptor leaks (#43) due to consumer needs to be explicit close
Thanks @eskp for report
0.5.1
Just fix the side menu acl
0.5.0
Default role, Basic Auth and role per user.
Also allow to have a read only instance of KafkaHQ
- Security : Auth & Roles
- Fixed a bug in the dataBody when messages value are null. (#36) @zthulj
- Update dependencies
- reintroduce KAFKAHQ_CONFIGURATION for docker
0.4.2
Mostly on maintenance release
- Fix performance issue (remove unnecessary synchronized on micronaut)
- Add a proper 404 & 500 error page
- Add a pretty error page for dev
- Add an access log
- Fix escape on data page [#34]
- Fix search for avro based records