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 2de1c2c commit e1c2d5fCopy full SHA for e1c2d5f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# IPInfo Changelog
2
3
+## 5.0.1
4
+
5
+- Fixed a bug where in the sync handler's batch functions and in the async
6
+ handler's batch iterator function, the same IP was getting added twice to the
7
+ lookup list if it wasn't in the cache.
8
9
## 5.0.0
10
11
- BREAKING: No longer requiring a JSON file for changing the
ipinfo/version.py
@@ -1 +1 @@
-SDK_VERSION = "5.0.0"
+SDK_VERSION = "5.0.1"
0 commit comments