Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Oct 31, 2023
1 parent 76f9aa3 commit 83bf819
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@

### Various fixes & improvements

- feat: Detect interpreter in shutdown state on thread spawn (#2468) by @mitsuhiko
- Load AWS Lambda secrets in Github CI (#2153) by @antonpirker
- Fix parsing of Django `path` patterns (#2452) by @sentrivana
- fix(integrations): Falcon integration checks response status before reporting error (#2465) by @szokeasaurusrex
- New: Added `error_sampler` option (#2456) by @szokeasaurusrex
- Python 3.12: Detect interpreter in shutdown state on thread spawn (#2468) by @mitsuhiko
- Patch eventlet under Sentry SDK (#2464) by @szokeasaurusrex
- Add Django 4.2 to test suite (#2462) by @sentrivana
- feat(api): Added `error_sampler` option (#2456) by @szokeasaurusrex
- Update compatible runtimes for AWS Lambda layer (#2453) by @antonpirker
- Make sure `get_dsn_parameters` is an actual function (#2441) by @sentrivana
- Mitigate CPU spikes when sending lots of events with lots of data (#2449) by @antonpirker
- Make `debug` option also configurable via environment (#2450) by @antonpirker
- Make sure `get_dsn_parameters` is an actual function (#2441) by @sentrivana
- Bump pytest-localserver, add compat comment (#2448) by @sentrivana
- AWS Lambda: Update compatible runtimes for AWS Lambda layer (#2453) by @antonpirker
- AWS Lambda: Load AWS Lambda secrets in Github CI (#2153) by @antonpirker
- Redis: Connection attributes in `redis` database spans (#2398) by @antonpirker
- Falcon: Falcon integration checks response status before reporting error (#2465) by @szokeasaurusrex
- Quart: Support Quart 0.19 onwards (#2403) by @pgjones
- Sanic: Sanic integration initial version (#2419) by @szokeasaurusrex
- Django: Fix parsing of Django `path` patterns (#2452) by @sentrivana
- Django: Add Django 4.2 to test suite (#2462) by @sentrivana
- Polish changelog (#2434) by @sentrivana
- Update CONTRIBUTING.md (#2443) by @krishvsoni
- Support Quart 0.19 onwards (#2403) by @pgjones
- Sanic integration initial version (#2419) by @szokeasaurusrex
- Update README.md (#2435) by @sentrivana
- Connection attributes in `redis` database spans (#2398) by @antonpirker
- Polish changelog (#2434) by @sentrivana

## 1.32.0

Expand Down

0 comments on commit 83bf819

Please sign in to comment.