File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.0.0rc1
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - Fixed bump-version.sh to work with version names that have chars in them (0a65f388) by @antonpirker
8
+ - ref(api): Type hinting for start_transaction kwargs (#2796) by @szokeasaurusrex
9
+ - fix imports (79871a8d) by @antonpirker
10
+ - Update CHANGELOG.md (df9841ed) by @sentrivana
11
+ - release: 1.41.0 (fc706111) by @getsentry-bot
12
+ - ref(awslambda): xfail broken tests for now (#2794) by @sentrivana
13
+ - Removed print statements because it messes with the tests (#2789) by @antonpirker
14
+ - Correct `use_scope` comment (#2790) by @szokeasaurusrex
15
+ - build(deps): bump types-protobuf from 4.24.0.20240129 to 4.24.0.20240302 (#2782) by @dependabot
16
+ - build(deps): bump checkouts/data-schemas from `eb941c2` to `ed078ed` (#2781) by @dependabot
17
+ - feat(docs): Add gRPC note to migration guide (a03108f5) by @sentrivana
18
+ - Pin `grpcio` versions in CI (#2776) by @arr-ee
19
+ - feat(transport): Expose `socket_options` (#2786) by @sentrivana
20
+
3
21
## 2.0.0a2
4
22
5
23
## New Features
Original file line number Diff line number Diff line change 28
28
copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
29
29
author = "Sentry Team and Contributors"
30
30
31
- release = "2.0.0a2 "
31
+ release = "2.0.0rc1 "
32
32
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
33
33
34
34
Original file line number Diff line number Diff line change @@ -328,4 +328,4 @@ def _get_default_options():
328
328
del _get_default_options
329
329
330
330
331
- VERSION = "2.0.0a2 "
331
+ VERSION = "2.0.0rc1 "
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_file_text(file_name):
21
21
22
22
setup (
23
23
name = "sentry-sdk" ,
24
- version = "2.0.0a2 " ,
24
+ version = "2.0.0rc1 " ,
25
25
author = "Sentry Team and Contributors" ,
26
26
27
27
url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments