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(deps): update quoteservice #67

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

Conversation

elastic-renovate-prod[bot]
Copy link

This PR contains the following updates:

Package Type Update Change
guzzlehttp/guzzle (source) require minor 7.8.1 -> 7.9.2
monolog/monolog require minor 3.5.0 -> 3.7.0
open-telemetry/opentelemetry-auto-slim (source) require patch 1.0.6 -> 1.0.7
php-di/php-di (source) require patch 7.0.6 -> 7.0.7
react/http require minor v1.9.0 -> v1.10.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.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/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

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

reactphp/http (react/http)

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

What's 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

Total issues resolved: 16


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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants