Skip to content

0.18.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 19:26

New Features

topic-data

  • allow to consume & produce any kind of avro types (c34526d)
  • search for tombstones in a topic (a97d65f)
  • managing logical type timestamp-millis & date (#689) (9427e06)

group:

topic

  • ensure topic existence after creating new topic (#667) (b21bb8f)

connect

schema

core

ui

auth

  • externalizable source of truth for roles and attributes (#678) (bba0cc5)
  • log login failures (#699) (f691db0)
  • allows List or String in topics-filter-regex (#659) (d5c6272)

docker

helm

Bug Fixes

topic-data

  • add basic deserialization of avro primitive (#715) (386a257)
  • fix security on delete compacted topic (d0620e6)
  • fix Protobuf deserializer (#640) (9d3455d)
  • produce empty header key lead to a header key with "" (add3228)

topic

auth

  • changed condition to display Login Form (#736) (bcb4370)
  • use micronaut only for detect if ldap is enabled (#735) (0a02ee4)

ui

  • resolve aufit fix (d756d4a)
  • auto overflow on sidebar (#686) (cf2598a)
  • display principal on acls tabs (94cbf11)
  • fix schema registry pagination (#623) (de23bf9)
  • schema registry link with multiple same schema (9646c0a)

webserver

  • change monitoring port to 28081 (00473d3)
  • fix offset that is long (0d3856d)
  • add redirect from root path to context-path (#642) (57c11bd)

helm

  • add readme to artifacthub (0d23e6e)
  • Use yaml instead of yaml for application, secrets & configmaps (#746) (2bd7222)
  • Fix secrets value from map to string (#702) (c98677a)

Chores

deps

  • update java deps (ba16aa6)
  • update all java deps and remove bintray (a80a4c1)
  • bump axios from 0.19.2 to 0.21.1 in /client (#557) (5fb690f)
  • bump ini from 1.3.5 to 1.3.8 in /client (#541) (894e66c)
  • bump elliptic from 6.5.3 to 6.5.4 in /client (#630) (85151f7)
  • fix deps security (5c4b5eb)
  • update charts version (4e11e2b)

docker:

build:

helm

auths

  • add a test for basic auth case sensitive (717ba81)

test

dev

doc

  • Improve documentation about the new behavior of topics-filter-regexp, connects-filter-regexp and consumer-groups-filter-regexp (#665) (21a8574)
  • minor fix for README (#639) (2ead19c)
  • fix debugging auth (a8c9656)