Bump sentry-sdk[flask] from 1.24.0 to 1.25.1
Created by: dependabot[bot]
Bumps sentry-sdk[flask] from 1.24.0 to 1.25.1.
Release notes
Sourced from sentry-sdk[flask]'s releases.
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
- test: Fix using unittest.mock whenever available (#1926) by
@mgorny
- build(deps): bump sphinx from 5.3.0 to 7.0.1 (#2112) by
@dependabot
- build(deps): bump black from 22.12.0 to 23.3.0 (#1984) by
@dependabot
- build(deps): bump mypy from 1.2.0 to 1.3.0 (#2110) by
@dependabot
- Fix 2.7
common
tests (#2145) by@sentrivana
- Better version parsing in integrations (#2152) by
@antonpirker
- Align HTTP status code as span data field
http.response.status_code
(#2113) by@antonpirker
- build(deps): bump actions/stale from 6 to 8 (#1978) by
@dependabot
- Do not encode cached value to determine size (#2143) by
@sentrivana
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
Fix
functions_to_trace
typing (#2141) by@rcmarron
Changelog
Sourced from sentry-sdk[flask]'s changelog.
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
- test: Fix using unittest.mock whenever available (#1926) by
@mgorny
- build(deps): bump sphinx from 5.3.0 to 7.0.1 (#2112) by
@dependabot
- build(deps): bump black from 22.12.0 to 23.3.0 (#1984) by
@dependabot
- build(deps): bump mypy from 1.2.0 to 1.3.0 (#2110) by
@dependabot
- Fix 2.7
common
tests (#2145) by@sentrivana
- Better version parsing in integrations (#2152) by
@antonpirker
- Align HTTP status code as span data field
http.response.status_code
(#2113) by@antonpirker
- build(deps): bump actions/stale from 6 to 8 (#1978) by
@dependabot
- Do not encode cached value to determine size (#2143) by
@sentrivana
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
Fix
functions_to_trace
typing (#2141) by@rcmarron
Commits
-
4b1d6ce
release: 1.25.1 -
dd6bbe0
Fixparse_url
(#2161) -
8a6c19c
fix(integrations): support complex regex coming from DjangoCMS (#1773) -
59bf4d4
test: Fix using unittest.mock whenever available (#1926) -
28b21ed
build(deps): bump sphinx from 5.3.0 to 7.0.1 (#2112) -
65dd77d
build(deps): bump black from 22.12.0 to 23.3.0 (#1984) -
24e2940
build(deps): bump mypy from 1.2.0 to 1.3.0 (#2110) -
55e5e39
Fix 2.7common
tests (#2145) -
87eb761
Better version parsing in integrations (#2152) -
692d099
Align HTTP status code as span data fieldhttp.response.status_code
(#2113) - 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)