From 0f06760014edd37e072780451acd0aa6b3a847a8 Mon Sep 17 00:00:00 2001 From: John Fallows Date: Wed, 27 Nov 2024 10:49:43 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51685b1202..2a648a3595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.9.103](https://github.com/aklivity/zilla/tree/0.9.103) (2024-11-27) + +[Full Changelog](https://github.com/aklivity/zilla/compare/0.9.102...0.9.103) + +**Fixed bugs:** + +- Mqtt selecting incorrect publish stream [\#1327](https://github.com/aklivity/zilla/issues/1327) + +**Merged pull requests:** + +- resolve nested `$ref` in schema [\#1337](https://github.com/aklivity/zilla/pull/1337) ([ankitk-me](https://github.com/ankitk-me)) +- Enhance test vault and test exporter [\#1333](https://github.com/aklivity/zilla/pull/1333) ([jfallows](https://github.com/jfallows)) +- validate `begin` frame type for `ws` client [\#1332](https://github.com/aklivity/zilla/pull/1332) ([ankitk-me](https://github.com/ankitk-me)) +- Support `directory` syntax & functionality [\#1323](https://github.com/aklivity/zilla/pull/1323) ([ankitk-me](https://github.com/ankitk-me)) + ## [0.9.102](https://github.com/aklivity/zilla/tree/0.9.102) (2024-11-13) [Full Changelog](https://github.com/aklivity/zilla/compare/0.9.101...0.9.102)