-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into NR-322277-media-streaming
- Loading branch information
Showing
231 changed files
with
51,472 additions
and
435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
...ocs/release-notes/agent-release-notes/php-release-notes/php-agent-11-6-0-19.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
subject: PHP agent | ||
releaseDate: '2025-02-18' | ||
version: 11.6.0.19 | ||
downloadLink: 'https://download.newrelic.com/php_agent/archive/11.6.0.19' | ||
features: ['Add aws-sdk-php 3 SQS support', 'Add php-amqplib 3.7 RabbitMQ support', 'Add Yii 1.1 RabbitMQ support', 'Add message segment MessageBroker functionality'] | ||
bugs: ['Fixes memory leak in Laravel Queue Instrumentation', 'Fixes nr_header_create_distributed_trace_map memory leak', 'Fixes daemon to enable go_vet check'] | ||
security: ['Upgrade Golang version to 1.23.6'] | ||
--- | ||
|
||
## New Relic PHP agent v11.6.0.19 | ||
|
||
### New features | ||
|
||
* Added support for aws-sdk-php SQS version 3 instrumentation | ||
* Added support for php-amqplib version 3.7 RabbitMQ instrumentation | ||
* Added support for Yii version 1.1 instrumentation | ||
* The agent will now generate MessageBroker metrics and attributes | ||
|
||
### Security | ||
|
||
* Daemon Golang version upgraded to 1.23.6 | ||
|
||
### Bug fixes | ||
|
||
* Fixed daemon to enable `go vet` check on pull requests | ||
* Fixed memory leak in Laravel Queue Instrumentation | ||
* Fixed nr_header_create_distributed_trace_map memory leak | ||
|
||
### Support statement | ||
|
||
* New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months. For more information on supported agent versions and EOL timelines, check out our [New Relic PHP Agent EOL policy](https://docs.newrelic.com/docs/apm/agents/php-agent/getting-started/php-agent-eol-policy/). | ||
* The [PHP agent compatibility and requirements](https://docs.newrelic.com/docs/apm/agents/php-agent/getting-started/php-agent-compatibility-requirements/) page should be consulted for the latest information on supported PHP versions and platforms. | ||
|
||
<Callout variant="important"> | ||
**For installations using an unsupported PHP version or platform, it's highly recommended that you disable the auto-update mechanisms for the PHP agent packages.** This can be done by adding the PHP agent packages to an exclusion list for package upgrades. Or you could version pin the PHP agent package to an agent version that supports the old, unsupported feature(s). Failure to prevent upgrades may result in a newer agent release being installed and the removal of support for the required, unsupported features. This would disrupt APM data collection. | ||
|
||
The PHP agent packages that are affected are: | ||
|
||
* newrelic-php5 | ||
* newrelic-php5-common | ||
* newrelic-daemon | ||
</Callout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.