[PR #6593] Bump github.com/oschwald/maxminddb-golang from 1.12.0 to 1.13.1 #26325

Open
opened 2026-08-05 07:07:11 -04:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/netbirdio/netbird/pull/6593

State: closed
Merged: No


Bumps github.com/oschwald/maxminddb-golang from 1.12.0 to 1.13.1.

Release notes

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

1.13.1

  • Return the *net.IPNet in canonical form when using NetworksWithin to look up a network more specific than the one in the database. Previously, the IP field on the *net.IPNet would be set to the IP from the lookup network rather than the first IP of the network.
  • NetworksWithin will now correctly handle an *net.IPNet parameter that is not in canonical form. This issue would only occur if the *net.IPNet was manually constructed, as net.ParseCIDR returns the value in canonical form even if the input string is not.

1.13.0

  • Go 1.21 or greater is now required.
  • The error messages when decoding have been improved. #119
Changelog

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

1.13.1 - 2024-06-28

  • Return the *net.IPNet in canonical form when using NetworksWithin to look up a network more specific than the one in the database. Previously, the IP field on the *net.IPNet would be set to the IP from the lookup network rather than the first IP of the network.
  • NetworksWithin will now correctly handle an *net.IPNet parameter that is not in canonical form. This issue would only occur if the *net.IPNet was manually constructed, as net.ParseCIDR returns the value in canonical form even if the input string is not.

1.13.0 - 2024-06-03

  • Go 1.21 or greater is now required.
  • The error messages when decoding have been improved. #119
Commits
  • 616cde2 Merge pull request #140 from oschwald/greg/fix-networks-within
  • b2df6c3 Handle input values that are not in canonical form
  • 81d3c39 Set network number to first IP in network
  • beb721f Use subtests
  • c2fcd44 Merge pull request #138 from oschwald/dependabot/go_modules/golang.org/x/sys-...
  • b8bbcf1 Bump golang.org/x/sys from 0.20.0 to 0.21.0
  • af999f7 Merge pull request #137 from oschwald/dependabot/github_actions/golangci/gola...
  • da33dbc Bump golangci/golangci-lint-action from 3 to 6
  • c1361f0 Merge pull request #119 from oschwald/greg/improve-errors
  • 32f205a Wrap errors when decoding map values
  • 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)
**Original Pull Request:** https://github.com/netbirdio/netbird/pull/6593 **State:** closed **Merged:** No --- Bumps [github.com/oschwald/maxminddb-golang](https://github.com/oschwald/maxminddb-golang) from 1.12.0 to 1.13.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oschwald/maxminddb-golang/releases">github.com/oschwald/maxminddb-golang's releases</a>.</em></p> <blockquote> <h2>1.13.1</h2> <ul> <li>Return the <code>*net.IPNet</code> in canonical form when using <code>NetworksWithin</code> to look up a network more specific than the one in the database. Previously, the <code>IP</code> field on the <code>*net.IPNet</code> would be set to the IP from the lookup network rather than the first IP of the network.</li> <li><code>NetworksWithin</code> will now correctly handle an <code>*net.IPNet</code> parameter that is not in canonical form. This issue would only occur if the <code>*net.IPNet</code> was manually constructed, as <code>net.ParseCIDR</code> returns the value in canonical form even if the input string is not.</li> </ul> <h2>1.13.0</h2> <ul> <li>Go 1.21 or greater is now required.</li> <li>The error messages when decoding have been improved. <a href="https://redirect.github.com/oschwald/maxminddb-golang/issues/119">#119</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/oschwald/maxminddb-golang/blob/main/CHANGELOG.md">github.com/oschwald/maxminddb-golang's changelog</a>.</em></p> <blockquote> <h2>1.13.1 - 2024-06-28</h2> <ul> <li>Return the <code>*net.IPNet</code> in canonical form when using <code>NetworksWithin</code> to look up a network more specific than the one in the database. Previously, the <code>IP</code> field on the <code>*net.IPNet</code> would be set to the IP from the lookup network rather than the first IP of the network.</li> <li><code>NetworksWithin</code> will now correctly handle an <code>*net.IPNet</code> parameter that is not in canonical form. This issue would only occur if the <code>*net.IPNet</code> was manually constructed, as <code>net.ParseCIDR</code> returns the value in canonical form even if the input string is not.</li> </ul> <h2>1.13.0 - 2024-06-03</h2> <ul> <li>Go 1.21 or greater is now required.</li> <li>The error messages when decoding have been improved. <a href="https://redirect.github.com/oschwald/maxminddb-golang/issues/119">#119</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oschwald/maxminddb-golang/commit/616cde253906d5cc70f40579d04974776e6086d2"><code>616cde2</code></a> Merge pull request <a href="https://redirect.github.com/oschwald/maxminddb-golang/issues/140">#140</a> from oschwald/greg/fix-networks-within</li> <li><a href="https://github.com/oschwald/maxminddb-golang/commit/b2df6c39f0cd1f30e8141b9d279237423128896e"><code>b2df6c3</code></a> Handle input values that are not in canonical form</li> <li><a href="https://github.com/oschwald/maxminddb-golang/commit/81d3c39d0f045f99e040513391051ac1007a92b6"><code>81d3c39</code></a> Set network number to first IP in network</li> <li><a href="https://github.com/oschwald/maxminddb-golang/commit/beb721f806458b718794f196720e82412dbdf49b"><code>beb721f</code></a> Use subtests</li> <li><a href="https://github.com/oschwald/maxminddb-golang/commit/c2fcd4409c7b3a39c1c51be1b43f02e030929eee"><code>c2fcd44</code></a> Merge pull request <a href="https://redirect.github.com/oschwald/maxminddb-golang/issues/138">#138</a> from oschwald/dependabot/go_modules/golang.org/x/sys-...</li> <li><a href="https://github.com/oschwald/maxminddb-golang/commit/b8bbcf199da38a1afd0c643721e6022905094a07"><code>b8bbcf1</code></a> Bump golang.org/x/sys from 0.20.0 to 0.21.0</li> <li><a href="https://github.com/oschwald/maxminddb-golang/commit/af999f7573e27a5b069a846a1d92233c374bc5f0"><code>af999f7</code></a> Merge pull request <a href="https://redirect.github.com/oschwald/maxminddb-golang/issues/137">#137</a> from oschwald/dependabot/github_actions/golangci/gola...</li> <li><a href="https://github.com/oschwald/maxminddb-golang/commit/da33dbc7ed20a0349a1244a1273e2874c20261a3"><code>da33dbc</code></a> Bump golangci/golangci-lint-action from 3 to 6</li> <li><a href="https://github.com/oschwald/maxminddb-golang/commit/c1361f056a20f34eacc76df8f3d5b8a80f7d70f0"><code>c1361f0</code></a> Merge pull request <a href="https://redirect.github.com/oschwald/maxminddb-golang/issues/119">#119</a> from oschwald/greg/improve-errors</li> <li><a href="https://github.com/oschwald/maxminddb-golang/commit/32f205a55c02fa459568b795a71c6e6663b4f461"><code>32f205a</code></a> Wrap errors when decoding map values</li> <li>Additional commits viewable in <a href="https://github.com/oschwald/maxminddb-golang/compare/v1.12.0...v1.13.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/oschwald/maxminddb-golang&package-manager=go_modules&previous-version=1.12.0&new-version=1.13.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
saavagebueno added the pull-request label 2026-08-05 07:07:11 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#26325