Releases: projectdiscovery/asnmap
v1.1.1
What's Changed
- Fixed issue with reading input from file by @RamanaReddy0M in #383
- Fixed issue with response parsing by @dogancanbakir in #356
- Fixed issue with stdout output by @dogancanbakir in #303
New Contributors
- @olearycrew made their first contribution in #296
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Added token authentication to ASNMap API by @RamanaReddy0M in #284
- Fixed issue with output option in JSONL format by @dogancanbakir in #183
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
What's Changed
🐞 Bugs Fixes
- Adding missing response json tags by @Mzack9999 in #213
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
Other Changes
- Fixed (potential) SIGV err by @dogancanbakir in #175
New Contributors
- @atxiii made their first contribution in #131
- @dogancanbakir made their first contribution in #175
Full Changelog: v1.0.4...v1.0.5
v1.0.4
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
What's Changed
- Added domain as input in JSONL output by @leesoh in #106
- Added self-update option by @RamanaReddy0M in #91
New Contributors
- @RamanaReddy0M made their first contribution in #91
- @HackTheBridge made their first contribution in #98
- @leesoh made their first contribution in #106
Full Changelog: v1.0.2...v1.0.3
v1.0.2
v1.0.1
What's Changed
- Fixed docker build failure by @Mzack9999 in #79
- Fixed GOPROXY version tagging inconsistency by @Mzack9999 in #80
Full Changelog: v1.0.0...v1.0.1
v1.0.0
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
- Fixed multiple issues + code refactor by @Mzack9999 in #49
- Added proxy support by @parrasajad in #10
- Added utils helper libraries by @edoardottt in #20
New Contributors
- @parrasajad made their first contribution in #10
- @edoardottt made their first contribution in #20
- @Mzack9999 made their first contribution in #49
- @ehsandeep made their first contribution in #56
Full Changelog: v0.0.1...v1.0.0