Skip to content

Releases: Krzysztofz01/AccessPointMap

v1.4.1

24 Feb 17:00
80fcf3d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

20 Dec 12:44
d45f7e3
Compare
Choose a tag to compare

What's Changed

Changes:

  • Support for SQLite datbase
  • Performance improvements via full application cancellation token support
  • Improved application logging
  • A lot of application architecture and ,,best-practices'' improvements
  • Refactor of the current base controller code base
  • Support for more detailed API response codes and messages
  • Refresh token authenitcation vulnerability fix
  • Potential regex based denail of service vulnerability fix
  • Efcore query spliting behaviour performance optimization
  • Depreacted IDataAccess removed
  • Dependencies version bump

Full Changelog: v1.3.1...v1.4.0

v1.3.1

25 Aug 10:35
843085f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

05 Aug 12:16
2534c6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

18 Jul 09:54
9afdbc9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

03 Jul 13:05
Compare
Choose a tag to compare

A braking-change in the AccessPointMap project that allows for the storage of raw IEEE 802.11 frames and the introduction of support for data from Wireshark. The system of parsing raw payloads containing access point security-protocols has also been improved. Here is the list of changes:

  • Pcap parsing and storage system implementation
  • OUI and PCAP parsing support for integrations [Breaking-change]
  • Stable rework release of the Aircrack-ng integration
  • Aircrack-ng integration CSV parsing signal strength bug fix
  • Stable rework release of the WiGLE integration
  • New Wireshark integration implementationaa
  • AccessPoint security payload parsing system rework [Breaking-change]
  • Dependencies version bump
  • Repository exist check performance fix
  • Entity creation date bug fix
  • Anti-XSS system false-positive bug fix

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

31 May 10:50
5a530d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.0.1

06 Apr 23:22
d80ed9c
Compare
Choose a tag to compare

The license notices has been updated to also include information about libraries used for unit and integration tests.

What's Changed

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

v1.0.0

03 Mar 20:26
c1eefb7
Compare
Choose a tag to compare

After about 3 years of work on the project, it can be stated that a stable and functional version of the AccessPointMap platform is ready. Over time, the platform has changed very much, previous unofficial versions:

  • 0.1.0 - The first version in PHP.
  • 0.2.0 - Monolithic version in PHP.
  • 0.3.0 - Version separated into Node/ExpressJS microservices.
  • 0.4.0 - Minimal version in ASP.NET.
  • 0.5.0 - Updated clean-architecture ASP.NET version.

Version 1.0.0 is a monolith implemented with the Domain-Driven-Design and CQRS pattern. Here is a list of the most important changes.

What's Changed

Full Changelog: https://github.com/Krzysztofz01/AccessPointMap/commits/v1.0.0