Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2026

Bumps github.com/oschwald/geoip2-golang from 1.5.0 to 1.13.0.

Release notes

Sourced from github.com/oschwald/geoip2-golang's releases.

1.13.0

  • Add support for GeoIP-City-Redacted-US and GeoIP-Enterprise-Redacted-US. Requested by Tom Anderson. GitHub #134.

1.11.0

  • Go 1.21 or greater is now required.
  • The new is_anycast output is now supported on the GeoIP2 Country, City, and Enterprise databases. #119.

Note: 1.10.0 was accidentally skipped.

1.9.0

  • Rearrange fields in structs to reduce memory usage. Although this does reduce readability, these structs are often created at very rates, making the trade-off worth it.

1.8.0

  • Set Go version to 1.18 in go.mod.

1.7.0

  • Set the minimum Go version in the go.mod file to 1.17.
  • Updated dependencies.

1.6.1

  • This is a re-release with the changes that were supposed to be in 1.6.0.

1.6.0

  • Add support for new mobile_country_code and mobile_network_code outputs on GeoIP2 ISP and GeoIP2 Enterprise.
Changelog

Sourced from github.com/oschwald/geoip2-golang's changelog.

Changes

2.1.0 - 2025-12-22

  • Added support for the GeoIP Anonymous Plus database. This database provides VPN detection with confidence scoring, provider identification, and temporal tracking via the new AnonymousPlus() method.
  • Deprecated IsLegitimateProxy on EnterpriseTraits. MaxMind has deprecated this field and it will be removed in the next major release.
  • Deprecated StaticIPScore on EnterpriseTraits. This field was added in error and has never been populated. It will be removed in the next major release.

2.0.1 - 2025-11-26

  • Upgraded github.com/oschwald/geoip2-golang/v2 to 2.1.1, which fixes an issue that prevented a unclosed memory-mapped file from being unmapped when the reader was garbage collected.

2.0.0 - 2025-10-19

  • BREAKING CHANGE: Lookup methods now require netip.Addr, return typed Names, and provide HasData() helpers while always populating Network/IPAddress fields so network topology remains accessible.
  • BREAKING CHANGE: Struct field casing now matches MaxMind responses (for example IsoCodeISOCode), location coordinates use pointers, and JSON tags rely on Go 1.24 omitzero support—upgrade your toolchain before adopting v2.
  • Added MIGRATION.md with detailed guidance for upgrading from v1.
  • Updated dependency on github.com/oschwald/maxminddb-golang/v2 to v2.0.0.
  • Added configurable Option helpers so Open and OpenBytes can accept future options without forcing a v3 release.
  • BREAKING CHANGE: Removed deprecated FromBytes method. Use OpenBytes instead.

2.0.0-beta.4 - 2025-08-23

  • Updated maxminddb dependency to v2.0.0-beta.9.
  • Added OpenBytes method to match the API changes in maxminddb v2.0.0-beta.9.
  • Deprecated FromBytes method. Use OpenBytes instead. FromBytes will be removed in a future version.

2.0.0-beta.3 - 2025-07-07

  • Added support for GeoIP-City-Redacted-US and GeoIP-Enterprise-Redacted-US. Requested by Tom Anderson. GitHub #134.
  • Upgrade github.com/oschwald/maxminddb-golang/v2 to v2.0.0-beta.7.

2.0.0-beta.2 - 2025-06-28

... (truncated)

Commits
  • b651a19 Upgrade to golangci-lint v2
  • 77feac3 Add support for Redacted US databases
  • 0972ffa Merge pull request #119 from oschwald/greg/add-is-anycast
  • 3d75aca Update maxminddb
  • 4ae4358 Add is_anycast output for location DBs
  • 769ffcd Merge pull request #117 from oschwald/dependabot/github_actions/golangci/gola...
  • bdf366e Bump golangci/golangci-lint-action from 3 to 6
  • 080dd72 Merge pull request #118 from oschwald/greg/lints
  • 6ed528d Update supported Go versions
  • b4eb83a Update golangci-lint config
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 7, 2026
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/oschwald/geoip2-golang-1.13.0 branch from 3f24fc1 to 24d9ecb Compare February 7, 2026 19:26
Bumps [github.com/oschwald/geoip2-golang](https://github.com/oschwald/geoip2-golang) from 1.5.0 to 1.13.0.
- [Release notes](https://github.com/oschwald/geoip2-golang/releases)
- [Changelog](https://github.com/oschwald/geoip2-golang/blob/main/CHANGELOG.md)
- [Commits](oschwald/geoip2-golang@v1.5.0...v1.13.0)

---
updated-dependencies:
- dependency-name: github.com/oschwald/geoip2-golang
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/oschwald/geoip2-golang-1.13.0 branch from 24d9ecb to f895ed9 Compare February 7, 2026 19:27
@mpolden mpolden merged commit 392444c into master Feb 7, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/oschwald/geoip2-golang-1.13.0 branch February 7, 2026 19:30
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant