You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
v1.0.0, unreleased
1
+
v1.0.0, 14 Jan 2022
2
2
Propagate exceptions raised by the user's packet callback
3
3
Avoid calls to the packet callback during queue unbinding
4
4
Raise an error if a packet verdict is set after its parent queue is closed
@@ -9,7 +9,7 @@ v1.0.0, unreleased
9
9
Add type hints
10
10
Remove the Packet.payload attribute; it was never safe (treated as a char* but not NUL-terminated) nor documented, but was exposed in the API (perhaps inadvertently).
11
11
12
-
v0.9.0, 12 Jan 2021
12
+
v0.9.0, 12 Jan 2022
13
13
Improve usability when Packet objects are retained past the callback
14
14
Add Packet.retain() to save the packet contents in such cases
0 commit comments