Skip to content

Commit

Permalink
release: 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Oct 8, 2024
1 parent 01b4687 commit 0df20a7
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 2.16.0

### Various fixes & improvements

- Remove flaky test (#3626) by @sentrivana
- Add 3.13 to setup.py (#3574) by @sentrivana
- Add 3.13 to basepython (#3589) by @sentrivana
- feat(bottle): Add `failed_request_status_codes` (#3618) by @szokeasaurusrex
- feat: Add opportunistic Brotli compression (#3612) by @BYK
- fix(django): improve getting psycopg3 connection info (#3580) by @nijel
- feat: Add `__notes__` support (#3620) by @szokeasaurusrex
- fix: Open relevant error when SpotlightMiddleware is on (#3614) by @BYK
- build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#3617) by @dependabot
- feat(django): Add SpotlightMiddleware when Spotlight is enabled (#3600) by @BYK
- feat: Add httpcore based HTTP2Transport (#3588) by @BYK
- Add http_methods_to_capture to ASGI Django (#3607) by @sentrivana
- ref(bottle): Delete never-reached code (#3605) by @szokeasaurusrex
- Remove useless makefile targets (#3604) by @antonpirker
- Simplify tox version spec (#3609) by @sentrivana
- Consolidate contributing docs (#3606) by @antonpirker
- Fix type of sample_rate in DSC (and add explanatory tests) (#3603) by @antonpirker

## 2.15.0

### Integrations
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
author = "Sentry Team and Contributors"

release = "2.15.0"
release = "2.16.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 @@ -574,4 +574,4 @@ def _get_default_options():
del _get_default_options


VERSION = "2.15.0"
VERSION = "2.16.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="2.15.0",
version="2.16.0",
author="Sentry Team and Contributors",
author_email="[email protected]",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit 0df20a7

Please sign in to comment.