Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes Klaw v2.10.0 #260

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/vale/styles/Klaw/branding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ swap:
"(?i)api": API
"(?i)klaw[- ]core": Klaw Core
"(?i)klaw": Klaw
"(?i)Docker": Docker
"(?i)Docker": Docker
"(?i)Keycloak": Keycloak
1 change: 1 addition & 0 deletions .github/vale/styles/Klaw/spelling-klaw-vocabulary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Kafkawize
Karapace
Kafka
kafka
Keycloak
Klaw
Klaw's
Metastore
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ For these scripts, you need to have Vale installed (see [Requirements](#requirem

- `pnpm spell:error` to show only errors (same as in CI)
- `pnpm spell:warn` to show errors as well as warnings
- `pnpm spell:warn` to show errors, warnings and suggestions
- `pnpm spell:all` to show errors, warnings and suggestions

ℹ️ We are using a custom hook path for enabling pre-commit hooks. This path is set in the local git configuration when
running `pnpm install`.
Expand Down
67 changes: 67 additions & 0 deletions docs/releases/release2100.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
sidebar_position: 99.86
---

# Release 2.10.0

Date: X of October, 2024

## Overview

Klaw version 2.10.0 is a minor release with several improvements. With v2.10.0, users with the role `SUPERADMIN` will have access to the new React UI for certain screens.

## Download

### Binaries

[//]: # "@TODO links"

[`klaw-2.10.0.jar` ⬇︎](https://github.com/Aiven-Open/klaw/releases/download/v2.9.0/klaw-2.9.0.jar)

[//]: # "@TODO links"

[`cluster-api-2.10.0.jar` ⬇](https://github.com/Aiven-Open/klaw/releases/download/v2.9.0/cluster-api-2.9.0.jar)

### Sources

[`klaw-2.10.0.zip` ⬇](https://github.com/Aiven-Open/klaw/archive/refs/tags/v2.9.0.zip)

### Docker

[//]: # "@TODO links"

- [Klaw Core](https://hub.docker.com/r/aivenoy/klaw-core)
- [Klaw Cluster API](https://hub.docker.com/r/aivenoy/klaw-cluster-api)

## What's new in Klaw 2.10.0

### Redesigned screens with React UI

In this release, we have redesigned the user interface using React to enhance the user experience and provide a more intuitive design.

Key updates in the new React UI include:

- With this release, superadmin user will have access to the new UI.

### Improvements

- Improves cross DB compatibility by using `jpq`
- Improve Claim experience
- Enable viewing Topic events based on offset range and partition

### Bug fixes

- Prevent orphan ACL without service user being created
- Fix validation to parse partitions as `ints` first
- Avoid NullPointerException when trying to login with Keycloak SSO
- Avoid possible NullPointerException when trying to login with Google SSO
- Fix NullPointerException when trying to read topic events from coral UI

[//]: # "@TODO links"

:::note

For a complete list of improvements, changelog, and download the
release, see [GitHub release tag v2.10.0](https://github.com/aiven/klaw/releases/tag/v2.10.0)

:::