From 09a6ef81e2d8ef3ec913f8e3ebfb2aed8156d040 Mon Sep 17 00:00:00 2001 From: Emil Haldrup Eriksen Date: Fri, 28 Jun 2024 16:26:11 +0200 Subject: [PATCH] Preparing 1.0.17 release --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4612a2..4a2a662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ All notable changes to this project will be documented in this file. -## [1.0.17] - UNRELEASED +## [1.0.17] - 28-06-24 ### Added +- Improve the stability of the serialization transforms (`BaseModelTransform`, and `DataclassTransform`) by adding support for `None`, `str` and `dict` types - Add the option to send objects to the `captureKeys` property of the `Keyboard` component to enable more specific filtering - Add streaming capabilities to the `SSE` component