Skip to content

Releases: michelin/ns4kafka

v1.10.1

05 Jan 16:44
328b0dd
Compare
Choose a tag to compare

🚀 New

  • Allowed use of wildcard as ACLs grantedTo specification to manage public topics #225

🐛 Bugfixes

  • Fixed connector change state URL in Kafkactl #228

v1.10.0

10 Nov 10:40
5f33076
Compare
Choose a tag to compare

🚀 New

  • Added Connect cluster as resource to Ns4Kafka #214
  • Added endpoint for admins to check quotas of all namespaces #216 #221
  • Added endpoint for admins to check topics of all namespaces #222

🐛 Bugfixes

  • Fixed indent on the first column of table display #219

🔨 Other

  • Displayed information while the CLI is authenticating #215
  • Updated deprecated GitHub actions #217
  • Disabled Micronaut endpoints by default #218

v1.9.1

02 Sep 13:47
2e1ab19
Compare
Choose a tag to compare

🚀 New

  • Added quota on disk topics #211

🐛 Bugfixes

  • Fixed connector quota validation in dry run #210

v1.9.0

29 Aug 15:56
f4c2fda
Compare
Choose a tag to compare

🚀 New

  • Added resource quota on count #203
  • Performed retries on apply/delete timeout #208

🐛 Bugfixes

  • Fixed logs when a schema is applied #205
  • Fixed injection on multiple managed clusters #209

🔨 Other

  • Removed lombok annotations from code coverage #204
  • Disposed Single when deploying connector #206
  • Improved logs on schemas timeout and CLI format #207

v1.8.2

11 Jul 16:58
76e7322
Compare
Choose a tag to compare

🔨 Other

  • Used dedicated event loop group for schema and connector clients #199
  • Return dedicated type for get all schemas #200
  • Optimized schema apply #201

v1.8.1

11 Jul 12:00
1b08608
Compare
Choose a tag to compare

🚀 New

  • Displayed message when no resource to display #197

🔨 Other

  • Migrated schemas "get all" to reactive #196
  • Migrated connectors API to reactive #198

v1.8.0

09 Jul 00:17
b0173f9
Compare
Choose a tag to compare

🔨 Other

  • Fix reset-offsets documentation examples #193
  • Migrated schemas API to reactive #195

v1.7.0

15 Jun 11:37
77f65a4
Compare
Choose a tag to compare

🚀 New

  • Improved delete records on compacted topics #185

🐛 Bugfixes

  • Fixed connector deletion from cluster before deleting it from ns4kafka #186
  • Fixed connector update with null property #188
  • Fixed changing clean up policy from delete to compact on Confluent Cloud #189

v1.6.1

04 May 12:36
Compare
Choose a tag to compare

🚀 New

  • Handled all schema types deployment #182
  • Displayed schema type in CLI #183

v1.6.0

12 Apr 14:35
0029788
Compare
Choose a tag to compare

🚀 New

  • Added an option to disable ACL deletion for a cluster #177

🔨 Other

  • Updated README #178