Skip to content

Commit 4051bca

Browse files
committed
Updated changelog and readme
1 parent 7aa6a76 commit 4051bca

File tree

2 files changed

+16
-21
lines changed

2 files changed

+16
-21
lines changed

CHANGELOG.md

+13-18
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,6 @@
22

33
## 2.0.0rc1
44

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-
21-
## 2.0.0a2
22-
235
## New Features
246

257
- Additional integrations will now be activated automatically if the SDK detects the respective package is installed: Ariadne, ARQ, asyncpg, Chalice, clickhouse-driver, GQL, Graphene, huey, Loguru, PyMongo, Quart, Starlite, Strawberry.
@@ -101,6 +83,19 @@
10183
- 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.
10284
- The parameter `propagate_hub` in `ThreadingIntegration()` was deprecated and renamed to `propagate_scope`.
10385

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
98+
10499
## 1.41.0
105100

106101
### Various fixes & improvements

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ This is the official Python SDK for [Sentry](http://sentry.io/)
1616

1717
---
1818

19-
## Note about SDK 2.0.0a2
19+
## Note about SDK 2.0.0rc1
2020

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.
2222

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).
2424

2525
Thanks!
2626

0 commit comments

Comments
 (0)