Skip to content

Bump ipinfo-api from 1.1 to 2.0#134

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/io.ipinfo-ipinfo-api-2.0
Closed

Bump ipinfo-api from 1.1 to 2.0#134
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/io.ipinfo-ipinfo-api-2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2021

Copy link
Copy Markdown
Contributor

Bumps ipinfo-api from 1.1 to 2.0.

Release notes

Sourced from ipinfo-api's releases.

Java SDK 2.0

Breaking changes:

  • IPInfo is renamed to IPinfo.
  • IPInfoBuilder is moved into IPinfo.Builder.
  • ASNResponse.numIps is now an Integer instead of a String.
  • The cache implementation now only uses get and set, which accept arbitrary strings, which may not necessarily be IP or ASN strings like "1.2.3.4" and "AS123".

Additions:

  • getBatch, getBatchIps and getBatchAsns allow you to do lookups of multiple entities at once. There is no limit to the size of inputs on these library calls as long as your token has quota.
  • getMap will give you a map URL for https://ipinfo.io/tools/map given a list of IPs.
  • Many new pieces of data have been added that were previously missing. The new dataset reflects all the new data available via raw API calls.
  • The keys given to cache functions will now be versioned. IPinfo.cacheKey must be used to derive the correct key if doing manual lookups.
Changelog

Sourced from ipinfo-api's changelog.

2.0.0

Breaking changes:

  • IPInfo is renamed to IPinfo.
  • IPInfoBuilder is moved into IPinfo.Builder.
  • ASNResponse.numIps is now an Integer instead of a String.
  • The cache implementation now only uses get and set, which accept arbitrary strings, which may not necessarily be IP or ASN strings like "1.2.3.4" and "AS123".

Additions:

  • getBatch, getBatchIps and getBatchAsns allow you to do lookups of multiple entities at once. There is no limit to the size of inputs on these library calls as long as your token has quota.
  • getMap will give you a map URL for https://ipinfo.io/tools/map given a list of IPs.
  • Many new pieces of data have been added that were previously missing. The new dataset reflects all the new data available via raw API calls.
  • The keys given to cache functions will now be versioned. IPinfo.cacheKey must be used to derive the correct key if doing manual lookups.
Commits
  • a51aee1 2.0 release
  • c4c7fdd Merge pull request #24 from ipinfo/uman/updates
  • 735847f simplify cache and use versioned cache keys.
  • 6ed2723 write a changelog
  • 5196f25 add ips/asn-specific batch funcs.
  • e31bd60 rename IPInfo to IPinfo and move builder in.
  • 4e80313 prep for version bump.
  • aa06582 test cases, add any more missing types, and cleanup.
  • 225f767 get most of batch ops now done.
  • 5db11aa get most of batch ops done.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ipinfo-api](https://github.com/ipinfo/java) from 1.1 to 2.0.
- [Release notes](https://github.com/ipinfo/java/releases)
- [Changelog](https://github.com/ipinfo/java/blob/master/CHANGELOG.md)
- [Commits](ipinfo/java@ipinfo-api-1.1...ipinfo-api-2.0)

---
updated-dependencies:
- dependency-name: io.ipinfo:ipinfo-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java labels Aug 3, 2021
@dependabot @github

dependabot Bot commented on behalf of github Nov 15, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #140.

@dependabot dependabot Bot closed this Nov 15, 2021
@dependabot dependabot Bot deleted the dependabot/gradle/io.ipinfo-ipinfo-api-2.0 branch November 15, 2021 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants