File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -130,4 +130,10 @@ the subscription *and* consuming it. Instead they will just consume an already e
130
130
131
131
2.2.1 / 2024-07-01
132
132
==================
133
- - [ fixed] - Fixed the ` subscription_id ` parameter of the listener callback so it changes if the listener switches regions (for HA streams only)
133
+ - [ fixed] - Fixed the ` subscription_id ` parameter of the listener callback so it changes if the listener switches regions (for HA streams only)
134
+
135
+ 2.3.0 / 2025-05-08
136
+ ==================
137
+ - [ added] - Allow the use of temporal log path
138
+ - [ added] - Implement automatic builds via Github Actions
139
+ - [ added] - Adds a minimum version requirement for the setuptools package to ensure compatibility and access to necessary features or fixes.
Original file line number Diff line number Diff line change 6
6
with open (path .join (this_directory , 'README.rst' ), encoding = 'utf-8' ) as f :
7
7
long_description = f .read ()
8
8
9
- VERSION = "2.2.1 "
9
+ VERSION = "2.3.0 "
10
10
RELEASE_TAG = f"release-{ VERSION } "
11
11
12
12
setup (
You can’t perform that action at this time.
0 commit comments