Skip to content

Commit

Permalink
release: 1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Sep 13, 2023
1 parent ad0ed59 commit bfeb825
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 1.31.0

### Various fixes & improvements

- feat(integrations): Add integration for clickhouse-driver (#2167) by @mimre25
- Made NoOpSpan compatible to Transactions. (#2364) by @antonpirker
- build(deps): bump actions/checkout from 3 to 4 (#2361) by @dependabot
- Prevent Falcon integration from breaking ASGI apps (#2359) by @szokeasaurusrex
- Documenting Spans and Transactions (#2358) by @antonpirker
- Fix tests using Postgres (#2362) by @antonpirker
- feat(integrations): Add integration for asyncpg (#2314) by @mimre25
- Added link to backpressure section in docs. (#2354) by @antonpirker
- build(deps): bump actions/checkout from 2 to 4 (#2352) by @dependabot
- build(deps): bump checkouts/data-schemas from `ebc77d3` to `68def1e` (#2351) by @dependabot
- Updated linting tooling (#2350) by @antonpirker
- feat(celery): Allow to override propagate_traces per task (#2331) by @jan-auer
- Fixing deprecated version attribute (#2338) by @vagi8
- build(deps): bump sphinx from 7.2.4 to 7.2.5 (#2344) by @dependabot
- Fix transaction name in Starlette and FastAPI (#2341) by @antonpirker
- Enhancement/add .vscode to .gitignore (#2317) by @shoaib-mohd
- Backpressure: only downsample a max of 10 times (#2347) by @sl0thentr0py
- Cleanup ASGI integration (#2335) by @antonpirker
- Pin anyio in tests (dep of httpx), because new major 4.0.0 breaks tests. (#2336) by @antonpirker
- fix(profiler): Do not call getcwd from module root (#2329) by @Zylphrex
- Update changelog (#2327) by @sentrivana

## 1.30.0

### Various fixes & improvements
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".format(datetime.now().year)
author = "Sentry Team and Contributors"

release = "1.30.0"
release = "1.31.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 @@ -271,4 +271,4 @@ def _get_default_options():
del _get_default_options


VERSION = "1.30.0"
VERSION = "1.31.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.30.0",
version="1.31.0",
author="Sentry Team and Contributors",
author_email="hello@sentry.io",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit bfeb825

Please sign in to comment.