File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,20 @@ endif::[]
21
21
// Using the template above, release notes go here.
22
22
// CHANGELOG_AUTOMATION_KEYWORD
23
23
24
+ [[release-notes-v1.7.1]]
25
+ === v1.7.1 - 2023/01/09
26
+ * Fixed: php apm segfaults on a zend error/php warning {pull}834[#834]
27
+
24
28
[[release-notes-v1.7.0]]
25
29
=== v1.7.0 - 2022/10/13
26
30
* Added support for automatically capturing MySQLi: {pull}688[#688]
27
31
* Fixed: Inferred spans when used with Laravel: {pull}796[#796]
28
32
* Fixed: CustomErrorData not found issue: {pull}797[#797]
29
33
34
+ [[release-notes-v1.6.2]]
35
+ === v1.6.2 - 2022/11/17
36
+ * Backported support for automatically capturing MySQLi: {pull}688[#688]
37
+
30
38
[[release-notes-v1.6.1]]
31
39
=== v1.6.1 - 2022/09/12
32
40
* Fixed: Current implementation for Improved Granularity for SQL Databases doesn't account for SQL USE statement: {pull}759[#759]
Original file line number Diff line number Diff line change 3
3
[[release-notes]]
4
4
== Release notes
5
5
6
+ * <<release-notes-v1.7.1>>
6
7
* <<release-notes-v1.7.0>>
8
+ * <<release-notes-v1.6.2>>
7
9
* <<release-notes-v1.6.1>>
8
10
* <<release-notes-v1.6>>
9
11
* <<release-notes-v1.5.2>>
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ final class ElasticApm
35
35
{
36
36
use StaticClassTrait;
37
37
38
- public const VERSION = '1.7.0 ' ;
38
+ public const VERSION = '1.7.1 ' ;
39
39
40
40
/**
41
41
* Begins a new transaction and sets it as the current transaction.
Original file line number Diff line number Diff line change 18
18
*/
19
19
#pragma once
20
20
21
- #define PHP_ELASTIC_APM_VERSION "1.7.0 "
21
+ #define PHP_ELASTIC_APM_VERSION "1.7.1 "
You can’t perform that action at this time.
0 commit comments