File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,21 @@ endif::[]
2020
2121// Using the template above, release notes go here.
2222// CHANGELOG_AUTOMATION_KEYWORD
23+ [[release-notes-v1.9.0]]
24+ === v1.9.0 - 2023/06/22
25+ [float]
26+ ==== Features
27+ * Added container ID detection {pull}966[#966]
28+ * Extended span compression support to spans without service target {pull}944[#944]
29+ * Added auto-instrumentation for capturing WordPress filters/actions callbacks and the active theme {pull}948[#948]
30+ * Added configuration option STACK_TRACE_LIMIT {pull}995[#995]
31+ * Added SPAN_STACK_TRACE_MIN_DURATION configuration option {pull}996[#996]
32+ * Implemented backoff on failure in communication to APM Server {pull}999[#999]
33+
34+ ==== Bug fixes
35+ * Fixed not cleaning up connection data in sync backend comm. mode {pull}957[#957]
36+ * Fixed crash when https://www.php.net/manual/en/function.opcache-reset.php[`opcache_reset()`] is used {pull}1000[#1000]
37+
2338[[release-notes-v1.8.4]]
2439=== v1.8.4 - 2023/05/17
2540[float]
Original file line number Diff line number Diff line change 33[[release-notes]]
44== Release notes
55
6+ * <<release-notes-v1.9.0>>
67* <<release-notes-v1.8.4>>
78* <<release-notes-v1.8.3>>
89* <<release-notes-v1.8.2>>
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ final class ElasticApm
3535{
3636 use StaticClassTrait;
3737
38- public const VERSION = '1.8.4 ' ;
38+ public const VERSION = '1.9.0 ' ;
3939
4040 /**
4141 * Begins a new transaction and sets it as the current transaction.
Original file line number Diff line number Diff line change 1818 */
1919#pragma once
2020
21- #define PHP_ELASTIC_APM_VERSION "1.8.4 "
21+ #define PHP_ELASTIC_APM_VERSION "1.9.0 "
You can’t perform that action at this time.
0 commit comments