Skip to content

Releases: projectdiscovery/asnmap

v1.1.1

27 Jun 03:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

01 Mar 00:18
Compare
Choose a tag to compare

What's Changed

Important

The existing ASNMap API without authentication will continue operating until March 14th, 2024. This grace period allows existing users ample time to transition to the newly updated client. After this date, only the new authenticated API will be available, and the unauthenticated version will be discontinued.

Full Changelog: v1.0.6...v1.1.0

v1.0.6

09 Nov 14:08
Compare
Choose a tag to compare

What's Changed

🐞 Bugs Fixes

Full Changelog: v1.0.5...v1.0.6

v1.0.5

22 Sep 15:28
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

09 May 21:46
Compare
Choose a tag to compare

What's Changed

  • Fixed issue with fatal error upon timeout by @Mzack9999 in #113
  • chore(deps): bump github.com/projectdiscovery/utils from 0.0.25 to 0.0.26 by @dependabot in #112
  • chore(deps): bump github.com/projectdiscovery/gologger from 1.1.8 to 1.1.9 by @dependabot in #114
  • chore(deps): bump github.com/projectdiscovery/retryabledns from 1.0.23 to 1.0.24 by @dependabot in #116
  • chore(deps): bump golang from 1.20.3-alpine to 1.20.4-alpine by @dependabot in #117
  • chore(deps): bump github.com/projectdiscovery/utils from 0.0.26 to 0.0.29 by @dependabot in #118

Full Changelog: v1.0.3...v1.0.4

v1.0.3

26 Apr 18:20
e95836f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

13 Mar 13:04
4bfffc3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

02 Mar 09:14
94b7b76
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

09 Feb 14:16
eb4a927
Compare
Choose a tag to compare

Breaking Change Notice:

If you have been using asnmap as a library in your Go code, please be advised that there is a breaking change in the latest release.
Specifically, the API for using asnmap as a library has changed and may affect existing code that relies on previous versions of the library.

We strongly advise you to review the updated usage instructions at https://github.com/projectdiscovery/asnmap#use-asnmap-as-a-library before upgrading to the latest version of asnmap.


What's Changed

New Contributors

Full Changelog: v0.0.1...v1.0.0

v0.0.1

29 Sep 09:45
Compare
Choose a tag to compare
  • Initial release