v2.9.0

sundowndev/phoneinfogav2.9.0Sep 19, 2022by github-actions[bot]

AI Summary

This release introduces the v2 API routes while deprecating v1, improves error handling in CLI scanners, adds logging configuration support, and expands architecture support to ARMv7.

Key Highlights

  • Introducing v2 API routes and deprecating v1 routes
  • Improved panic handling in CLI scanners
  • Added LOG_LEVEL environment variable support
  • Added support for armv7 architecture (linux & windows)

Breaking Changes

  • v1 API routes are deprecated and will be removed in v3.x

New Features

  • v2 API routes
  • armv7 architecture support

Full Release Notes

## Changelog

* Introducing v2 API routes, deprecating v1 routes (see [api docs](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/sundowndev/phoneinfoga/v2.9.0/web/docs/swagger.yaml))
* Panics in scanners are now properly handled in CLI
* Support for LOG_LEVEL env var to change logger log level (see [logrus](https://github.com/sirupsen/logrus))
* Add support for armv7 architecture (linux & windows)

Please note v1 API routes will be removed in the next major version (v3.x) of Phoneinfoga.
The web client currently still uses those deprecated routes.