v2.4.0
sundowndev/phoneinfogav2.4.0Jan 9, 2022by github-actions[bot]
AI Summary
A major update introducing breaking changes including a new Go module path, snake_case API responses, and required API keys for Numverify, alongside architectural refactoring and dependency updates.
Key Highlights
- API response schema changed to snake case
- Go module path changed to `github.com/sundowndev/phoneinfoga/v2`
- Numverify scanner now requires an API key
- Docker multi-arch support added
Breaking Changes
- API response schema changed for the google search scanner (now uses snake case)
- Go module path changed to `github.com/sundowndev/phoneinfoga/v2`
- Numverify scanner now requires an API key to run
New Features
- Numverify scanner now supports authentication
Full Release Notes
:warning: **This release contain several breaking changes**, please note the following: - API response schema changed for the google search scanner. Properties now use snake case. - The Go module path was changed to `github.com/sundowndev/phoneinfoga/v2` - The Numverify scanner now requires an API key to run ## Features - Numverify scanner now support authentication @sundowndev ## Bug fixes - Docker image does not include build information (#779) @sundowndev ## Maintenance - Several architectural changes on scanners and logging #962 @sundowndev - Updated client dependencies @sundowndev - Updated Go dependencies @sundowndev - Add multi-arch support for docker image (#747) @sundowndev - fix all broken URLs of git repo (#778) @shahriarshafin - Create codeql-analysis.yml (#774) @jfcg - Migrate to yarn v2 (#914) @sundowndev