Releases: ipregistry/ipregistry-java
Releases · ipregistry/ipregistry-java
4.0.0
3.7.0
v3.6.0
v3.5.0
v3.4.0
v3.3.0
Added
- IpInfo responses has a new
company
field. - The enum ConnectionType includes a new value of
INACTIVE
. - The class DefaultRequestHandler accepts a custom ObjectMapper.
Changed
- A single ObjectMapper instance is created and reused in DefaultRequestHandler.
- The API key is no longer passed as a query parameter but as a header when a request is sent.
v3.2.1
v3.2.0
Added
- Add setters to all model classes.
- New connection type
GOVERNMENT
.
Changed
- Improve utility method to detect bots/crawlers/spiders based on user-agent value.
- Parsing of unknown connection type values fallbacks to
BUSINESS
. - Upgrade dependencies.
Removed
- Merge connection type
CDN
withHOSTING
.