-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Fing Admin edited this page May 19, 2022
·
12 revisions
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. Types of changes: Added, Changed, Deprecated, Removed, Fixed, Security.
- Minor security improvements to Android service.
- Major fix to discovery engine to prevent mixing different sources for ARP table across rounds.
- Increased minimum SDK version to 22 (LOLLIPOP_MR1) to remove custom trust manager.
- Minor fixes to discovery engine to address sporadic crashes.
- Fixed an issue that was preventing device recognition to complete in some case.
- Uses okHttp backward-compatible method so that okHttp 3.x can also be used instead of the official okHttp 4.x.
- Removed dependencies from deprecated Apache Http and replaced with okHttp.
- Bugs in the scanning engine.
- MAC addresses in the scan are back. The new engine provides again the MAC address on Android SDK.
- Support for Android 10.
- Discards Fake MAC addresses in the output.
- Adds new property isLLA and isFake to clarify which detected devices have fake or randomised. MAC Addresses
- Bugs in the scanning engine.
- Incorrect inclusion of SNMP library.