Skip to content

Commit d0b1b44

Browse files
authored
Merge pull request #2055 from minrk/2621
changelog for 26.2.1
2 parents 01bd01c + d726320 commit d0b1b44

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/source/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ For a full changelog, consult the [git log](https://github.com/zeromq/pyzmq/comm
77

88
## 26
99

10+
### 26.2.1
11+
12+
26.2.1 is a tiny bugfix release
13+
14+
- Update bundled libsodium to 1.0.20
15+
- Some typing-related fixes for pyright and newer mypy versions
16+
- Fix PYZMQ_NO_BUNDLE option name when specified via cmake instead of environment variable
17+
- Fix missing `socket.context` reference when shadowing existing Sockets
18+
- Various updates to documentation and examples, especially discouraging use of insecure `recv_pyobj` without message authentication.
19+
`recv_pyobj` is **_NOT_** deprecated, but it is _discouraged_.
20+
1021
### 26.2
1122

1223
26.2 fixes some regressions introduced by the new build system in 26.0:

0 commit comments

Comments
 (0)