We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad35ae commit a5d3c2bCopy full SHA for a5d3c2b
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [v3.0.2](https://github.com/ValentinBELYN/icmplib/releases/tag/v3.0.2) - 2021-10-31
6
+- Add support for IPv6 addresses with zone index.
7
+- The `payload` property of an `ICMPRequest` now returns a random value if the payload is not defined instead of `None`.
8
+- Optimize imports.
9
+
10
## [v3.0.1](https://github.com/ValentinBELYN/icmplib/releases/tag/v3.0.1) - 2021-08-14
11
- Make the `SocketPermissionError` more explicit when the OS does not allow instantiation of unprivileged sockets.
12
- Delete unnecessary properties from exceptions.
0 commit comments