Skip to content

Commit

Permalink
release: 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed May 16, 2024
1 parent 06efff3 commit 573d321
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 2.2.0

### Various fixes & improvements

- Add tags + data passing functionality to @ai_track (#3071) by @colin-sentry
- feat: Add `last_event_id` to top-level api (#3064) by @szokeasaurusrex
- feat(scope): Add last_event_id to Scope (#3064) by @szokeasaurusrex
- fix(tracing): Only propagate headers from spans within transactions (#3070) by @szokeasaurusrex
- feat(celery): Set "messaging.system" on span (#3024) by @szokeasaurusrex
- feat(celery): Set task ID on span (#3015) by @szokeasaurusrex
- feat: Send Celery retry count (#2971) by @szokeasaurusrex
- feat(celery): Send queue name to Sentry (#2984) by @szokeasaurusrex
- ref(metrics): Improve type hints for set metrics (#3048) by @elramen
- feat(ai-monitoring): Cohere integration (#3055) by @colin-sentry
- ref(scope): Fix `get_client` typing (#3063) by @szokeasaurusrex
- Auto-enable Anthropic integration + gate imports (#3054) by @colin-sentry
- Made MeasurementValue.unit NotRequired (#3051) by @antonpirker

## 2.1.1

- Fix trace propagation in Celery tasks started by Celery Beat. (#3047) by @antonpirker
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.1.1"
release = "2.2.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 @@ -488,4 +488,4 @@ def _get_default_options():
del _get_default_options


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

0 comments on commit 573d321

Please sign in to comment.