Skip to content

Commit 1f7899b

Browse files
Prepared for 1.11.0 release (#1117)
1 parent 54e2974 commit 1f7899b

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

CHANGELOG.asciidoc

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,37 @@ endif::[]
2020
2121
// Using the template above, release notes go here.
2222
// 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+
2336
[[release-notes-v1.10.0]]
2437
=== v1.10.0 - 2023/09/12
2538
[float]
2639
==== 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]
2841
2942
==== 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]
3144
3245
[[release-notes-v1.9.1]]
3346
=== v1.9.1 - 2023/07/06
3447
[float]
3548
==== Features
36-
* Added configuration option: GLOBAL_LABELS {pull}1007[#1007]
37-
* Introduced new C++ build environment {pull}985[985]
49+
* Added configuration option: GLOBAL_LABELS {pull}#1007[#1007]
50+
* Introduced new C++ build environment {pull}#985[#985]
3851
3952
==== Bug fixes
40-
* Suppress errors and warnings when internally calling opcache_get_status {pull}1013[#1013]
53+
* Suppress errors and warnings when internally calling opcache_get_status {pull}#1013[#1013]
4154
4255
[[release-notes-v1.9.0]]
4356
=== v1.9.0 - 2023/06/22

agent/native/ext/elastic_apm_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
*/
1919
#pragma once
2020

21-
#define PHP_ELASTIC_APM_VERSION "1.10.0"
21+
#define PHP_ELASTIC_APM_VERSION "1.11.0"

agent/php/ElasticApm/ElasticApm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ final class ElasticApm
3535
{
3636
use StaticClassTrait;
3737

38-
public const VERSION = '1.10.0';
38+
public const VERSION = '1.11.0';
3939

4040
/**
4141
* Begins a new transaction and sets it as the current transaction.

docs/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
[[release-notes]]
44
== Release notes
55

6+
* <<release-notes-v1.11.0>>
7+
* <<release-notes-v1.10.0>>
68
* <<release-notes-v1.9.1>>
79
* <<release-notes-v1.9.0>>
810
* <<release-notes-v1.8.4>>

0 commit comments

Comments
 (0)