Skip to content

Commit

Permalink
Updated changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Mar 11, 2024
1 parent 7aa6a76 commit 4051bca
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 21 deletions.
31 changes: 13 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,6 @@

## 2.0.0rc1

### Various fixes & improvements

- Fixed bump-version.sh to work with version names that have chars in them (0a65f388) by @antonpirker
- ref(api): Type hinting for start_transaction kwargs (#2796) by @szokeasaurusrex
- fix imports (79871a8d) by @antonpirker
- Update CHANGELOG.md (df9841ed) by @sentrivana
- release: 1.41.0 (fc706111) by @getsentry-bot
- ref(awslambda): xfail broken tests for now (#2794) by @sentrivana
- Removed print statements because it messes with the tests (#2789) by @antonpirker
- Correct `use_scope` comment (#2790) by @szokeasaurusrex
- build(deps): bump types-protobuf from 4.24.0.20240129 to 4.24.0.20240302 (#2782) by @dependabot
- build(deps): bump checkouts/data-schemas from `eb941c2` to `ed078ed` (#2781) by @dependabot
- feat(docs): Add gRPC note to migration guide (a03108f5) by @sentrivana
- Pin `grpcio` versions in CI (#2776) by @arr-ee
- feat(transport): Expose `socket_options` (#2786) by @sentrivana

## 2.0.0a2

## New Features

- 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.
Expand Down Expand Up @@ -101,6 +83,19 @@
- 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.
- The parameter `propagate_hub` in `ThreadingIntegration()` was deprecated and renamed to `propagate_scope`.

### Various fixes & improvements

- Expose `socket_options` (#2786) by @sentrivana
- AWS Lambda: xfail broken tests for now (#2794) by @sentrivana
- Docs: Add gRPC note to migration guide (a03108f5) by @sentrivana
- Pin `grpcio` versions in CI (#2776) by @arr-ee
- Dependencies: bump types-protobuf from 4.24.0.20240129 to 4.24.0.20240302 (#2782) by @dependabot
- Dependencies: bump checkouts/data-schemas from `eb941c2` to `ed078ed` (#2781) by @dependabot
- Removed print statements because it messes with the tests (#2789) by @antonpirker
- Type hinting for start_transaction kwargs (#2796) by @szokeasaurusrex
- Correct `use_scope` comment (#2790) by @szokeasaurusrex
- Fixed bump-version.sh to work with version names that have chars in them (0a65f388) by @antonpirker

## 1.41.0

### Various fixes & improvements
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ This is the official Python SDK for [Sentry](http://sentry.io/)

---

## Note about SDK 2.0.0a2
## Note about SDK 2.0.0rc1

**Sentry SDK 2.0.0a2** is alpha software and not yet ready for production.
**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.

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

Thanks!

Expand Down

0 comments on commit 4051bca

Please sign in to comment.