From da470d6afc0d38db97f0f9d9be628d7315eb917d Mon Sep 17 00:00:00 2001 From: John Fallows Date: Tue, 28 May 2024 13:04:25 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d23b7b327..37e9c8027e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.9.82](https://github.com/aklivity/zilla/tree/0.9.82) (2024-05-28) + +[Full Changelog](https://github.com/aklivity/zilla/compare/0.9.81...0.9.82) + +**Fixed bugs:** + +- Zilla crashes with `IllegalArgumentException: cannot accept missingValue` when using `defaultOffset: live` [\#1051](https://github.com/aklivity/zilla/issues/1051) +- Zilla crashes on mqtt cli -T option [\#1039](https://github.com/aklivity/zilla/issues/1039) +- Running `emqtt_bench` both `sub` and `pub` triggers an exception [\#1000](https://github.com/aklivity/zilla/issues/1000) +- `http-kafka` will `fetch` messages that have been deleted by a retention policy [\#897](https://github.com/aklivity/zilla/issues/897) + +**Merged pull requests:** + +- Update to handle catalog IT validation\(resolve schema from subject\) [\#1055](https://github.com/aklivity/zilla/pull/1055) ([aDaemonThread](https://github.com/aDaemonThread)) +- Queue as different kafka produce request if producerId or producerEpoch varies [\#1053](https://github.com/aklivity/zilla/pull/1053) ([akrambek](https://github.com/akrambek)) +- Support kafka cache bootstrap with topic default offset live [\#1052](https://github.com/aklivity/zilla/pull/1052) ([jfallows](https://github.com/jfallows)) +- Set decoder to ignoreAll after session is taken over by other MQTT client [\#1045](https://github.com/aklivity/zilla/pull/1045) ([bmaidics](https://github.com/bmaidics)) +- Add detection of non-compacted session topic [\#1044](https://github.com/aklivity/zilla/pull/1044) ([bmaidics](https://github.com/bmaidics)) +- Fix: http-kafka will fetch messages that have been deleted by a reten… [\#1033](https://github.com/aklivity/zilla/pull/1033) ([aDaemonThread](https://github.com/aDaemonThread)) + ## [0.9.81](https://github.com/aklivity/zilla/tree/0.9.81) (2024-05-24) [Full Changelog](https://github.com/aklivity/zilla/compare/0.9.80...0.9.81)