Releases: KafScale/platform
v1.4.2
What's Changed
- chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.6 to 1.32.7 by @dependabot[bot] in #56
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.95.0 to 1.95.1 by @dependabot[bot] in #59
- chore(deps): bump github/codeql-action from 3.31.9 to 4.31.10 by @dependabot[bot] in #60
- chore(deps): bump actions/setup-go from 5.6.0 to 6.2.0 by @dependabot[bot] in #61
- chore: update org references by @novatechflow in #62
- Introduce Kafsql by @novatechflow in #64
- chore(deps): bump the go_modules group across 1 directory with 3 updates by @dependabot[bot] in #65
- chore/update org module by @novatechflow in #68
- Fix coordinator broker identity mismatch by @kamir in #69
- Fix/code scanning 76 by @novatechflow in #71
- chore: prep release 1.4.2 by @novatechflow in #72
- fix: bump sql-processor build image to go 1.24 by @novatechflow in #73
- fix: update iceberg processor go.sum by @novatechflow in #74
- fix: tidy iceberg processor module by @novatechflow in #75
Full Changelog: v1.4.0...v1.4.2
Overview: https://github.com/KafScale/platform/blob/main/docs/releases/v1.4.2.md
v1.4.0
What's Changed
- Add Iceberg processor addon by @novatechflow in https://github.com/novatechflow/kafscale/pull/37
- Support ListOffsets v0-4; fix demo-platform apply by @novatechflow in https://github.com/novatechflow/kafscale/pull/38
- Support Create/DeleteTopics v0-2 with admin gate by @novatechflow in https://github.com/novatechflow/kafscale/pull/39
- Log default env usage in prod by @novatechflow in https://github.com/novatechflow/kafscale/pull/41
- protocol correctness and reliability fixes across broker/proxy/operator paths, improves demo/deployment wiring, and adds a local benchmark suite with a runnable script + Makefile. by @novatechflow in https://github.com/novatechflow/kafscale/pull/45
- Extend metrics wiring and demo/helm config by @novatechflow in https://github.com/novatechflow/kafscale/pull/53
Full Changelog: novatechflow/KafScale@v1.3.0...v1.4.0
Overview: https://github.com/novatechflow/kafscale/blob/main/docs/releases/v1.4.0.md
v1.3.0
v1.3.0
Release date: 2025-12-28
Highlights
- Fixed advertised broker metadata and added external access e2e coverage (#29).
- Improved Kafka client compatibility (including Java producer) with expanded e2e tests (#28).
- Streamlined Kafka CLI setup by skipping kind image load.
Known limitations
- TLS/SASL authentication is planned for v1.5+ (see roadmap).
- No Kafka transactions, KRaft APIs, or embedded stream processing.
Security fixes
- No known runtime vulnerabilities were fixed in this release.
What's Changed
- Fix advertised broker metadata and external access e2e by @novatechflow in https://github.com/novatechflow/kafscale/pull/30
- Fix/java producer compat by @novatechflow in https://github.com/novatechflow/kafscale/pull/31
- chore: prep v1.3.0 release by @novatechflow in https://github.com/novatechflow/kafscale/pull/33
Full Changelog: novatechflow/KafScale@v1.2.0...v1.3.0
v1.2.0
v1.2.0
Release date: 2025-12-24
Merry Christmas to everyone 🎄
Highlights
- Multi-region S3 support with AWS CRR integration and consumer reads.
- MCP service added with supporting documentation and test coverage.
- Helm chart/docs refresh and controller-runtime bump to v0.22.4.
Known limitations
- TLS/SASL authentication is planned for v1.5+ (see roadmap).
- No Kafka transactions, KRaft APIs, or embedded stream processing.
Security fixes
- No known runtime vulnerabilities were fixed in this release.
What's Changed
- docs: align release planning by @novatechflow in https://github.com/novatechflow/kafscale/pull/19
- docs: update badges by @novatechflow in https://github.com/novatechflow/kafscale/pull/20
- ops: update helm and docs by @novatechflow in https://github.com/novatechflow/kafscale/pull/22
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.18.0 to 0.22.4 by @dependabot[bot] in https://github.com/novatechflow/kafscale/pull/21
- Add multi-region support in S3 mit AWS CRR und consumer reads by @kamir in https://github.com/novatechflow/kafscale/pull/23
- Add MCP service, docs, and tests by @novatechflow in https://github.com/novatechflow/kafscale/pull/24
- Testing env regression by @novatechflow in https://github.com/novatechflow/kafscale/pull/25
- chore: prep v1.2.0 release by @novatechflow in https://github.com/novatechflow/kafscale/pull/26
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/novatechflow/kafscale/pull/21
- @kamir made their first contribution in https://github.com/novatechflow/kafscale/pull/23
Full Changelog: novatechflow/KafScale@v1.1.0...v1.2.0
v1.1.0
v1.1.0
Release date: 2025-12-21
Highlights
- CodeQL fixes for broker logging and safer env parsing.
- Dependency refresh and upstream controller-runtime (no fork).
- Added fuzzing, security, and release-process documentation for best practices.
Known limitations
- TLS/SASL authentication is planned for a future release.
- No Kafka transactions, KRaft APIs, or embedded stream processing.
Security fixes
- No known runtime vulnerabilities were fixed in this release.
What's Changed
- security: address code scanning alerts by @novatechflow in https://github.com/novatechflow/kafscale/pull/17
- docs: add v1.1.0 release notes by @novatechflow in https://github.com/novatechflow/kafscale/pull/18
New Contributors
- @novatechflow made their first contribution in https://github.com/novatechflow/kafscale/pull/17
Full Changelog: novatechflow/KafScale@v1.0.0...v1.1.0
v1.0.0
Kafscale v1.0.0
This is the first stable release of Kafscale, a Kafka‑protocol compatible streaming platform with stateless brokers, S3‑backed durability, and etcd‑backed metadata/offsets. v1.0.0 focuses on core broker compatibility, operational tooling, and observability.
Highlights
- Expanded ops/admin API surface (groups, configs, cleanup, CreatePartitions, DeleteGroups)
- New and improved Prometheus metrics + Grafana dashboard templates
- Added security posture documentation and roadmap alignment
- Strengthened test coverage, including new e2e durability tests and race/vet checks in CI
What’s Included
- Kafka protocol support for produce/fetch, consumer groups, metadata, and admin ops
- Operator‑based Kubernetes deployment flow
- Expanded documentation set (ops, security, architecture, protocol matrix)
Known Limitations
- No TLS/SASL yet (planned for next version)
- No Kafka transactions or KRaft APIs
- No embedded stream processing
v0.9.0-dev.2
Full Changelog: novatechflow/KafScale@v0.9.0-dev.1...v0.9.0-dev.2