Skip to content

Bump ipinfo-api from 1.1 to 2.1#140

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/io.ipinfo-ipinfo-api-2.1
Closed

Bump ipinfo-api from 1.1 to 2.1#140
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/io.ipinfo-ipinfo-api-2.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2021

Bumps ipinfo-api from 1.1 to 2.1.

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.1.0

  • Added Relay and Service fields to io.ipinfo.api.model.Privacy.

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

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.1.
- [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.1)

---
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 Nov 15, 2021
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jul 12, 2022

Superseded by #150.

@dependabot dependabot bot closed this Jul 12, 2022
@dependabot dependabot bot deleted the dependabot/gradle/io.ipinfo-ipinfo-api-2.1 branch July 12, 2022 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