Skip to content

Releases: flightphp/apm

v0.4.3

11 Nov 15:06
f6c7471

Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

01 Nov 22:03

Choose a tag to compare

What's changed

  • Fixed bad array key warning in apm:worker command

Full Changelog: v0.4.1...v0.4.2

v0.4.1

01 Sep 14:16

Choose a tag to compare

What's Changed

  • A few bug fixes for pre-existing APM data on SQLite.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

01 Sep 13:41

Choose a tag to compare

What's Changed

  • MySQL/MariaDB engine now able to store and process APM metrics.
  • Full refactor (yep) that is better handled by a developer than letter AI go wild. It's in a much better place now for adding future Adapters like Postgres.
  • Renamed some columns in SQLite because AI decided to use protected keywords (timestamp) for some column names. 😠

Full Changelog: v0.3.3...v0.4.0

v0.3.3

29 Apr 13:30
23629f4

Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

02 Apr 03:00

Choose a tag to compare

What's Changed

  • Added option to mask IP addresses for GDPR compliance
  • Overhauled custom event tracking to be more searchable
  • Tightened up some of the dark mode css.

Full Changelog: v0.3.1...v0.3.2

v0.3.1

29 Mar 13:51
9923856

Choose a tag to compare

What's Changed

  • Added IP, User Agent, Host, and Session ID to requests by @n0nag0n in #1

Full Changelog: v0.3.0...v0.3.1

v0.3.0

26 Mar 13:41

Choose a tag to compare

What's changed

  • New search filter to search the request ID
  • Fixed response dist graph to reflect better what is happening within your requests search
  • Fixed run condition with worker
  • Added helpful message for why only 500 requests show up

Full Changelog: v0.2.2...v0.3.0

v0.2.2

26 Mar 04:49

Choose a tag to compare

What's changed

  • New header saved in Flight::response(): X-Flight-Request-Id. Now this value can be used in error messages or other logs within your application.
  • Customized filters for requests
  • Added new purge command to remove any requests over the days specified to keep databases tidy.
  • Moved response code distribution to better reflect the current requests being searched for.
  • Added full JSON of all the request data when you click on the details button next to a request.
  • Misc clean ups of the dashboard

Full Changelog: v0.2.1...v0.2.2

v0.2.1

18 Mar 05:34

Choose a tag to compare

What's changed

  • Updated the times to work with time zones and focus on the browsers locale.
  • Fixed some UI pieces in the dashboard.
  • Added a migration utility for future enhancements to the APM data schema

Full Changelog: v0.2.0...v0.2.1