Skip to content

Bump ipinfo-api from 1.1 to 2.1.1#150

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 12, 2022

Bumps ipinfo-api from 1.1 to 2.1.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
  • 7cdad39 bump to 2.1.1
  • 85fad9d Merge pull request #31 from ipinfo/soban/upgrade-gson-to-2.9.0
  • 4ca81c5 corrected changed response against ip 1.1.1.1 for test
  • d286963 updated gson library
  • 37bd41e fix tests: this will change very soon in the API.
  • c9cb60d 2.2 dev.
  • a09d978 dont use settings here; must be on users machine.
  • 37c5727 bump vsn to 2.1.
  • b569a26 Merge pull request #25 from ipinfo/uman/relay-service-fields
  • c69afc3 vsn bump.
  • 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.1.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.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 Jul 12, 2022
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