Skip to content

Commit

Permalink
Merge pull request #2055 from minrk/2621
Browse files Browse the repository at this point in the history
changelog for 26.2.1
  • Loading branch information
minrk authored Jan 30, 2025
2 parents 01bd01c + d726320 commit d0b1b44
Showing 1 changed file with 11 additions and 0 deletions.
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

0 comments on commit d0b1b44

Please sign in to comment.