Releases: michelin/ns4kafka
Releases · michelin/ns4kafka
v1.10.1
🚀 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
🚀 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
🚀 New
- Added quota on disk topics #211
🐛 Bugfixes
- Fixed connector quota validation in dry run #210
v1.9.0
🚀 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
🔨 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
🚀 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
🔨 Other
- Fix reset-offsets documentation examples #193
- Migrated schemas API to reactive #195
v1.7.0
🚀 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
🚀 New
- Handled all schema types deployment #182
- Displayed schema type in CLI #183
v1.6.0
🚀 New
- Added an option to disable ACL deletion for a cluster #177
🔨 Other