github tchiotludo/akhq 0.17.0

latest releases: 0.24.0, 0.23.0, 0.22.0...
pre-release3 years ago

⚠️ This release contains many breaking changes on the configuration files ⚠️
We revert some configuration, please look at application.example.yml & README.md to adapt your configuration files

New Features

connect

  • optimize fetch connect details & status (#587) (55a0e80)
  • add missing properties from connector (985929b)
  • filter Connect Configs by regexp (#477) (4a7053b)

schema

  • add support for TIBCO's Avro serializer/deserializer (#558) (aada01e)

webserver

  • expose endpoint on 8081 only (477c704)
  • add a default jwt token + a warning (985df0a)

ui

helm

  • handle micronaut.server.context-path (d3770f0)
  • add option to specify serviceAccountName (#512) (19d59d4)

topic-data

  • use another scheduler for see (60a33bb)
  • remove default group.id to avoid acl (8d77717)
  • improve last record (4f6f23b)
  • add last record on TopicsList (b155827)
  • copy topic data to another cluster (#458) (75a9def)
  • deserialize Protobuf messages using descriptor files (#472) (726e019)

docker

  • run docker image as non-root with 'akhq' user (#494) (552a9eb)

groups

  • performance, fetch consumer group of topic page in a single request (#486) (12cd1c9)

Bug Fixes

auths

schema-registry

helm

ui

  • fix timestamp formatting (#551) (470d1de)
  • reader allows update schema registry (#518) (241ec93)
  • incomplete list of topics on select (#516) (eda26f2)
  • fix header (208885e)
  • handle no acls for topic data (#510) (bceec35)
  • return an empty fragment from rendering when the user/cluster isn't known (#462) (3ebfd4b)
  • fix produce to topic layout (43370f4)
  • fix schema link from topic data (922f55a)
  • fix some link that don't respect micronaut.server.context-path (3a8f571)
  • share url does not contain context-path (#457) (860b82a)

webserver

  • Rolling back group configuration to a map format (#526) (7bd08d7)

topic-data

  • live tail not working (025ce12)
  • search raise an error and never stop consuming message (5d0a139)

group

  • remove unnecessary members on ConsumerGroupOffset on api and handle it on client side (dde8114)

Documentation Changes

  • run docker image as a non-root user by default (7a14c0e)
  • fix basic auth example (5e24006)
  • fix path to helm files in readme (#565) (5add70d)
  • update docs for groups (09e35de)
  • added guide for development on Windows 10 without Docker (#525) (56a712f)

Chores

test

deps

refactor

dev

  • improve the docker-compose environment (#461) (6ba38f2)

Don't miss a new akhq release

NewReleases is sending notifications on new releases.