Bump sentry-sdk[flask] from 1.24.0 to 1.26.0
Created by: dependabot[bot]
Bumps sentry-sdk[flask] from 1.24.0 to 1.26.0.
Release notes
Sourced from sentry-sdk[flask]'s releases.
1.26.0
Various fixes & improvements
- Tracing without performance (#2136) by
@antonpirker
- Load tracing information from environment (#2176) by
@antonpirker
- Auto-enable HTTPX integration if HTTPX installed (#2177) by
@sentrivana
- Support for SOCKS proxies (#1050) by
@Roguelazer
- Wrap
parse_url
calls incapture_internal_exceptions
(#2162) by@sentrivana
- Run 2.7 tests in CI again (#2181) by
@sentrivana
- Crons: Do not support sub-minute cron intervals (#2172) by
@antonpirker
- Profile: Add function name to profiler frame cache (#2164) by
@Zylphrex
- Dependencies: bump checkouts/data-schemas from
0ed3357
to7fdde87
(#2165) by@dependabot
- Update changelog (#2163) by
@sentrivana
1.25.1
Django update (ongoing)
Collections of improvements to our Django integration.
By:
@mgaligniana
(#1773)Various fixes & improvements
Fix
parse_url
(#2161) by@sentrivana
and@antonpirker
Our URL sanitization used in multiple integrations broke with the recent Python security update. If you started seeing
ValueError
s with"'Filtered' does not appear to be an IPv4 or IPv6 address"
, this release fixes that. See the original issue for more context.Better version parsing in integrations (#2152) by
@antonpirker
We now properly support all integration versions that conform to PEP 440. This replaces our naïve version parsing that wouldn't accept versions such as
2.0.0rc1
or2.0.5.post1
.Align HTTP status code as span data field
http.response.status_code
(#2113) by@antonpirker
Do not encode cached value to determine size (#2143) by
@sentrivana
Fix using
unittest.mock
whenever available (#1926) by@mgorny
Fix 2.7
common
tests (#2145) by@sentrivana
Bump
actions/stale
from6
to8
(#1978) by@dependabot
Bump
black
from22.12.0
to23.3.0
(#1984) by@dependabot
Bump
mypy
from1.2.0
to1.3.0
(#2110) by@dependabot
Bump
sphinx
from5.3.0
to7.0.1
(#2112) by@dependabot
1.25.0
Various fixes & improvements
Support urllib3>=2.0.0 (#2148) by
@asottile-sentry
We're now supporting urllib3's new major version, 2.0.0. If you encounter issues (e.g. some of your dependencies not supporting the new urllib3 version yet) you might consider pinning the urllib3 version to
<2.0.0
manually in your project. Check out the the urllib3 migration guide for details.Auto-retry tests on failure (#2134) by
@sentrivana
Correct
importlib.metadata
check intest_modules
(#2149) by@asottile-sentry
Fix distribution name normalization (PEP-0503) (#2144) by
@rominf
... (truncated)
Changelog
Sourced from sentry-sdk[flask]'s changelog.
1.26.0
Various fixes & improvements
- Tracing without performance (#2136) by
@antonpirker
- Load tracing information from environment (#2176) by
@antonpirker
- Auto-enable HTTPX integration if HTTPX installed (#2177) by
@sentrivana
- Support for SOCKS proxies (#1050) by
@Roguelazer
- Wrap
parse_url
calls incapture_internal_exceptions
(#2162) by@sentrivana
- Run 2.7 tests in CI again (#2181) by
@sentrivana
- Crons: Do not support sub-minute cron intervals (#2172) by
@antonpirker
- Profile: Add function name to profiler frame cache (#2164) by
@Zylphrex
- Dependencies: bump checkouts/data-schemas from
0ed3357
to7fdde87
(#2165) by@dependabot
- Update changelog (#2163) by
@sentrivana
1.25.1
Django update (ongoing)
Collections of improvements to our Django integration.
By:
@mgaligniana
(#1773)Various fixes & improvements
Fix
parse_url
(#2161) by@sentrivana
and@antonpirker
Our URL sanitization used in multiple integrations broke with the recent Python security update. If you started seeing
ValueError
s with"'Filtered' does not appear to be an IPv4 or IPv6 address"
, this release fixes that. See the original issue for more context.Better version parsing in integrations (#2152) by
@antonpirker
We now properly support all integration versions that conform to PEP 440. This replaces our naïve version parsing that wouldn't accept versions such as
2.0.0rc1
or2.0.5.post1
.Align HTTP status code as span data field
http.response.status_code
(#2113) by@antonpirker
Do not encode cached value to determine size (#2143) by
@sentrivana
Fix using
unittest.mock
whenever available (#1926) by@mgorny
Fix 2.7
common
tests (#2145) by@sentrivana
Bump
actions/stale
from6
to8
(#1978) by@dependabot
Bump
black
from22.12.0
to23.3.0
(#1984) by@dependabot
Bump
mypy
from1.2.0
to1.3.0
(#2110) by@dependabot
Bump
sphinx
from5.3.0
to7.0.1
(#2112) by@dependabot
1.25.0
Various fixes & improvements
Support urllib3>=2.0.0 (#2148) by
@asottile-sentry
We're now supporting urllib3's new major version, 2.0.0. If you encounter issues (e.g. some of your dependencies not supporting the new urllib3 version yet) you might consider pinning the urllib3 version to
<2.0.0
manually in your project. Check out the the urllib3 migration guide for details.
... (truncated)
Commits
-
892f794
Update changelog -
bba1ec2
release: 1.26.0 -
e68161c
Load tracing information from environment (#2176) -
c26f35a
Auto-enable httpx integration if httpx installed (#2177) -
6d9195d
Run 2.7 tests in CI again (#2181) -
0792db2
support SOCKS proxies in sentry_sdk (#1050) -
4f0ab40
Do not support sub-minute cron intervals (#2172) -
fe7e501
Tracing without performance (#2136) -
e833825
build(deps): bump checkouts/data-schemas from0ed3357
to7fdde87
(#2165) -
a4378de
fix(profiler): Add function name to profiler frame cache (#2164) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)