Skip to content

Latest commit

 

History

History
119 lines (93 loc) · 3.29 KB

CHANGELOG.asciidoc

File metadata and controls

119 lines (93 loc) · 3.29 KB
Note
For the best reading experience, please view this documentation at elastic.co

v1.2 - 2021/06/29

Features

  • Collecting data for Error rate chart: {pull}441[#441]

  • HOSTNAME configuration option: {pull}440[#440]

  • Collecting data for Time spent by span type chart: {pull}436[#436]

  • ensureParentId() API: {pull}431[#431]

Bug fixes

  • Fixed missing subtype and action for DB spans and DB not showing on Service Map: {pull}443[#443]

v1.1 - 2021/06/01

Features

  • Support for PHP 8.0: {pull}365[#365]

  • Support for Central (AKA Remote) Agents Configuration {pull}134[#134]

v1.0.1 - 2021/04/01

Bug fixes

  • Fixed missing query string: {pull}390[#390]

  • Fixed $_SERVER not set when auto_globals_jit = On: {pull}392[#392]

v1.0 - 2021/03/23

Breaking changes

  • Simplify API for manual passing of distributed tracing data: {pull}357[#357]

  • Removed NOTICE log level: {pull}329[#329]

  • setLabel() have been moved to under context(): {pull}276[#276]

Bug fixes

  • Small fixes to examples in docs: {pull}355[#355]

  • Exclude query string from a transaction name: {pull}285[#285]

Features

  • Added support for distributed tracing: {pull}283[#283]

  • Added Error events: {pull}282[#282]

  • Add support for TRANSACTION_MAX_SPANS configuration option : {pull}260[#260]

v1.0.0-beta1

Breaking changes

  • setLabel() have been moved to under context(): {pull}276[#276]

Bug fixes

  • Exclude query string from a transaction name: {pull}285[#285]

  • Added check that the corresponding extension is loaded before instrumenting it: {pull}228[#228]

Features

  • Added support for distributed tracing: {pull}283[#283]

  • Added Error events: {pull}282[#282]

  • Add support for TRANSACTION_MAX_SPANS configuration option : {pull}260[#260]

  • Added SERVER_TIMEOUT configuration option: {pull}245[#245]

  • Automatically capture stack trace for spans: {pull}232[#232]

  • Added VERIFY_SERVER_CERT configuration option: {pull}225[#225]

  • Implemented sampling (TRANSACTION_SAMPLE_RATE): {pull}216[#216]

v0.3

Bug fixes

  • Uninstallation support for Alpine Linux: {pull}240[#240]

  • Added check that the corresponding extension is loaded before instrumenting it: {pull}228[#228]

Features

  • Added SERVER_TIMEOUT configuration option: {pull}245[#245]

  • Automatically capture stack trace for spans: {pull}232[#232]

  • Added VERIFY_SERVER_CERT configuration option: {pull}225[#225]

  • Package deb/rpm/tar.gz with fpm (1st delivery): {pull}79[#79]

  • Implemented sampling (TRANSACTION_SAMPLE_RATE): {pull}216[#216]

  • Support multiple PHP APIs: {pull}121[#121]

  • Debian Linux package installation with post-install: {pull}98[#98]

PHP Agent version alpha/preview

Alpha1 release

Coming soon