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

Update Composer dependencies (major) #51

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpunit/phpunit (source) ^9.5 -> ^11.1.3 age adoption passing confidence
sentry/sdk (source) ^3.2.0 -> ^4.0.0 age adoption passing confidence
sentry/sentry (source) ^3.6.1 -> ^4.7.0 age adoption passing confidence
symfony/http-client (source) ^4.3|^5.0|^6.0 -> 7.0.7 age adoption passing confidence
symfony/options-resolver (source) ^5.4.0 -> ^7.0.7 age adoption passing confidence

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v11.1.3: PHPUnit 11.1.3

Compare Source

Fixed
  • #​5771: JUnit XML logger may crash when test that is run in separate process exits unexpectedly
  • #​5819: Duplicate keys from different data providers are not handled properly

How to install or update PHPUnit

v11.1.2: PHPUnit 11.1.2

Compare Source

Fixed
  • #​5795: Using @testWith annotation may generate PHP Warning: Uninitialized string offset 0
  • #​5807: The #[CoversMethod] attribute is not considered for risky test check

How to install or update PHPUnit

v11.1.1: PHPUnit 11.1.1

Compare Source

Fixed
  • #​5798: The #[CoversClass] and #[UsesClass] attributes can no longer target traits

How to install or update PHPUnit

v11.1.0: PHPUnit 11.1.0

Compare Source

Added
  • #​5689: Distinguish between self, direct and indirect deprecations
  • #​5696: #[DisableReturnValueGenerationForTestDoubles] attribute for disabling return value generation for test doubles created using createMock(), createMockForIntersectionOfInterfaces(), createPartialMock(), createStub(), and createStubForIntersectionOfInterfaces()
  • #​5175: #[CoversMethod] and #[UsesMethod] attributes for more fine-grained code coverage targeting
  • #​5720: Support filtering using --filter, --exclude-filter, --group, and --exclude-group when listing tests using --list-tests and --list-tests-xml as well as listing groups with --list-groups
  • #​5733: Implicitly include (abstract) parent class(es) with #[CoversClass] and #[UsesClass] attributes
  • --only-summary-for-coverage-text CLI option to reduce the code coverage report in text format to a summary
  • --show-uncovered-for-coverage-text CLI option to expand the code coverage report in text format to include a list of uncovered files
Changed
  • #​5689: The XML configuration file generated using --generate-configuration now generates <source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true"> instead of <source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
  • #​5708: Allow the --group, --exclude-group, --covers, --uses, and --test-suffix CLI options to be used multiple times
  • PHPUnit\Framework\TestCase::__construct() is now annotated to be final in preparation for declaring it final in PHPUnit 12
  • Changed how the DeprecationTriggered, ErrorTriggered, NoticeTriggered, PhpDeprecationTriggered, PhpNoticeTriggered, PhpWarningTriggered, and WarningTriggered events are represented as text
Deprecated
  • #​5689: The restrictDeprecations attribute on the <source> element of the XML configuration file is now deprecated in favor of the ignoreSelfDeprecations, ignoreDirectDeprecations, and ignoreIndirectDeprecations attributes
  • #​5709: Deprecate support for using comma-separated values with the --group, --exclude-group, --covers, --uses, and --test-suffix CLI options

How to install or update PHPUnit

v11.0.10: PHPUnit 11.0.10

Compare Source

Changed
  • The namespaces of dependencies are now prefixed with PHPUnitPHAR instead of just PHPUnit for the PHAR distribution of PHPUnit

How to install or update PHPUnit

v11.0.9: PHPUnit 11.0.9

Compare Source

Changed
  • #​5766: Do not use a shell in proc_open() if not really needed
  • #​5772: Cleanup process handling after dropping temp-file handling
Fixed
  • #​5570: Windows does not support exclusive locks on stdout

How to install or update PHPUnit

v11.0.8: PHPUnit 11.0.8

Compare Source

Fixed
  • #​5765: Be more forgiving with error handlers that do not respect error suppression

How to install or update PHPUnit

v11.0.7: PHPUnit 11.0.7

Compare Source

Changed
  • #​5747: Cache result of Groups::groups()
  • #​5748: Improve performance of NamePrettifier::prettifyTestMethodName()
  • #​5750: Micro-optimize NamePrettifier::prettifyTestMethodName() once again
  • #​5752: Improve message for deprecation of doubling methods named "method"
Fixed
  • #​5760: TestDox printer does not display details about exceptions raised in before-test methods

How to install or update PHPUnit

v11.0.6: PHPUnit 11.0.6

Compare Source

Changed
  • #​5727: Prevent duplicate call of NamePrettifier::prettifyTestMethodName()
  • #​5739: Micro-optimize NamePrettifier::prettifyTestMethodName()
  • #​5740: Micro-optimize TestRunner::runTestWithTimeout()
  • #​5741: Save call to Telemetry\System::snapshot()
  • #​5742: Prevent file IO when not strictly necessary
  • #​5743: Prevent unnecessary ExecutionOrderDependency::getTarget() call
  • #​5744: Simplify NamePrettifier::prettifyTestMethodName()
Fixed
  • #​5351: Incorrect code coverage metadata does not prevent code coverage data from being collected
  • #​5729: assertArrayIsIdenticalToArrayOnlyConsideringListOfKeys() does not correctly handle array order
  • #​5746: Using -d CLI option multiple times triggers warning

How to install or update PHPUnit

v11.0.5

Compare Source

v11.0.4

Compare Source

v11.0.3

Compare Source

v11.0.2

Compare Source

v11.0.1

Compare Source

v11.0.0

Compare Source

v10.5.20: PHPUnit 10.5.20

Compare Source

  • #​5771: JUnit XML logger may crash when test that is run in separate process exits unexpectedly
  • #​5819: Duplicate keys from different data providers are not handled properly

How to install or update PHPUnit

v10.5.19: PHPUnit 10.5.19

Compare Source

Fixed
  • #​5818: Calling method() on a test stub created using createStubForIntersectionOfInterfaces() throws an unexpected exception

How to install or update PHPUnit

v10.5.18

Compare Source

v10.5.17: PHPUnit 10.5.17

Compare Source

Changed
  • The namespaces of dependencies are now prefixed with PHPUnitPHAR instead of just PHPUnit for the PHAR distribution of PHPUnit

How to install or update PHPUnit

v10.5.16

Compare Source

v10.5.15

Compare Source

v10.5.14: PHPUnit 10.5.14

Compare Source

Changed
  • #​5747: Cache result of Groups::groups()
  • #​5748: Improve performance of NamePrettifier::prettifyTestMethodName()
  • #​5750: Micro-optimize NamePrettifier::prettifyTestMethodName() once again
Fixed
  • #​5760: TestDox printer does not display details about exceptions raised in before-test methods

How to install or update PHPUnit

v10.5.13

Compare Source

v10.5.12

Compare Source

Fixed
  • #​5652: HRTime::duration() throws InvalidArgumentException

How to install or update PHPUnit

v10.5.11

Compare Source

v10.5.10

Compare Source

v10.5.9

Compare Source

v10.5.8

Compare Source

v10.5.7

Compare Source

v10.5.6

Compare Source

v10.5.5

Compare Source

v10.5.4

Compare Source

v10.5.3

Compare Source

v10.5.2

Compare Source

v10.5.1

Compare Source

v10.5.0

Compare Source

v10.4.2

Compare Source

v10.4.1

Compare Source

v10.4.0

Compare Source

v10.3.5

Compare Source

v10.3.4

Compare Source

v10.3.3

Compare Source

v10.3.2

Compare Source

v10.3.1

Compare Source

v10.3.0

Compare Source

v10.2.7

Compare Source

v10.2.6

Compare Source

v10.2.5

Compare Source

v10.2.4

Compare Source

v10.2.3

Compare Source

v10.2.2

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

v10.1.3

Compare Source

v10.1.2

Compare Source

v10.1.1

Compare Source

v10.1.0

Compare Source

v10.0.19

Compare Source

v10.0.18

Compare Source

v10.0.17

Compare Source

v10.0.16

Compare Source

v10.0.15

Compare Source

v10.0.14

Compare Source

v10.0.13

Compare Source

v10.0.12

Compare Source

v10.0.11

Compare Source

v10.0.10

Compare Source

v10.0.9

Compare Source

v10.0.8

Compare Source

v10.0.7

Compare Source

v10.0.6

Compare Source

v10.0.5

Compare Source

v10.0.4

Compare Source

v10.0.3

Compare Source

v10.0.2

Compare Source

v10.0.1

Compare Source

v10.0.0

Compare Source

v9.6.19: PHPUnit 9.6.19

Compare Source

Changed
  • The namespaces of dependencies are now prefixed with PHPUnitPHAR instead of just PHPUnit for the PHAR distribution of PHPUnit

How to install or update PHPUnit

v9.6.18

Compare Source

v9.6.17

Compare Source

v9.6.16

Compare Source

v9.6.15

Compare Source

v9.6.14

Compare Source

v9.6.13

Compare Source

v9.6.12

Compare Source

v9.6.11

Compare Source

v9.6.10

Compare Source

v9.6.9

Compare Source

v9.6.8

Compare Source

v9.6.7

Compare Source

v9.6.6

Compare Source

v9.6.5

Compare Source

v9.6.4

Compare Source

v9.6.3

Compare Source

v9.6.2

Compare Source

v9.6.1

Compare Source

v9.6.0

Compare Source

v9.5.28

Compare Source

v9.5.27

Compare Source

v9.5.26

Compare Source

v9.5.25

Compare Source

v9.5.24

Compare Source

v9.5.23

Compare Source

v9.5.22

Compare Source

v9.5.21

Compare Source

v9.5.20

Compare Source

v9.5.19

Compare Source

v9.5.18

Compare Source

v9.5.17

Compare Source

v9.5.16

Compare Source

v9.5.14

Compare Source

v9.5.13

Compare Source

v9.5.12

Compare Source

v9.5.11

Compare Source

v9.5.10

Compare Source

v9.5.9

Compare Source

v9.5.8

Compare Source

v9.5.7

Compare Source

v9.5.6

Compare Source

v9.5.5

Compare Source

v9.5.4

Compare Source

v9.5.3

Compare Source

v9.5.2

Compare Source

v9.5.1

Compare Source

getsentry/sentry-php-sdk (sentry/sdk)

v4.0.0

Compare Source

See https://github.com/getsentry/sentry-php/releases/4.0.0 for the full changelog.

v3.6.0

Compare Source

v3.5.0

Compare Source

v3.4.0

Compare Source

v3.3.0

Compare Source

getsentry/sentry-php (sentry/sentry)

v4.7.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.7.0.

Features
Bug Fixes
  • Fix deprecation notice when trying to serialize a callable (#​1732)
Misc
  • Deprecated SpanStatus::resourceExchausted(). Use SpanStatus::resourceExhausted() instead (#​1725)
  • Update metric normalization (#​1729)

v4.6.1

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.6.1.

Bug Fixes
  • Always add the sampled flag to the W3C traceparent header (#​1713)
  • Add JSON_ERROR_NON_BACKED_ENUM to allowed JSON::encode() errors. (#​1707)

v4.6.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.6.0.

Features
  • Add the PHP SAPI to the runtime context (#​1700)
Bug Fixes
  • Correctly apply properties/options in ClientBuilder::class (#​1699)
  • Attach _metrics_summary to transactions (#​1702)
Misc
  • Remove final from Metrics::class (#​1697)
  • Return early when using ignore_exceptions (#​1701)
  • Attach exceptions to the log message from FrameContextifierIntegration::class (#​1678)

v4.5.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.5.0.

Features
  • Add before_send_check_in and before_send_metrics (#​1690)

    \Sentry\init([
        'before_send_check_in' => function (\Sentry\Event $event) {
            $checkIn = $event->getCheckIn(),
            // modify the check-in or return null to not send it
        },
    ]);
    \Sentry\init([
        'before_send_metrics' => function (\Sentry\Event $event) {
            $metrics = $event->getMetrics(),
            // modify the metrics or return null to not send it
        },
    ]);
Bug Fixes
  • Fix _metrics_summary formatting (#​1682)

  • Fix DebugFileLogger and DebugStdOutLogger to be usable with PHP 7.2 and up (#​1691)

  • Allow whitespace in metric tag values (#​1692)

v4.4.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.4.0.

Features
  • Add metrics()->timing() (#​1670)

    This allows you to emit a distribution metric based on the duration of the provided callback.

    use function Sentry\metrics;
    
    metrics()->timing(
        key: 'my-metric',
        callback: fn() => doSomething(),
    );
  • Add withMonitor() (#​1679)

    This wraps a callback into monitor check-ins.

    use function Sentry\withMonitor;
    
    withMonitor(
        slug: 'my-monitor',
        callback: fn () => doSomething(),
        monitorConfig: new MonitorConfig(...),
    );
  • Add new failure_issue_threshold and recovery_threshold configuration to MonitorConfig (#​1685)

  • Add TransactionContext::make() and SpanContext::make() (#​1684)

    use Sentry\Tracing\SpanContext;
    
    $spanCpntext = SpanContext::make()
        ->setOp('http.client')
        ->setDescription('GET https://example.com')
  • Add support for fluent use of Transaction::setName() (#​1687)

  • Add support for the W3C traceparent header (#​1680)

Bug Fixes
  • Do not send an empty event if no metrics are in the bucket (#​1676)

  • Fix the http_ssl_verify_peer option to set the correct value to CURLOPT_SSL_VERIFYPEER (#​1686)

Misc
  • Depreacted UserDataBag::getSegment() and UserDataBag::setSegment(). You may use a custom tag or context instead (#​1681)

v4.3.1

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.3.1.

Bug Fixes
  • Fix tags not being serialized correctly for metrics (#​1672)
Misc
  • Remove @internal annotation from MetricsUnit class (#​1671)

v4.3.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.3.0.

Features
  • Add support for Sentry Developer Metrics (#​1619)

    use function Sentry\metrics;
    
    // Add 4 to a counter named hits
    metrics()->increment(key: 'hits', value: 4);
    
    // Add 25 to a distribution named response_time with unit milliseconds
    metrics()->distribution(key: 'response_time', value: 25, unit: MetricsUnit::millisecond());
    
    // Add 2 to gauge named parallel_requests, tagged with type: "a"
    metrics()->gauge(key: 'parallel_requests, value: 2, tags: ['type': 'a']);
    
    // Add a user's email to a set named users.sessions, tagged with role: "admin"
    metrics()->set('users.sessions, 'jane.doe@example.com', null, ['role' => User::admin()]);
    
    // Add 2 to gauge named `parallel_requests`, tagged with `type: "a"`
    Sentry.metrics.gauge('parallel_requests', 2, { tags: { type: 'a' } });
    
    // Flush the metrics to Sentry
    metrics()->flush();
    
    // We recommend registering the flushing in a shutdown function
    register_shutdown_function(static fn () => metrics()->flush());

    To learn more about Sentry Developer Merics, join the discussion at https://github.com/getsentry/sentry-php/discussions/1666.

Bug Fixes
  • Disallow to seralize the HubAdapter::class (#​1663)
  • Do not overwrite trace context on event (#​1668)
  • Serialize breadcrumb data to display correct in the Sentry UI (#​1669)
Misc
  • Remove the final keyword from Hub::class, Client::class and Scope::class (#​1665)

v4.2.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.2.0.

Features
  • Add a config option to allow overriding the Spotlight url (#​1659)

    Sentry\init([
        'spotlight_url' => 'http://localhost:8969',
    ]);
Bug Fixes
  • Restore setting the logger value on the event payload (#​1657)

  • Only apply the sample_rate on error/message events (#​1662)

    This fixes an issue where Cron Check-Ins were wrongly sampled out if a sample_rate lower than 1.0 is used.

Misc
  • Remove the @internal annotation from ClientBuilder::class (#​1661)

v4.1.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.1.0.

Features
  • Add support for Spotlight (#​1647)

    Spotlight is Sentry for Development. Inspired by an old project, Django Debug Toolbar. Spotlight brings a rich debug overlay into development environments, and it does it by leveraging the existing power of Sentry's SDKs.

    To learn more about Spotlight, go to https://spotlightjs.com/.

Misc

v4.0.1

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.0.1.

Bug Fixes
  • Fix capturing out-of-memory errors when memory-constrained (#​1636)
  • Check if the cURL extension is installed (#​1632)

v4.0.0

Compare Source

The Sentry SDK team is thrilled to announce the immediate availability of Sentry PHP SDK v4.0.0.

Breaking Change

Please refer to the UPGRADE-4.0.md guide for a complete list of breaking changes.

  • This version exclusively uses the envelope endpoint to send event data to Sentry.

    If you are using sentry.io, no action is needed.
    If you are using an on-premise/self-hosted installation of Sentry, the minimum requirement is now version >= v20.6.0.

  • You need to have ext-curl installed to use the SDK.

  • The IgnoreErrorsIntegration integration was removed. Use the ignore_exceptions option instead.

    Sentry\init([
        'ignore_exceptions' => [BadThingsHappenedException::class],
    ]);

    This option performs an is_a check now, so you can also ignore more generic exceptions.

Features
  • Add new fluent APIs (#​1601)

    // Before
    $transactionContext = new TransactionContext();
    $transactionContext->setName('GET /example');
    $transactionContext->setOp('http.server');
    
    // After
    $transactionContext = (new TransactionContext())
        ->setName('GET /example');
        ->setOp('http.server');
  • Simplify the breadcrumb API (#​1603)

    // Before
    \Sentry\addBreadcrumb(
        new \Sentry\Breadcrumb(
            \Sentry\Breadcrumb::LEVEL_INFO,
            \Sentry\Breadcrumb::TYPE_DEFAULT,
            'auth',                // category
            'User authenticated',  // message (optional)
            ['user_id' => $userId] // data (optional)
        )
    );
    
    // After
    \Sentry\addBreadcrumb(
        category: 'auth',
        message: 'User authenticated', // optional
        metadata: ['user_id' => $userId], // optional
        level: Breadcrumb::LEVEL_INFO, // set by default
        type: Breadcrumb::TYPE_DEFAULT, // set by default
    );
  • New logger option (#​1625)

    To make it easier to debug the internals of the SDK, the logger option now accepts a Psr\Log\LoggerInterface instance.
    We do provide two implementations, Sentry\Logger\DebugFileLogger and Sentry\Logger\DebugStdOutLogger.

    // This logs messages to the provided file path
    Sentry\init([
        'logger' => new DebugFileLogger(filePath: ROOT . DS . 'sentry.log'),
    ]);
    
    // This logs messages to stdout
    Sentry\init([
        'logger' => new DebugStdOutLogger(),
    ]);
  • New default cURL HTTP client (#​1589)

    The SDK now ships with its own HTTP client based on cURL. A few new options were added.

    Sentry\init([
        'http_proxy_authentication' => 'username:password', // user name and password to use for proxy authentication
        'http_ssl_verify_peer' => false, // default true, verify the peer's SSL certificate
        'http_compression' => false, // default true, http request body compression
    ]);

    To use a different client, you may use the http_client option.

    use Sentry\Client;
    use Sentry\HttpClient\HttpClientInterface;
    use Sentry\HttpClient\Request;
    use Sentry\HttpClient\Response;
    use Sentry\Options;
    
    $httpClient = new class() implements HttpClientInterface {
        public function sendRequest(Request $request, Options $options): Response
        {
    
            // your custom implementation
    
            return new Response($response->getStatusCode(), $response->getHeaders(), '');
        }
    };
    
    Sentry\init([
        'http_client' => $httpClient,
    ]);

    To use a different transport, you may use the transport option. A custom transport must implement the TransportInterface.
    If you use the transport option, the http_client option has no effect.

Misc
  • The abandoned package php-http/message-factory was removed.

v3.22.1

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.22.1.

Bug Fixes
  • Fix capturing out-of-memory errors when memory-constrained (#​1633)

v3.22.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.22.0.

Features
  • Adopt Starfish HTTP attributes in spans and breadcrumbs (#​1581)
Bug Fixes
  • Don't add empty HTTP fragment or query strings to breadcrumb data (#​1588)
Misc
  • Remove obsolete tags option depreaction (#​1588)
  • Run CI on PHP 8.3 (1591)
  • Add support for symfony/options-resolver: ^7.0 (1597)

v3.21.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.21.0.

Features
  • Add Sentry::captureCheckIn() (#​1573)

    Sending check-ins from the SDK is now simplified.

    $checkInId = Sentry\captureCheckIn(
        slug: 'monitor-slug',
        status: CheckInStatus::inProgress()
    );
    
    // do something
    
    Sentry\captureCheckIn(
        checkInId: $checkInId,
        slug: 'monitor-slug',
        status: CheckInStatus::ok()
    );

    You can also pass in a monitorConfig object as well as the duration.

  • Undeprecate the tags option (#​1561)

    You can now set tags that are applied to each event when calling Sentry::init().

    Sentry\init([
        'tags' => [
            'foo' => 'bar',
        ],
    ])
  • Apply the prefixesoption to profiling frames (#​1568)

    If you added the prefixes option when calling Sentry::init(), this option will now also apply to profile frames.

    Sentry\init([
        'prefixes' => ['/var/www/html'],
    ])
Misc
  • Deduplicate profile stacks and frames (#​1570)

    This will decrease the payload size of the profile event payload.

  • Add the transaction's sampling decision to the trace envelope header (#​1562)

v3.20.1

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.20.1.

Bug Fixes
  • Use the result of isTracingEnabled() to determine the behaviour of getBaggage() and getTraceparent() (#​1555)
Misc
  • Always return a TransactionContext from continueTrace() (#​1556)

v3.20.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.20.0.

Features
  • Tracing without Performance (#​1516)

    You can now set up distributed tracing without the need to use the performance APIs.
    This allows you to connect your errors that hail from other Sentry instrumented applications to errors in your PHP application.

    To continue a trace, fetch the incoming Sentry tracing headers and call \Sentry\continueTrace() as early as possible in the request cycle.

    $sentryTraceHeader = $request->getHeaderLine('sentry-trace');
    $baggageHeader = $request->getHeaderLine('baggage');
    
    continueTrace($sentryTraceHeader, $baggageHeader);

    To continue a trace outward, you may attach the Sentry tracing headers to any HTTP client request.
    You can fetch the required header values by calling \Sentry\getBaggage() and \Sentry\getTraceparent().

  • Upserting Cron Monitors (#​1511)

    You can now create and update your Cron Monitors programmatically with code.
    Read more about this in our docs.

v3.19.1

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.19.1.

Bug Fixes
  • Use HTTP/1.1 when compression is enabled (#​1542)

v3.19.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.19.0.

Misc
  • Add support for guzzlehttp/promises v2 (#​1536)

v3.18.2

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v3.18.2.

Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 10am on Monday,before 11am on Monday" in timezone Asia/Tokyo, 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch 2 times, most recently from c8dd1ec to 005f8f4 Compare March 31, 2023 12:29
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch 2 times, most recently from 0b0c505 to 2b67dd2 Compare April 17, 2023 14:34
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch 3 times, most recently from 87c6d75 to 0cadbee Compare June 2, 2023 07:32
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch 2 times, most recently from 6e7c0ba to c274b66 Compare June 11, 2023 07:47
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch 2 times, most recently from a1190dd to 254c501 Compare June 30, 2023 07:53
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch 2 times, most recently from 347b32a to 2beb9dd Compare July 14, 2023 08:25
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch from 2beb9dd to ce7e42a Compare July 17, 2023 14:37
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch 4 times, most recently from d01dbe1 to b50506c Compare August 4, 2023 09:32
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch from b50506c to b0dbd21 Compare August 15, 2023 07:30
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch from b0dbd21 to e557f67 Compare September 5, 2023 08:22
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch 2 times, most recently from ba2b96b to 4cc7496 Compare September 19, 2023 06:04
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch 2 times, most recently from f8ca92e to 12c2c8d Compare October 6, 2023 04:39
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch from 12c2c8d to 41d6caf Compare October 8, 2023 06:36
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch 2 times, most recently from 36f043c to da0a4a8 Compare October 26, 2023 08:03
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch from da0a4a8 to 056703b Compare October 29, 2023 16:30
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch from b0cfd66 to 082d7d0 Compare December 30, 2023 16:24
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch 3 times, most recently from d70eb7b to 3b2c670 Compare January 19, 2024 07:18
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch 2 times, most recently from 70b45ce to 3aa980d Compare January 23, 2024 11:29
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch 5 times, most recently from 72b880a to 0e8f397 Compare February 4, 2024 10:09
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch 2 times, most recently from fc08976 to 95db2f7 Compare February 13, 2024 14:01
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch 3 times, most recently from cc3cfdf to 4531081 Compare March 4, 2024 22:11
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch 3 times, most recently from 9d043f7 to 8813cae Compare March 12, 2024 16:20
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch 2 times, most recently from 0f941ff to e754e82 Compare March 22, 2024 04:52
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch 2 times, most recently from 882070b to 99ff516 Compare April 3, 2024 09:39
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch 3 times, most recently from 953f79d to 6b633e3 Compare April 10, 2024 13:42
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch from 6b633e3 to bc73c2e Compare April 14, 2024 10:25
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch from bc73c2e to b2830de Compare April 24, 2024 07:51
@renovate renovate bot force-pushed the renovate/major-composer-dependencies branch from b2830de to 509c3ea Compare April 29, 2024 14:18
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.

None yet

0 participants