Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump the composer-production-dependencies group across 1 directory with 8 updates #351

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 25, 2025

Updates the requirements on monolog/monolog, open-telemetry/api, open-telemetry/sdk, open-telemetry/exporter-otlp, open-telemetry/opentelemetry-auto-slim, open-telemetry/detector-container, open-telemetry/opentelemetry-logger-monolog and php-di/php-di to permit the latest version.
Updates monolog/monolog to 3.9.0

Release notes

Sourced from monolog/monolog's releases.

3.9.0

  • BC Warning: Fixed SendGridHandler to use the V3 API as V2 is now shut down, but this requires a new API key (#1952)
  • Deprecated Monolog\Test\TestCase in favor of Monolog\Test\MonologTestCase (#1953)
  • Added extension point for NativeMailerHandler::mail (#1948)
  • Added setHandler method to BufferHandler to modify the nested handler at runtime (#1946)
  • Fixed date format in ElasticsearchFormatter to use +00:00 vs +0000 tz identifiers (#1942)
  • Fixed GelfMessageFormatter handling numeric context/extra keys (#1932)

Full Changelog: Seldaek/monolog@3.8.1...3.9.0

Changelog

Sourced from monolog/monolog's changelog.

3.9.0 (2025-03-24)

  • BC Warning: Fixed SendGridHandler to use the V3 API as V2 is now shut down, but this requires a new API key (#1952)
  • Deprecated Monolog\Test\TestCase in favor of Monolog\Test\MonologTestCase (#1953)
  • Added extension point for NativeMailerHandler::mail (#1948)
  • Added setHandler method to BufferHandler to modify the nested handler at runtime (#1946)
  • Fixed date format in ElasticsearchFormatter to use +00:00 vs +0000 tz identifiers (#1942)
  • Fixed GelfMessageFormatter handling numeric context/extra keys (#1932)

3.8.1 (2024-12-05)

  • Deprecated Monolog\DateTimeImmutable in favor of Monolog\JsonSerializableDateTimeImmutable (#1928)
  • Fixed gelf keys not being valid when context/extra data keys have spaces in them (#1927)
  • Fixed empty lines appearing in the stack traces when a custom formatter returned null (#1925)

3.8.0 (2024-11-12)

  • Added $fileOpenMode param to StreamHandler to define a custom fopen mode to open the log file (#1913)
  • Fixed PHP 8.4 deprecation notices (#1903)
  • Added ability to extend/override IntrospectionProcessor (#1899)
  • Added $timeout param to ProcessHandler to configure the stream_select() timeout to avoid blocking too long (default is 1.0 sec) (#1916)
  • Fixed JsonFormatter batch handling to normalize records individually to make sure they look the same as if they were handled one by one (#1906)
  • Fixed StreamHandler handling of write failures so that it now closes/reopens the stream and retries the write once before failing (#1882)
  • Fixed StreamHandler error handler causing issues if a stream handler triggers an error (#1866)
  • Fixed StreamHandler::reset not closing the stream, so that it would fail to write in some cases with long running processes (#1862)
  • Fixed RotatingFileHandler issue where rotation does not happen in some long running processes (#1905)
  • Fixed JsonFormatter handling of incomplete classes (#1834)
  • Fixed RotatingFileHandler bug where rotation could sometimes not happen correctly (#1905)

3.7.0 (2024-06-28)

  • Added NormalizerFormatter->setBasePath(...) (and JsonFormatter by extension) that allows removing the project's path from the stack trace output (47e301d3e)
  • Fixed JsonFormatter handling of incomplete classes (#1834)
  • Fixed private error handlers causing problems with custom StreamHandler implementations (#1866)

3.6.0 (2024-04-12)

  • Added LineFormatter->setBasePath(...) that allows removing the project's path from the stack trace output (#1873)
  • Added $includeExtra option in PsrHandler to also use extra data to replace placeholder values in the message (#1852)
  • Added ability to customize what is a duplicated message by extending the DeduplicationHandler (#1879)
  • Added handling for using GelfMessageFormatter together with the AmqpHandler (#1869)
  • Added ability to extend GoogleCloudLoggingFormatter (#1859)
  • Fixed __toString failures in context data crashing the normalization process (#1868)
  • Fixed PHP 8.4 deprecation warnings (#1874)

3.5.0 (2023-10-27)

  • Added ability to indent stack traces in LineFormatter via e.g. indentStacktraces(' ') (#1835)
  • Added ability to configure a max level name length in LineFormatter via e.g. setMaxLevelNameLength(3) (#1850)
  • Added support for indexed arrays (i.e. [] and not {} arrays once json serialized) containing inline linebreaks in LineFormatter (#1818)

... (truncated)

Commits
  • 10d8574 Update changelog
  • 2b8777d SendGrid V3 API (#1952)
  • 5d0da0a Updating while loops to have boolean conditions. (#1956)
  • 6294651 Remove deprecated setType method call in ElasticaFormatter (#1955)
  • 467e764 Fix gelf message formatter failing to handle context/extra numeric keys, fixe...
  • 7ca003e Rename TestCase to MonologTestCase (#1953)
  • 9d6bcfc Fix build (#1954)
  • 45b5e0e Change datetime format from ISO 8601 to ATOM in ElasticsearchFormatter and re...
  • c8bbe52 added possibility to set child handler after instantiation (#1946)
  • 9cfd246 Add a mail() hook to NativeMailHandler. (#1948)
  • Additional commits viewable in compare view

Updates open-telemetry/api to 1.2.3

Release notes

Sourced from open-telemetry/api's releases.

Release 1.2.3

What's Changed:

  • Fix type error when using LateBindingMeter::createObservable{Instrument}() by @​Nevay in 1524

Full Changelog: opentelemetry-php/api@1.2.2...1.2.3

Commits

Updates open-telemetry/sdk to 1.2.2

Release notes

Sourced from open-telemetry/sdk's releases.

Release 1.2.2

What's Changed:

Full Changelog: opentelemetry-php/sdk@1.2.1...1.2.2

Commits

Updates open-telemetry/exporter-otlp to 1.2.1

Release notes

Sourced from open-telemetry/exporter-otlp's releases.

Release 1.2.1

What's Changed:

Full Changelog: opentelemetry-php/exporter-otlp@1.2.0...1.2.1

Commits

Updates open-telemetry/opentelemetry-auto-slim to 1.1.0

Release notes

Sourced from open-telemetry/opentelemetry-auto-slim's releases.

Release 1.1.0

What's Changed:

  • Drop support for PHP 7.4 and 8.0, introduce support for PHP 8.4, fix semconv deprecations by @​intuibase in 315
  • Update contrib packages to SemConv 1.30 by @​brettmc in 327

Full Changelog: opentelemetry-php/contrib-auto-slim@1.0.7...1.1.0

Commits
  • a4ff214 Drop support for PHP 7.4 and 8.0, introduce support for PHP 8.4, fix semconv ...
  • 2a4b89b Update auto-instrumentation packages to SemConv 1.30 (#327)
  • See full diff in compare view

Updates open-telemetry/detector-container to 1.1.0

Release notes

Sourced from open-telemetry/detector-container's releases.

Release 1.1.0

What's Changed:

Full Changelog: opentelemetry-php/contrib-detector-container@1.0.0...1.1.0

Commits

Updates open-telemetry/opentelemetry-logger-monolog to 1.1.0

Release notes

Sourced from open-telemetry/opentelemetry-logger-monolog's releases.

Release 1.1.0

What's Changed:

Full Changelog: opentelemetry-php/contrib-logger-monolog@1.0.0...1.1.0

Commits

Updates php-di/php-di to 7.0.9

Release notes

Sourced from php-di/php-di's releases.

7.0.9

What's Changed

New Contributors

Full Changelog: PHP-DI/PHP-DI@7.0.8...7.0.9

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…tory with 8 updates

Updates the requirements on [monolog/monolog](https://github.com/Seldaek/monolog), [open-telemetry/api](https://github.com/opentelemetry-php/api), [open-telemetry/sdk](https://github.com/opentelemetry-php/sdk), [open-telemetry/exporter-otlp](https://github.com/opentelemetry-php/exporter-otlp), [open-telemetry/opentelemetry-auto-slim](https://github.com/opentelemetry-php/contrib-auto-slim), [open-telemetry/detector-container](https://github.com/opentelemetry-php/contrib-detector-container), [open-telemetry/opentelemetry-logger-monolog](https://github.com/opentelemetry-php/contrib-logger-monolog) and [php-di/php-di](https://github.com/PHP-DI/PHP-DI) to permit the latest version.

Updates `monolog/monolog` to 3.9.0
- [Release notes](https://github.com/Seldaek/monolog/releases)
- [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md)
- [Commits](Seldaek/monolog@3.8.1...3.9.0)

Updates `open-telemetry/api` to 1.2.3
- [Release notes](https://github.com/opentelemetry-php/api/releases)
- [Commits](opentelemetry-php/api@1.1.1...1.2.3)

Updates `open-telemetry/sdk` to 1.2.2
- [Release notes](https://github.com/opentelemetry-php/sdk/releases)
- [Commits](opentelemetry-php/sdk@1.1.2...1.2.2)

Updates `open-telemetry/exporter-otlp` to 1.2.1
- [Release notes](https://github.com/opentelemetry-php/exporter-otlp/releases)
- [Commits](opentelemetry-php/exporter-otlp@1.1.0...1.2.1)

Updates `open-telemetry/opentelemetry-auto-slim` to 1.1.0
- [Release notes](https://github.com/opentelemetry-php/contrib-auto-slim/releases)
- [Commits](opentelemetry-php/contrib-auto-slim@1.0.7...1.1.0)

Updates `open-telemetry/detector-container` to 1.1.0
- [Release notes](https://github.com/opentelemetry-php/contrib-detector-container/releases)
- [Commits](opentelemetry-php/contrib-detector-container@1.0.0...1.1.0)

Updates `open-telemetry/opentelemetry-logger-monolog` to 1.1.0
- [Release notes](https://github.com/opentelemetry-php/contrib-logger-monolog/releases)
- [Commits](opentelemetry-php/contrib-logger-monolog@1.0.0...1.1.0)

Updates `php-di/php-di` to 7.0.9
- [Release notes](https://github.com/PHP-DI/PHP-DI/releases)
- [Commits](PHP-DI/PHP-DI@7.0.7...7.0.9)

---
updated-dependencies:
- dependency-name: monolog/monolog
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: open-telemetry/api
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: open-telemetry/sdk
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: open-telemetry/exporter-otlp
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: open-telemetry/opentelemetry-auto-slim
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: open-telemetry/detector-container
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: open-telemetry/opentelemetry-logger-monolog
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
- dependency-name: php-di/php-di
  dependency-type: direct:production
  dependency-group: composer-production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 25, 2025
Copy link

github-actions bot commented Apr 1, 2025

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions github-actions bot added the Stale label Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants