8000 Releases Β· flightphp/apm Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: flightphp/apm

v0.3.3

29 Apr 13:30
23629f4
Compare
Choose a tag to compare

What's Changed

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

v0.3.2

02 Apr 03:00
Compare
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
Compare
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
Compare
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
3af8fc1 10000
Compare
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
Compare
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

v0.2.0

15 Mar 16:15
Compare
Choose a tag to compare

What's changed?

  • Corrected a bad cache piece of logic in the SqlitePresenter
  • Max of 500 requests at a time
  • Only good for Sqlite now. Others to come in the future
  • Other misc fixes

Full Changelog: v0.1.1...v0.2.0

v0.1.1

15 Mar 05:31
Compare
Choose a tag to compare

What's Changed

  • Fleshed out more events.
  • Cleaned up so much code
  • Refactored like crazy

Full Changelog: v0.1.0...v0.1.1

Initial Beta Release

14 Mar 05:40
Compare
Choose a tag to compare

Initial Beta Release for the Flight PHP APM

Full Changelog: https://github.com/flightphp/apm/commits/v0.1.0

0