Skip to content

Commit c6eaca0

Browse files
Release 5.15.1
1 parent c279f26 commit c6eaca0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# python-socketio change log
22

3+
**Release 5.15.1** - 2025-12-16
4+
5+
- Restore support multiple arguments via pubsub emits [#1540](https://github.com/miguelgrinberg/python-socketio/issues/1540) ([commit](https://github.com/miguelgrinberg/python-socketio/commit/c279f26bb8c9887c4ca99d4d81ad331c4844438c))
6+
37
**Release 5.15.0** - 2025-11-22
48

59
- Retry initial Redis connection [#1534](https://github.com/miguelgrinberg/python-socketio/issues/1536) ([commit #1](https://github.com/miguelgrinberg/python-socketio/commit/1e903e173a2d7b04599c4f7f9630c1abbb531fad) [commit #2](https://github.com/miguelgrinberg/python-socketio/commit/5e898a9b93526e6e667767e54c60f4c84589989d))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-socketio"
3-
version = "5.15.1.dev0"
3+
version = "5.15.1"
44
license = {text = "MIT"}
55
authors = [
66
{ name = "Miguel Grinberg", email = "[email protected]" },

0 commit comments

Comments
 (0)