Skip to content

Releases: IPGeolocation/ip-geolocation-api-java-sdk

v3.0.0

Choose a tag to compare

@MudassarTariq MudassarTariq released this 15 Mar 19:24
110860d

What's Changed

New Contributors

Full Changelog: v2.0.1...v3.0.0

v2.0.1

Choose a tag to compare

@sameerjfreaks sameerjfreaks released this 22 Jul 10:15

Added

  • Abuse Contact API support — now available as part of the SDK.
  • Astronomy API Enhancements:
    • Introduced new fields: AstronomyMorning, AstronomyEvening.
    • Added support for elevation field in the Astronomy response.
  • Documentation:
    • Detailed usage and parameters for all supported API endpoints added to README.md.

Changed

  • Updated internal models and deserializers to accommodate new Astronomy fields.

Notes

  • This release introduces breaking changes in Astronomy-related data structures — make sure to update your integration accordingly.

v2.0.0

Choose a tag to compare

@sameerjfreaks sameerjfreaks released this 25 Jun 15:49

Version 2.0.0 — Java SDK with API v2 Support

Description

The Java SDK now fully supports the IPGeolocation API v2, offering enhanced modularity, expanded features, and improved request structure across all endpoints.

What's New

  • Support for all v2 APIs:
    • IP Geolocation
    • IP Security
    • ASN Lookup
    • Timezone (with conversion)
    • User Agent Parsing
    • Astronomy Data
  • Modular API classes introduced (IPGeolocationAPI, IPSecurityAPI, TimezoneAPI, ASNAPI, etc.)
  • Bulk request support for IP Geolocation, Security, and User Agent
  • Timezone lookup via lat/long, tz, ip, IATA, ICAO, and UN/LOCODE
  • Localized results via lang parameter (available for paid plans)
  • Fully documented response models and usage examples

Get your API key at ipgeolocation.io
Refer to the updated README for usage examples.

v1.0.16

Choose a tag to compare

@DaudAhmadJF DaudAhmadJF released this 05 Mar 07:26
18433d0

What's Changed

  • Added Implementation for Astronomy API
  • Added Implementation for Timezone Convert API
  • Added java doc for all classes and public methods
  • Added Documentation and code examples for new classes and for some previous ones in README.md

Full Changelog: 1.0.15...v1.0.16

1.0.15

Choose a tag to compare

@ul-jf ul-jf released this 06 Jul 12:06
4a4f949

SDK restructured and the data types updated for the parsed API response