Releases: ipregistry/ipregistry-javascript
Releases · ipregistry/ipregistry-javascript
4.0.0
Changed
- [BREAKING] Rename DefaultCache to InMemoryCache.
- Upgrade dependencies.
3.1.0
Changed
- Use Authorization header instead of the key query parameter to pass API keys.
3.0.2
Changed
- Upgrade dependencies, especially to fix an issue affecting TypeScript users (axios/axios#3219).
3.0.1
Fixed
- Access to remaining credits was always returning
null
due to a packaging issue.
2.0.1
Fixed
- Fix access to remaining credits due to the removal of the response header
ipregistry-credits
from the Ipregistry API.
3.0.0
Changed
- Caching is now optional and disabled by default.
- Default timeout value has been increased to 15s from 3s.
2.0.0
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
Added
- New field
connection.route
in response model. - Introduce new value
cdn
for fieldconnection.type
.
Fixed
- Define a null union type for all fields that can have a
null
value.