Skip to content

Commit 78e2883

Browse files
Prepared for 1.9.0 release (#1001)
* Prepared for 1.9.0 release * Updated changelog
1 parent f1c0dac commit 78e2883

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGELOG.asciidoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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]

docs/release-notes.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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>>

src/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.8.4';
38+
public const VERSION = '1.9.0';
3939

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

src/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.8.4"
21+
#define PHP_ELASTIC_APM_VERSION "1.9.0"

0 commit comments

Comments
 (0)