Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agent/native/libcommon/code/elastic_apm_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
*/
#pragma once

#define PHP_ELASTIC_APM_VERSION "1.16.0"
#define PHP_ELASTIC_APM_VERSION "1.17.0"
2 changes: 1 addition & 1 deletion agent/php/ElasticApm/ElasticApm.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ final class ElasticApm
{
use StaticClassTrait;

public const VERSION = '1.16.0';
public const VERSION = '1.17.0';

/**
* Begins a new transaction and sets it as the current transaction.
Expand Down
10 changes: 10 additions & 0 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@ To check for security updates, go to [Security announcements for the Elastic sta

% ### Fixes [elastic-apm-php-agent-versionext-fixes]

## 1.17.0 [elastic-apm-php-agent-1170-release-notes]

### Features and enhancements [elastic-apm-php-agent-1170-features-enhancements]

- Add experimental PHP 8.5 compatibility [#1397](https://github.com/elastic/apm-agent-php/pull/1397)

### Fixes [elastic-apm-php-agent-1170-fixes]

- bump guzzlehttp/guzzle to fix security vulnerability in tests (non-production) [#1484](https://github.com/elastic/apm-agent-php/pull/1484)

## 1.16.0 [elastic-apm-php-agent-1160-release-notes]
**Release date:** March 11, 2026

Expand Down
Loading