From df0217933497df77f8461e7fb58b8a65b5940e99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 30 Sep 2024 11:40:02 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.4.0=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ src/sparkle/__init__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c0ff5a..5054a0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## v0.5.0 (2024-09-30) + +### Fix + +- not supported environment exception + +### Refactor + +- rename kafka_options to kafka_spark_options +- rename local to generic +- accept readers in Sparkle class +- delete local spark session +- Spark configuration +- let Sparke create Spark session + ## v0.4.0 (2024-09-16) ### Feat diff --git a/src/sparkle/__init__.py b/src/sparkle/__init__.py index 6a9beea..3d18726 100644 --- a/src/sparkle/__init__.py +++ b/src/sparkle/__init__.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.5.0"