rclement / mailer

Dead-simple mailer micro-service for static websites
https://rclement.github.io/mailer/
GNU Affero General Public License v3.0
58 stars 8 forks source link

Update dependency sentry-sdk to v1.28.1 #775

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sentry-sdk (changelog) ==1.27.0 -> ==1.28.1 age adoption passing confidence

Release Notes

getsentry/sentry-python (sentry-sdk) ### [`v1.28.1`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1281) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/1.28.0...1.28.1) ##### Various fixes & improvements - Redis: Add support for redis.asyncio ([#​1933](https://togithub.com/getsentry/sentry-python/issues/1933)) by [@​Zhenay](https://togithub.com/Zhenay) - Make sure each task that is started by Celery Beat has its own trace. ([#​2249](https://togithub.com/getsentry/sentry-python/issues/2249)) by [@​antonpirker](https://togithub.com/antonpirker) - Add Sampling Decision to Trace Envelope Header ([#​2239](https://togithub.com/getsentry/sentry-python/issues/2239)) by [@​antonpirker](https://togithub.com/antonpirker) - Do not add trace headers (`sentry-trace` and `baggage`) to HTTP requests to Sentry ([#​2240](https://togithub.com/getsentry/sentry-python/issues/2240)) by [@​antonpirker](https://togithub.com/antonpirker) - Prevent adding `sentry-trace` header multiple times ([#​2235](https://togithub.com/getsentry/sentry-python/issues/2235)) by [@​antonpirker](https://togithub.com/antonpirker) - Skip distributions with incomplete metadata ([#​2231](https://togithub.com/getsentry/sentry-python/issues/2231)) by [@​rominf](https://togithub.com/rominf) - Remove stale.yml ([#​2245](https://togithub.com/getsentry/sentry-python/issues/2245)) by [@​hubertdeng123](https://togithub.com/hubertdeng123) - Django: Fix 404 Handler handler being labeled as "generic ASGI request" ([#​1277](https://togithub.com/getsentry/sentry-python/issues/1277)) by [@​BeryJu](https://togithub.com/BeryJu) ### [`v1.28.0`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1280) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/1.27.1...1.28.0) ##### Various fixes & improvements - Add support for cron jobs in ARQ integration ([#​2088](https://togithub.com/getsentry/sentry-python/issues/2088)) by [@​lewazo](https://togithub.com/lewazo) - Backpressure handling prototype ([#​2189](https://togithub.com/getsentry/sentry-python/issues/2189)) by [@​sl0thentr0py](https://togithub.com/sl0thentr0py) - Add "replay" context to event payload ([#​2234](https://togithub.com/getsentry/sentry-python/issues/2234)) by [@​antonpirker](https://togithub.com/antonpirker) - Update test Django app to be compatible for Django 4.x ([#​1794](https://togithub.com/getsentry/sentry-python/issues/1794)) by [@​DilLip-Chowdary-Codes](https://togithub.com/DilLip-Chowdary-Codes) ### [`v1.27.1`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#1271) [Compare Source](https://togithub.com/getsentry/sentry-python/compare/1.27.0...1.27.1) ##### Various fixes & improvements - Add Starlette/FastAPI template tag for adding Sentry tracing information ([#​2225](https://togithub.com/getsentry/sentry-python/issues/2225)) by [@​antonpirker](https://togithub.com/antonpirker) - By adding `{{ sentry_trace_meta }}` to your Starlette/FastAPI Jinja2 templates we will include Sentry trace information as a meta tag in the rendered HTML to allow your frontend to pick up and continue the trace started in the backend. - Fixed generation of baggage when a DSC is already in propagation context ([#​2232](https://togithub.com/getsentry/sentry-python/issues/2232)) by [@​antonpirker](https://togithub.com/antonpirker) - Handle explicitly passing `None` for `trace_configs` in `aiohttp` ([#​2230](https://togithub.com/getsentry/sentry-python/issues/2230)) by [@​Harmon758](https://togithub.com/Harmon758) - Support newest Starlette versions ([#​2227](https://togithub.com/getsentry/sentry-python/issues/2227)) by [@​antonpirker](https://togithub.com/antonpirker)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Merging #775 (04756e5) into master (e0890fc) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #775   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines          834       834           
  Branches        62        62           
=========================================
  Hits           834       834           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more