Skip to content
New issue

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

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

Already on GitHub? # to your account

chore(deps): update quoteservice #67

Closed
wants to merge 1 commit into from

Conversation

elastic-renovate-prod[bot]
Copy link

@elastic-renovate-prod elastic-renovate-prod bot commented Sep 1, 2024

This PR contains the following updates:

Package Type Update Change
composer minor 2.7 -> 2.8
composer final minor 2.7 -> 2.8
guzzlehttp/guzzle (source) require minor 7.8.1 -> 7.9.2
monolog/monolog require minor 3.5.0 -> 3.8.1
open-telemetry/api require minor 1.0.3 -> 1.2.0
open-telemetry/exporter-otlp require minor 1.0.4 -> 1.2.0
open-telemetry/opentelemetry-auto-slim (source) require patch 1.0.6 -> 1.0.7
open-telemetry/sdk require minor 1.0.8 -> 1.2.0
php minor 8.3-cli -> 8.4-cli
php stage minor 8.3-cli -> 8.4-cli
php-di/php-di (source) require patch 7.0.6 -> 7.0.7
php-di/slim-bridge require patch 3.4.0 -> 3.4.1
php-http/guzzle7-adapter (source) require minor 1.0.0 -> 1.1.0
react/http require minor v1.9.0 -> v1.11.0
slim/psr7 (source) require minor 1.6.1 -> 1.7.0
slim/slim (source) require minor 4.12.0 -> 4.14.0

Release Notes

guzzle/guzzle (guzzlehttp/guzzle)

v7.9.2

Compare Source

Fixed
  • Adjusted handler selection to use cURL if its version is 7.21.2 or higher, rather than 7.34.0

v7.9.1

Compare Source

Fixed
  • Fix TLS 1.3 check for HTTP/2 requests

v7.9.0

Compare Source

Changed
  • Improve protocol version checks to provide feedback around unsupported protocols
  • Only select the cURL handler by default if 7.34.0 or higher is linked
  • Improved CurlMultiHandler to avoid busy wait if possible
  • Dropped support for EOL guzzlehttp/psr7 v1
  • Improved URI user info redaction in errors

v7.8.2

Compare Source

Added
  • Support for PHP 8.4
Seldaek/monolog (monolog/monolog)

v3.8.1

Compare Source

  • 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)

v3.8.0

Compare Source

  • 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)

v3.7.0

Compare Source

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

v3.6.0

Compare Source

  • 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)
opentelemetry-php/api (open-telemetry/api)

v1.2.0

Compare Source

What's Changed:

Full Changelog: opentelemetry-php/api@1.1.2...1.2.0

v1.1.2

Compare Source

What's Changed:

Full Changelog: opentelemetry-php/api@1.1.1...1.1.2

v1.1.1

Compare Source

What's Changed:

Full Changelog: opentelemetry-php/api@1.1.0...1.1.1

v1.1.0

Compare Source

What's Changed:

Full Changelog: opentelemetry-php/api@1.1.0beta3...1.1.0

opentelemetry-php/exporter-otlp (open-telemetry/exporter-otlp)

v1.2.0

Compare Source

What's Changed:

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

v1.1.0

Compare Source

What's Changed:

Full Changelog: opentelemetry-php/exporter-otlp@1.1.0beta1...1.1.0

opentelemetry-php/contrib-auto-slim (open-telemetry/opentelemetry-auto-slim)

v1.0.7

Compare Source

What's Changed:

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

opentelemetry-php/sdk (open-telemetry/sdk)

v1.2.0

Compare Source

What's Changed:

Full Changelog: opentelemetry-php/sdk@1.1.2...1.2.0

v1.1.2

Compare Source

What's Changed:

Full Changelog: opentelemetry-php/sdk@1.1.1...1.1.2

v1.1.1

Compare Source

What's Changed:

Full Changelog: opentelemetry-php/sdk@1.1.0...1.1.1

v1.1.0

Compare Source

What's Changed:

Full Changelog: opentelemetry-php/sdk@1.1.0beta3...1.1.0

PHP-DI/PHP-DI (php-di/php-di)

v7.0.7

Compare Source

What's Changed

New Contributors

Full Changelog: PHP-DI/PHP-DI@7.0.6...7.0.7

PHP-DI/Slim-Bridge (php-di/slim-bridge)

v3.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: PHP-DI/Slim-Bridge@3.4.0...3.4.1

php-http/guzzle7-adapter (php-http/guzzle7-adapter)

v1.1.0

Compare Source

Changed
  • Add support for PHP 8.4, drop support for PHP version 7.2
Fixed
  • Add missing composer test command and use it in CI
  • Fix deprecated usage of prophesize in phpunit tests
reactphp/http (react/http)

v1.11.0

Compare Source

  • Feature: Improve PHP 8.4+ support by avoiding implicitly nullable types.
    (#​537 by @​clue)

  • Feature: Allow underscore character in Uri host.
    (#​524 by @​lulhum)

  • Improve test suite to fix expected error code when ext-sockets is not enabled.
    (#​539 by @​WyriHaximus)

v1.10.0

Compare Source

  • Feature: Add new PSR-7 implementation and remove dated RingCentral PSR-7 dependency.
    (#​518, #​519, #​520 and #​522 by @​clue)

    This changeset allows us to maintain our own PSR-7 implementation and reduce
    dependencies on external projects. It also improves performance slightly and
    does not otherwise affect our public API. If you want to explicitly install
    the old RingCentral PSR-7 dependency, you can still install it like this:

    composer require ringcentral/psr7
  • Feature: Add new Uri class for new PSR-7 implementation.
    (#​521 by @​clue)

  • Feature: Validate outgoing HTTP message headers and reject invalid messages.
    (#​523 by @​clue)

  • Feature: Full PHP 8.3 compatibility.
    (#​508 by @​clue)

  • Fix: Fix HTTP client to omit Transfer-Encoding: chunked when streaming empty request body.
    (#​516 by @​clue)

  • Fix: Ensure connection close handler is cleaned up for each request.
    (#​515 by @​WyriHaximus)

  • Update test suite and avoid unhandled promise rejections.
    (#​501 and #​502 by @​clue)

slimphp/Slim-Psr7 (slim/psr7)

v1.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: slimphp/Slim-Psr7@1.6.0...1.7.0

slimphp/Slim (slim/slim)

v4.14.0

Compare Source

Changed
Type hinting with template generics

With the introduction of template generics, if you type-hint Slim\App instance variable using /** @​var \Slim\App $app */, then you will need to change it to either:

  • /** @&#8203;var \Slim\App<null> $app */ if you are not using a DI container, or
  • /** @&#8203;var \Slim\App<\Psr\Container\ContainerInterface> $app */ if you are

You can also type-hint to the concrete instance of the container you are using too. For example, if you are using PHP-DI, then you can use: /** @&#8203;var \Slim\App<DI\Container> $app */.

New Contributors

Full Changelog: slimphp/Slim@4.13.0...4.14.0

v4.13.0

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/quoteservice branch 2 times, most recently from 83d43b8 to 717320a Compare October 5, 2024 02:52
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/quoteservice branch 2 times, most recently from 460e74d to 453dc06 Compare October 23, 2024 11:13
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update quoteservice Update quoteservice Nov 10, 2024
@elastic-renovate-prod elastic-renovate-prod bot changed the title Update quoteservice chore(deps): update quoteservice Nov 13, 2024
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/quoteservice branch 4 times, most recently from 120ee44 to 98f3f1b Compare November 26, 2024 22:14
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/quoteservice branch 2 times, most recently from 2b061cf to d504002 Compare December 6, 2024 14:28
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant