⚠️ 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
webserver
ui
- improve data search (#552) (ed57614)
- disabled login button if security is not enabled (#532) (c9aef71)
- display deserialization exception (92d4ee8)
- add ui options per cluster (#511) (d2ff475)
- display username (#519) (e56b229)
- add partition auto assign option (#499) (6b6838c)
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
groups
Bug Fixes
auths
schema-registry
helm
- invalid securityContext indent (f7773c4)
- add default '/' path (#449) (f8894b8)
- fix extraEnv (4ecddc6)
- fix extraEnv (167b5a8)
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
topic-data
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
- fix unit test (5b75aa2)