From cf5a284ad3e915b4e99d4ad7ac013a8b3b7e7c06 Mon Sep 17 00:00:00 2001 From: Davor Runje Date: Fri, 14 Apr 2023 15:39:37 +0000 Subject: [PATCH] release --- CHANGELOG.md | 19 +++++++++++++++++++ fastkafka/__init__.py | 2 +- settings.ini | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5293c35..4315112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ +## 0.5.0 + +### New Features + +- Significant speedup of Kafka producer ([#236](https://github.com/airtai/fastkafka/pull/236)), thanks to [@Sternakt](https://github.com/Sternakt) + + +- Added support for AVRO encoding/decoding ([#231](https://github.com/airtai/fastkafka/pull/231)), thanks to [@kumaranvpl](https://github.com/kumaranvpl) + + +### Bugs Squashed + +- Fixed sidebar to include guides in docusaurus documentation ([#238](https://github.com/airtai/fastkafka/pull/238)), thanks to [@Sternakt](https://github.com/Sternakt) + +- Fixed link to symbols in docusaurus docs ([#227](https://github.com/airtai/fastkafka/pull/227)), thanks to [@harishmohanraj](https://github.com/harishmohanraj) + +- Removed bootstrap servers from constructor ([#220](https://github.com/airtai/fastkafka/pull/220)), thanks to [@kumaranvpl](https://github.com/kumaranvpl) + + ## 0.4.0 ### New Features diff --git a/fastkafka/__init__.py b/fastkafka/__init__.py index 5c5102c..fba0bc7 100644 --- a/fastkafka/__init__.py +++ b/fastkafka/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.4.0" +__version__ = "0.5.0" # AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/010_Application_export.ipynb. # %% auto 0 diff --git a/settings.ini b/settings.ini index 4097a09..3640139 100644 --- a/settings.ini +++ b/settings.ini @@ -5,7 +5,7 @@ ### Python library ### repo = fastkafka lib_name = %(repo)s -version = 0.4.0 +version = 0.5.0 min_python = 3.8 license = apache2