Skip to content

Commit f4c19e1

Browse files
authored
Update changelog (#2163)
1 parent a1c2760 commit f4c19e1

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

CHANGELOG.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,22 @@ By: @mgaligniana (#1773)
1010

1111
### Various fixes & improvements
1212

13-
- Fix `parse_url` (#2161) by @sentrivana
14-
- test: Fix using unittest.mock whenever available (#1926) by @mgorny
15-
- build(deps): bump sphinx from 5.3.0 to 7.0.1 (#2112) by @dependabot
16-
- build(deps): bump black from 22.12.0 to 23.3.0 (#1984) by @dependabot
17-
- build(deps): bump mypy from 1.2.0 to 1.3.0 (#2110) by @dependabot
18-
- Fix 2.7 `common` tests (#2145) by @sentrivana
13+
- Fix `parse_url` (#2161) by @sentrivana and @antonpirker
14+
15+
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](https://github.com/getsentry/sentry-python/issues/2160) for more context.
16+
1917
- Better version parsing in integrations (#2152) by @antonpirker
18+
19+
We now properly support all integration versions that conform to [PEP 440](https://peps.python.org/pep-0440/). This replaces our naïve version parsing that wouldn't accept versions such as `2.0.0rc1` or `2.0.5.post1`.
20+
2021
- Align HTTP status code as span data field `http.response.status_code` (#2113) by @antonpirker
21-
- build(deps): bump actions/stale from 6 to 8 (#1978) by @dependabot
2222
- Do not encode cached value to determine size (#2143) by @sentrivana
23+
- Fix using `unittest.mock` whenever available (#1926) by @mgorny
24+
- Fix 2.7 `common` tests (#2145) by @sentrivana
25+
- Bump `actions/stale` from `6` to `8` (#1978) by @dependabot
26+
- Bump `black` from `22.12.0` to `23.3.0` (#1984) by @dependabot
27+
- Bump `mypy` from `1.2.0` to `1.3.0` (#2110) by @dependabot
28+
- Bump `sphinx` from `5.3.0` to `7.0.1` (#2112) by @dependabot
2329

2430
## 1.25.0
2531

0 commit comments

Comments
 (0)