From 2cb5e1c7645476575d02fa9ed0ffe40fd1a2673c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Sep 2024 09:21:29 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.1=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 21 +++++++++++++++++++++ src/sparkle/__init__.py | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d0271e..2c0ff5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## v0.4.0 (2024-09-16) + +### Feat + +- wait for schema registry to become available +- add Kafka Avro reader +- add Kafka Avro reader +- add avro parser +- add schema registry class + +### Fix + +- start from earliest checkpoint +- use colima on mac +- wait for schema registry to be ready before running tests + +### Refactor + +- schema type to config +- Switch to Poetry from PDM + ## v0.3.1 (2024-09-11) ### Fix diff --git a/src/sparkle/__init__.py b/src/sparkle/__init__.py index 260c070..6a9beea 100644 --- a/src/sparkle/__init__.py +++ b/src/sparkle/__init__.py @@ -1 +1 @@ -__version__ = "0.3.1" +__version__ = "0.4.0"