Skip to content

Commit c6bf621

Browse files
authored
Merge pull request #2127 from minrk/271
release 27.1
2 parents 17b9ce8 + 3558cce commit c6bf621

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/source/changelog.md

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

88
## 27
99

10+
### 27.1.0
11+
12+
27.1.0 restores prior behavior where the constant `zmq.DRAFT_API` represents the actual availability of the draft API.
13+
This requires _both_ libzmq and pyzmq to be built with drafts enabled,
14+
not just libzmq.
15+
Restores behavior prior to pyzmq 23.
16+
In pyzmq 23-27.0, `zmq.DRAFT_API` was a synonym for `zmq.has("draft")`.
17+
It is relatively rare that these two definitions differ, but not impossible
18+
(e.g. libzmq built with drafts enabled, but pyzmq not).
19+
1020
### 27.0.2
1121

1222
27.0.2 fixes a bug where bind/connect could fail with "Invalid Argument" (EINVAL) when Python is run in devmode or with `PYTHONMALLOC=debug`.

0 commit comments

Comments
 (0)