Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog for 26.2.1 #2055

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ For a full changelog, consult the [git log](https://github.com/zeromq/pyzmq/comm

## 26

### 26.2.1

26.2.1 is a tiny bugfix release

- Update bundled libsodium to 1.0.20
- Some typing-related fixes for pyright and newer mypy versions
- Fix PYZMQ_NO_BUNDLE option name when specified via cmake instead of environment variable
- Fix missing `socket.context` reference when shadowing existing Sockets
- Various updates to documentation and examples, especially discouraging use of insecure `recv_pyobj` without message authentication.
`recv_pyobj` is **_NOT_** deprecated, but it is _discouraged_.

### 26.2

26.2 fixes some regressions introduced by the new build system in 26.0:
Expand Down
Loading