Skip to content

Releases: ipregistry/ipregistry-javascript

4.0.0

08 Apr 21:30
Compare
Choose a tag to compare

Changed

  • [BREAKING] Rename DefaultCache to InMemoryCache.
  • Upgrade dependencies.

3.1.0

02 Dec 22:31
Compare
Choose a tag to compare

Changed

  • Use Authorization header instead of the key query parameter to pass API keys.

3.0.2

28 Oct 15:55
Compare
Choose a tag to compare

Changed

  • Upgrade dependencies, especially to fix an issue affecting TypeScript users (axios/axios#3219).

3.0.1

03 Oct 15:54
Compare
Choose a tag to compare

Fixed

  • Access to remaining credits was always returning null due to a packaging issue.

2.0.1

03 Oct 15:55
Compare
Choose a tag to compare

Fixed

  • Fix access to remaining credits due to the removal of the response header ipregistry-credits from the Ipregistry API.

3.0.0

02 Oct 21:56
Compare
Choose a tag to compare

Changed

  • Caching is now optional and disabled by default.
  • Default timeout value has been increased to 15s from 3s.

2.0.0

02 Oct 21:56
Compare
Choose a tag to compare

Changed

  • [BREAKING] All client methods use a new ApiResponse type as response.
    You can now access usage data (i.e. remaining credits, throttling info) in addition to IP payloads.

1.4.0

02 Oct 21:57
Compare
Choose a tag to compare

Added

  • New field connection.route in response model.
  • Introduce new value cdn for field connection.type.

Fixed

  • Define a null union type for all fields that can have a null value.