Skip to content
Merged
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
12 changes: 12 additions & 0 deletions frontend/src/content/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ export interface ChangelogEntry {
* runtime version (see lib/whats-new.ts `normalizeVersion`).
*/
export const CHANGELOG: ChangelogEntry[] = [
{
version: "1.0.1",
date: "2026-07-09",
items: [
{
type: "fix",
title: "Clearer errors when a consumer-group name isn't allowed",
description:
"If the cluster's ACLs don't permit a group name, kafkito now says so directly instead of a generic gateway error, and shows the allowed group prefixes when your key can read ACLs.",
},
],
},
{
version: "1.0.0",
date: "2026-07-09",
Expand Down
Loading