Skip to content

Commit b157369

Browse files
committed
release: 2.9.0
1 parent b7fd54a commit b157369

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 2.9.0
4+
5+
### Various fixes & improvements
6+
7+
- Improved handling of span status (#3261) by @antonpirker
8+
- test(client): Add tests for dropped span client reports (#3244) by @szokeasaurusrex
9+
- test(transport): Test new client report features (#3244) by @szokeasaurusrex
10+
- feat(tracing): Record lost spans in client reports (#3244) by @szokeasaurusrex
11+
- test(sampling): Replace custom logic with `capture_record_lost_event_calls` (#3257) by @szokeasaurusrex
12+
- test(transport): Non-order-dependent discarded events assertion (#3255) by @szokeasaurusrex
13+
- test: Introduce `capture_record_lost_event_calls` fixture (#3254) by @szokeasaurusrex
14+
- test: Fix non-idempotent test (#3253) by @szokeasaurusrex
15+
- ref(transport): Improve event data category typing (#3243) by @szokeasaurusrex
16+
317
## 2.8.0
418

519
### Various fixes & improvements

Diff for: docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
2929
author = "Sentry Team and Contributors"
3030

31-
release = "2.8.0"
31+
release = "2.9.0"
3232
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3333

3434

Diff for: sentry_sdk/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -555,4 +555,4 @@ def _get_default_options():
555555
del _get_default_options
556556

557557

558-
VERSION = "2.8.0"
558+
VERSION = "2.9.0"

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_file_text(file_name):
2121

2222
setup(
2323
name="sentry-sdk",
24-
version="2.8.0",
24+
version="2.9.0",
2525
author="Sentry Team and Contributors",
2626
author_email="[email protected]",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)