File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.2.7] - 2024-06-24 {: #v1.2.7 }
11
+
10
12
### Fixed
11
13
12
14
- Add workaround for Python==3.11 bug with RPC over sockets.
13
15
The RPC server (created with ` asyncio.start_unix_server ` ) closes before all requests are handled.
14
16
A stop event is now included for all RPC handlers
15
17
to wait with stopping the server until every request is handled.
18
+ This is a known issue fixed in Python 3.12.1:
19
+ https://github.com/python/cpython/issues/120866
16
20
17
21
18
22
## [ 1.2.6] - 2024-06-13 {: #v1.2.6 }
@@ -123,6 +127,7 @@ Initial release
123
127
124
128
125
129
[ Unreleased ] : https://github.com/reproducible-reporting/stepup-core
130
+ [ 1.2.7 ] : https://github.com/reproducible-reporting/stepup-core/releases/tag/v1.2.7
126
131
[ 1.2.6 ] : https://github.com/reproducible-reporting/stepup-core/releases/tag/v1.2.6
127
132
[ 1.2.5 ] : https://github.com/reproducible-reporting/stepup-core/releases/tag/v1.2.5
128
133
[ 1.2.4 ] : https://github.com/reproducible-reporting/stepup-core/releases/tag/v1.2.4
You can’t perform that action at this time.
0 commit comments