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 7916ad3 commit e595a4bCopy full SHA for e595a4b
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# IPInfo Changelog
2
3
+## 5.0.0
4
+
5
+- BREAKING: No longer requiring a JSON file for changing the
6
+ country/currency/etc data that's returned. Will now accept an in-memory map.
7
+- Throwing general API error responses as proper `APIError` error types.
8
+- Added an iterator version of getting batch IPs. See `getBatchDetailsIter` in
9
+ the handler.
10
11
## 4.4.3
12
13
- Added `CountryFlagURL` to the details object.
@@ -8,6 +16,7 @@
16
## 4.4.2
17
18
- Patch fix for empty `ip_address` crash.
19
20
## 4.4.1
21
22
- Patch fix for handler crashing in windows environment.
ipinfo/version.py
@@ -1 +1 @@
-SDK_VERSION = "4.4.3"
+SDK_VERSION = "5.0.0"
0 commit comments