You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.asciidoc
+18-5Lines changed: 18 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -20,24 +20,37 @@ endif::[]
20
20
21
21
// Using the template above, release notes go here.
22
22
// CHANGELOG_AUTOMATION_KEYWORD
23
+
[[release-notes-v1.11.0]]
24
+
=== v1.11.0 - 2024/01/04
25
+
==== Features
26
+
* Debug option to collect diagnostic information from PHP worker process {pull}#1065[#1065]
27
+
* Enable background (non-blocking) communication with APM Server for any SAPI by default {pull}#1079[#1079]
28
+
* Sending metadata.system.architecture and platform {pull}#1083[#1083]
29
+
30
+
==== Bug fixes
31
+
* Improved packaging script to support other architectures and fixed package naming for x86-64 architecture {pull}#1067[#1067]
32
+
* Fixed exception handling by improving memory allocation and proper exception object copy {pull}#1076[#1076]
33
+
* Fixed building of APM server connection string {pull}#1080[#1080]
34
+
* Allow using environment variables passed via FastCGI for agent configuration {pull}#1113[#1113]
35
+
23
36
[[release-notes-v1.10.0]]
24
37
=== v1.10.0 - 2023/09/12
25
38
[float]
26
39
==== Features
27
-
* Preview of inferred spans feature. It needs to be enabled manually, please refer to documentation <<config-profiling-inferred-spans-enabled>> {pull}1038[#1038]
40
+
* Preview of inferred spans feature. It needs to be enabled manually, please refer to documentation <<config-profiling-inferred-spans-enabled>> {pull}#1038[#1038]
28
41
29
42
==== Bug fixes
30
-
* Detection and logging if agent source code doesn't comply open_basedir limitation {pull}#1044[##1044]
43
+
* Detection and logging if agent source code doesn't comply open_basedir limitation {pull}#1044[#1044]
0 commit comments