Skip to content

Commit

Permalink
release: 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jun 22, 2023
1 parent e68161c commit bba1ec2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 1.26.0

### Various fixes & improvements

- Load tracing information from environment (#2176) by @antonpirker
- Auto-enable httpx integration if httpx installed (#2177) by @sentrivana
- Run 2.7 tests in CI again (#2181) by @sentrivana
- support SOCKS proxies in sentry_sdk (#1050) by @Roguelazer
- Do not support sub-minute cron intervals (#2172) by @antonpirker
- Tracing without performance (#2136) by @antonpirker
- build(deps): bump checkouts/data-schemas from `0ed3357` to `7fdde87` (#2165) by @dependabot
- fix(profiler): Add function name to profiler frame cache (#2164) by @Zylphrex
- Wrap `parse_url` calls in `capture_internal_exceptions` (#2162) by @sentrivana
- Update changelog (#2163) by @sentrivana

## 1.25.1

### Django update (ongoing)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
copyright = "2019, Sentry Team and Contributors"
author = "Sentry Team and Contributors"

release = "1.25.1"
release = "1.26.0"
version = ".".join(release.split(".")[:2]) # The short X.Y version.


Expand Down
2 changes: 1 addition & 1 deletion sentry_sdk/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,4 @@ def _get_default_options():
del _get_default_options


VERSION = "1.25.1"
VERSION = "1.26.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_file_text(file_name):

setup(
name="sentry-sdk",
version="1.25.1",
version="1.26.0",
author="Sentry Team and Contributors",
author_email="hello@sentry.io",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit bba1ec2

Please sign in to comment.