You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changelog
2
2
3
-
## 2.0.0a2
3
+
## 2.0.0rc1
4
4
5
5
## New Features
6
6
@@ -83,6 +83,19 @@
83
83
- Passing a function to `sentry_sdk.init`'s `transport` keyword argument has been deprecated. If you wish to provide a custom transport, please pass a `sentry_sdk.transport.Transport` instance or a subclass.
84
84
- The parameter `propagate_hub` in `ThreadingIntegration()` was deprecated and renamed to `propagate_scope`.
85
85
86
+
### Various fixes & improvements
87
+
88
+
- Expose `socket_options` (#2786) by @sentrivana
89
+
- AWS Lambda: xfail broken tests for now (#2794) by @sentrivana
90
+
- Docs: Add gRPC note to migration guide (a03108f5) by @sentrivana
91
+
- Pin `grpcio` versions in CI (#2776) by @arr-ee
92
+
- Dependencies: bump types-protobuf from 4.24.0.20240129 to 4.24.0.20240302 (#2782) by @dependabot
93
+
- Dependencies: bump checkouts/data-schemas from `eb941c2` to `ed078ed` (#2781) by @dependabot
94
+
- Removed print statements because it messes with the tests (#2789) by @antonpirker
95
+
- Type hinting for start_transaction kwargs (#2796) by @szokeasaurusrex
96
+
- Correct `use_scope` comment (#2790) by @szokeasaurusrex
97
+
- Fixed bump-version.sh to work with version names that have chars in them (0a65f388) by @antonpirker
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@ This is the official Python SDK for [Sentry](http://sentry.io/)
16
16
17
17
---
18
18
19
-
## Note about SDK 2.0.0a2
19
+
## Note about SDK 2.0.0rc1
20
20
21
-
**Sentry SDK 2.0.0a2**is alpha software and not yet ready for production.
21
+
**Sentry SDK 2.0.0rc1**has been tested under load on Sentry itself. But we advice you to still be careful if you test this in production.
22
22
23
-
Please give it a spin and test it with your project. If you have any questions or feedback please contact us on [Discord](https://discord.gg/Ww9hbqr) in the [#python](https://discord.com/channels/621778831602221064/621783758739079168) channel or create a [GitHub Issue](https://github.com/getsentry/sentry-python/issues) or start a [GitHub Discussion](https://github.com/getsentry/sentry-python/discussions).
23
+
Please give it a spin and test it with your project. If you have any questions or feedback please contact us on [Discord](https://discord.gg/Ww9hbqr) in the [#sdk-chat](https://discord.com/channels/621778831602221064/1211958154984820776) channel or create a [GitHub Issue](https://github.com/getsentry/sentry-python/issues) or start a [GitHub Discussion](https://github.com/getsentry/sentry-python/discussions).
0 commit comments