Skip to content

Commit e595a4b

Browse files
committed
push 5.0.0
1 parent 7916ad3 commit e595a4b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# IPInfo Changelog
22

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+
311
## 4.4.3
412

513
- Added `CountryFlagURL` to the details object.
@@ -8,6 +16,7 @@
816
## 4.4.2
917

1018
- Patch fix for empty `ip_address` crash.
19+
1120
## 4.4.1
1221

1322
- Patch fix for handler crashing in windows environment.

ipinfo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = "4.4.3"
1+
SDK_VERSION = "5.0.0"

0 commit comments

Comments
 (0)