Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Releases: philkra/elastic-apm-php-agent

v7.0.0-rc3

07 Nov 15:40
076d9c4
Compare
Choose a tag to compare
v7.0.0-rc3 Pre-release
Pre-release

Merged #103. Last pre-release prior to GA release for support of v2 Intake API.

Thanks your @FreezeWarp

v7.0.0-rc2

19 Sep 06:46
97f6a4f
Compare
Choose a tag to compare
v7.0.0-rc2 Pre-release
Pre-release

Use the automagic destruct function in Agent::__destruct to send the payload on object destroy

v7.0.0-rc1

06 Sep 10:02
c2a1f46
Compare
Choose a tag to compare
v7.0.0-rc1 Pre-release
Pre-release

This is the first release candidate of v7.x with support of:

  • the v2 Intake API of Elastic APM
  • Distributed Tracing

v7.0.0-beta3

05 Sep 13:42
784a448
Compare
Choose a tag to compare
v7.0.0-beta3 Pre-release
Pre-release
  • added support for Span event
  • correct content encoding, gzip

v7.0.0-beta1

28 Aug 09:51
730e403
Compare
Choose a tag to compare
v7.0.0-beta1 Pre-release
Pre-release

Agent Beta RC.1 Release

  • support of v2 Intake API
  • setting of parent transactions in transaction and errors
  • metricset event
  • more examples

v6.5.8

06 May 07:15
2f3a341
Compare
Choose a tag to compare
  • Reset stores after send on not active agent #75
  • Add custom request context #74

v6.5.7

15 Apr 12:36
68232fb
Compare
Choose a tag to compare
  • support for proxy'ied IP
  • fixes in documentation

v6.5.6

24 Mar 18:44
80e79d7
Compare
Choose a tag to compare

Forwarding of proxy/load balanced IP's (#64 )

V6.5.4

07 Mar 06:28
6f43ec1
Compare
Choose a tag to compare

Bugfixes and enhancements

v6.5.3

21 Feb 18:22
9bce623
Compare
Choose a tag to compare

Allow explicit Timer init; PR #49
thank you @dstepe