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

Release v2.22.0 #433

Merged
merged 26 commits into from
Feb 10, 2021
Merged

Release v2.22.0 #433

merged 26 commits into from
Feb 10, 2021

Conversation

imjoehaines
Copy link
Contributor

2.22.0 (2021-02-10)

Enhancements

  • Out of memory errors can now be reported by registering the new OomBootstrapper in your HTTP kernel, which will increase the memory limit by 5 MiB when an OOM occurs. See the docs for more details:
    Laravel
    Lumen
    #430

  • Support the new discardClasses configuration option. This allows events to be discarded based on the exception class name or PHP error name.
    #431

  • Support the new redactedKeys configuration option. This is similar to filters but allows both strings and regexes. String matching is exact but case-insensitive. Regex matching allows for partial and wildcard matching.
    #432

Deprecations

  • The filters configuration option is now deprecated as redactedKeys can express everything that filters could and more.

This avoids the possibility of initialising the Client during an OOM,
which will not end well!
Add a bootstrapper to allow OOMs to be handled
Support the new discard classes option
Support the new redacted keys option
@imjoehaines imjoehaines marked this pull request as ready for review February 10, 2021 10:54
@imjoehaines imjoehaines requested a review from kattrali February 10, 2021 10:54
@imjoehaines imjoehaines merged commit 89eb615 into master Feb 10, 2021
@imjoehaines imjoehaines deleted the release/v2.22.0 branch February 10, 2021 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants