Skip to content

Commit 8478de7

Browse files
committed
Merge branch 'release/0.9.144'
2 parents a9b44ef + 3e63785 commit 8478de7

157 files changed

Lines changed: 1182 additions & 287 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitbook.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,23 @@
22

33
## [Unreleased](https://github.com/aklivity/zilla/tree/HEAD)
44

5-
[Full Changelog](https://github.com/aklivity/zilla/compare/0.9.142...HEAD)
5+
[Full Changelog](https://github.com/aklivity/zilla/compare/0.9.143...HEAD)
6+
7+
**Closed issues:**
8+
9+
- Can't build Zilla offline due to JitPack-based K3PO dependencies [\#1481](https://github.com/aklivity/zilla/issues/1481)
10+
- Support Overriding `correlation-id` via AsyncAPI Specification [\#1471](https://github.com/aklivity/zilla/issues/1471)
11+
12+
**Merged pull requests:**
13+
14+
- Use flyweights for TLS proxy decoder [\#1485](https://github.com/aklivity/zilla/pull/1485) ([jfallows](https://github.com/jfallows))
15+
- Remove unused gitbook files [\#1484](https://github.com/aklivity/zilla/pull/1484) ([jfallows](https://github.com/jfallows))
16+
- Enhance tcp unbinding spec test [\#1483](https://github.com/aklivity/zilla/pull/1483) ([akrambek](https://github.com/akrambek))
17+
- Overriding `correlation-id` via AsyncAPI Specification [\#1482](https://github.com/aklivity/zilla/pull/1482) ([ankitk-me](https://github.com/ankitk-me))
18+
19+
## [0.9.143](https://github.com/aklivity/zilla/tree/0.9.143) (2025-05-23)
20+
21+
[Full Changelog](https://github.com/aklivity/zilla/compare/0.9.142...0.9.143)
622

723
**Implemented enhancements:**
824

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Use **Zilla** as a:
4141
| [Validate MQTT via AsyncAPI →](examples/asyncapi.mqtt.kafka.proxy) | Enforce an AsyncAPI schema for messages going into an MQTT broker. |
4242
| **Much more!** | Check out all the [Zilla Demos](https://github.com/aklivity/zilla-demos) and [Zilla Examples](examples). |
4343

44+
## Native Kafka Proxying with Zilla ***Plus***
45+
46+
To secure and govern native Kafka clients, with features such as Virtual Clusters and mTLS-enabled custom Kafka domains, see [**Zilla Plus**](https://www.aklivity.io/products/zilla-plus). Enterprise support and integrations are also available through this commercially backed version of Zilla.
47+
4448
## Get started in 60 seconds
4549

4650
**Zilla** is stateless, declaratively configured, and has no external dependencies. The fastest way to get started is to follow the [**Quickstart**](https://docs.aklivity.io/zilla/latest/getting-started/quickstart).

build/flyweight-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.aklivity.zilla</groupId>
1010
<artifactId>build</artifactId>
11-
<version>0.9.143</version>
11+
<version>0.9.144</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.aklivity.zilla</groupId>
1010
<artifactId>zilla</artifactId>
11-
<version>0.9.143</version>
11+
<version>0.9.144</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

cloud/docker-image/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.aklivity.zilla</groupId>
1010
<artifactId>cloud</artifactId>
11-
<version>0.9.143</version>
11+
<version>0.9.144</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

cloud/helm-chart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.aklivity.zilla</groupId>
1010
<artifactId>cloud</artifactId>
11-
<version>0.9.143</version>
11+
<version>0.9.144</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

cloud/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.aklivity.zilla</groupId>
1010
<artifactId>zilla</artifactId>
11-
<version>0.9.143</version>
11+
<version>0.9.144</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

conf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.aklivity.zilla</groupId>
1010
<artifactId>zilla</artifactId>
11-
<version>0.9.143</version>
11+
<version>0.9.144</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

docs/INTRO.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)