Skip to content

Commit e8a4c3d

Browse files
committed
Merge branch 'release/0.9.152'
2 parents 9384ba7 + addc831 commit e8a4c3d

177 files changed

Lines changed: 1999 additions & 918 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.

CHANGELOG.md

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

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

5-
[Full Changelog](https://github.com/aklivity/zilla/compare/0.9.150...HEAD)
5+
[Full Changelog](https://github.com/aklivity/zilla/compare/0.9.151...HEAD)
6+
7+
**Fixed bugs:**
8+
9+
- Getting autentication error if JWT does not contain kid header [\#1502](https://github.com/aklivity/zilla/issues/1502)
10+
- Zilla can appear unhealthy to tcp health check mechanisms at full engine worker utilization [\#1495](https://github.com/aklivity/zilla/issues/1495)
11+
- zilla stops sending sse updates after a couple days [\#1340](https://github.com/aklivity/zilla/issues/1340)
12+
- The http.filesystem example hangs when returning some files [\#1431](https://github.com/aklivity/zilla/issues/1431)
13+
14+
**Closed issues:**
15+
16+
- Validate `$ref` in OpenAPI Schema [\#1467](https://github.com/aklivity/zilla/issues/1467)
17+
- Validate `$ref` in AsyncAPI Schema [\#1466](https://github.com/aklivity/zilla/issues/1466)
18+
19+
**Merged pull requests:**
20+
21+
- record unresolved $ref in OpenAPI [\#1510](https://github.com/aklivity/zilla/pull/1510) ([ankitk-me](https://github.com/ankitk-me))
22+
- Support load balancer health check even at full capacity [\#1509](https://github.com/aklivity/zilla/pull/1509) ([akrambek](https://github.com/akrambek))
23+
- fix: Schema declaration in message & record unresolved `$ref` [\#1488](https://github.com/aklivity/zilla/pull/1488) ([ankitk-me](https://github.com/ankitk-me))
24+
25+
## [0.9.151](https://github.com/aklivity/zilla/tree/0.9.151) (2025-06-18)
26+
27+
[Full Changelog](https://github.com/aklivity/zilla/compare/0.9.150...0.9.151)
628

729
**Merged pull requests:**
830

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.151</version>
11+
<version>0.9.152</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.151</version>
11+
<version>0.9.152</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.151</version>
11+
<version>0.9.152</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.151</version>
11+
<version>0.9.152</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.151</version>
11+
<version>0.9.152</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.151</version>
11+
<version>0.9.152</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

examples/asyncapi.mqtt.kafka.proxy/.github/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ for i in $(seq 1 5); do
2424
break
2525
fi
2626

27-
sleep 2
27+
sleep 5
2828
done
2929

3030
OUTPUT=$(

examples/asyncapi.mqtt.proxy/.github/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ for i in $(seq 1 5); do
2424
break
2525
fi
2626

27-
sleep 2
27+
sleep 5
2828
done
2929

3030
OUTPUT=$(

incubator/binding-amqp.spec/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>incubator</artifactId>
11-
<version>0.9.151</version>
11+
<version>0.9.152</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)