Skip to content

Commit 4520bbb

Browse files
committed
Prepare for release 1.2.7
1 parent 9e1d76a commit 4520bbb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.7] - 2024-06-24 {: #v1.2.7 }
11+
1012
### Fixed
1113

1214
- Add workaround for Python==3.11 bug with RPC over sockets.
1315
The RPC server (created with `asyncio.start_unix_server`) closes before all requests are handled.
1416
A stop event is now included for all RPC handlers
1517
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
1620

1721

1822
## [1.2.6] - 2024-06-13 {: #v1.2.6 }
@@ -123,6 +127,7 @@ Initial release
123127

124128

125129
[Unreleased]: https://github.com/reproducible-reporting/stepup-core
130+
[1.2.7]: https://github.com/reproducible-reporting/stepup-core/releases/tag/v1.2.7
126131
[1.2.6]: https://github.com/reproducible-reporting/stepup-core/releases/tag/v1.2.6
127132
[1.2.5]: https://github.com/reproducible-reporting/stepup-core/releases/tag/v1.2.5
128133
[1.2.4]: https://github.com/reproducible-reporting/stepup-core/releases/tag/v1.2.4

0 commit comments

Comments
 (0)