Zilla Platform 1.x.x
Zilla Platform 1.x.x
1.2.0
Release Date: April 4, 2026
Added
- Kafka topic policies: define and enforce topic-level access rules via Management API, Console UX, and gateway enforcement.
- Kafka cluster policies: define and enforce cluster-level access rules via Management API, Console UX, and gateway enforcement.
- Simplified Quickstart setup with eliminated bootstrap token steps, reducing onboarding friction.
Changed
- Quickstart environment updated to not require a
BOOTSTRAP_TOKENenvironment variable.
Fixed
- Topic policy pattern rules not being enforced at the gateway.
- Gateway tab showing duplicate entries for the same gateway.
- Subscription creation screen hanging due to an infinite loop in plan auth logic.
- Create Subscription form reset incorrectly clearing unrelated fields.
- Platform initialization race condition causing intermittent startup failures.
1.1.1
Release Date: March 20, 2026
Added
- Gateway monitoring UI for viewing gateway status and health within an environment.
- Management API for Gateways in an Environment.
- Health check endpoints for Zilla Platform services.
- Favicon added to the Console.
- Support for omitting the
cluster-idtopic naming prefix when creating API Products.
Changed
- After regenerating an API key, users are now redirected to the subscription page for immediate access to the new key.
- Suppressed password manager autofill on Console input fields.
Fixed
BOOTSTRAP_TOKENpopup hanging on load when creating an environment via the UI.- Environment disappearing after multiple Helm upgrades on AKS.
- Gateway returning 404 errors, resolved by enforcing
cleanup.policy=compacton required Kafka topics.
1.1.0
Release Date: February 17, 2026
Added
- Azure AKS Helm Chart support for Kubernetes deployments on Azure.
- Platform version now displayed in the Console sidebar.
- Producer vs consumer API enforcement in generated gateway configuration.
Fixed
- Subscription detail page showing a fatal error.
- Removed subscriber count from individual subscriber cards.
- Clarified access type label on the Create Subscription screen.
1.0.0
Release Date: February 12, 2026
Zilla Platform 1.0.0 is a foundational release focused on production readiness, protocol stability, and operational improvements across all the components.
Added
- Support for Amazon EKS deployments via Helm charts for easier Kubernetes operations.
- Centralized management plane APIs for managing environments, applications, subscriptions, and deployments.
- Self-serve catalog allowing teams to discover and subscribe to API products.
- Team-based identity and access management, including team entitlements and user invitations.
- Multi-environment support for managing deployments across multiple Kafka clusters.
- Support for Schema Registry configuration alongside Kafka services.
- Support for SASL authentication (including SASL/SCRAM) for Kafka services.
Changed
- Refined application and subscription workflows for clearer and more intuitive user operations.
- Improved configuration validation and clearer error handling during deployment.
- Environment and deployment status reporting made more accurate across management APIs.
- Quickstart environment updated with seeded Kafka ACLs and Schema Registry configuration.
Fixed
- Resolved issues affecting deployment of multiple Kafka services.
- Fixed subscription API keys not being published when deployments used service IDs.
- Addressed access control edge cases in identity and access management.
- Helm chart defaults updated to disable Hibernate DDL auto for production deployments.
- Fixed configuration validation issues that could block successful deployments.
- Various minor defect fixes to improve overall platform stability.