From 58ee37cf4fd18a07bf3ba3193c22220e6e37590b Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 16 Feb 2023 13:08:40 +0000 Subject: [PATCH 1/3] chore(release): v5.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ stream/__init__.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e250e..5ef7c4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [5.2.0](https://github.com/GetStream/stream-python/compare/v5.1.1...v5.2.0) (2023-02-16) + + +### Features + +* added async support ([b4515d3](https://github.com/GetStream/stream-python/commit/b4515d337be88ff50ba1cbad8645b1fbc8862ce0)) +* added async support ([e5b33d6](https://github.com/GetStream/stream-python/commit/e5b33d6b34d53523d369f58a3bb118b9ffbf228e)) + + +### Bug Fixes + +* redirect, uniqueness and deprecations ([aefdcd3](https://github.com/GetStream/stream-python/commit/aefdcd39ff8a41a443455f1a41cc819039015cdb)) + ## 5.1.1 - 2022-01-18 * Handle backward compatible pyjwt 1.x support for token generation diff --git a/stream/__init__.py b/stream/__init__.py index e5de2db..dc56b4b 100644 --- a/stream/__init__.py +++ b/stream/__init__.py @@ -5,7 +5,7 @@ __copyright__ = "Copyright 2022, Stream.io, Inc" __credits__ = ["Thierry Schellenbach, mellowmorning.com, @tschellenbach"] __license__ = "BSD-3-Clause" -__version__ = "5.1.1" +__version__ = "5.2.0" __maintainer__ = "Thierry Schellenbach" __email__ = "support@getstream.io" __status__ = "Production" From f76c1e671a310a1f928ecf4ddfbfefb9db36ab06 Mon Sep 17 00:00:00 2001 From: Yassine Ennebati <4570448+yaziine@users.noreply.github.com> Date: Thu, 16 Feb 2023 17:16:57 +0400 Subject: [PATCH 2/3] chore: update changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ef7c4f..9de3744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ All notable changes to this project will be documented in this file. See [standa ### Features * added async support ([b4515d3](https://github.com/GetStream/stream-python/commit/b4515d337be88ff50ba1cbad8645b1fbc8862ce0)) -* added async support ([e5b33d6](https://github.com/GetStream/stream-python/commit/e5b33d6b34d53523d369f58a3bb118b9ffbf228e)) ### Bug Fixes From 52ec83850c01b29245759c8df970d1d56c3f1d58 Mon Sep 17 00:00:00 2001 From: Jimmy Pettersson Date: Thu, 16 Feb 2023 14:25:59 +0100 Subject: [PATCH 3/3] chore: update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9de3744..9dd1ab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,13 @@ All notable changes to this project will be documented in this file. See [standa ### Features +* add support for 3.11 ([2eae7d7](https://github.com/GetStream/stream-python/commit/2eae7d7958f3b869982701188fc0d04a5b8ab021)) * added async support ([b4515d3](https://github.com/GetStream/stream-python/commit/b4515d337be88ff50ba1cbad8645b1fbc8862ce0)) ### Bug Fixes +* tests and linting ([cfacbbc](https://github.com/GetStream/stream-python/commit/cfacbbcadf45ca91d3e6c2a310dfd6fea1a03146)) * redirect, uniqueness and deprecations ([aefdcd3](https://github.com/GetStream/stream-python/commit/aefdcd39ff8a41a443455f1a41cc819039015cdb)) ## 5.1.1 - 2022-01-18