Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Nov 21, 2023
1 parent b9d2464 commit 89ba92a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@

## 1.36.0

### Various fixes & improvements

- Handling asgi body in the right way. For real (#2513) by @antonpirker
- Fix Quart integration for Quart 0.19.4 (#2516) by @antonpirker
- Ensure `RedisIntegration` is disabled, unless `redis` is installed (#2504) by @szokeasaurusrex
- Make async gRPC less noisy (#2507) by @jyggen
- Do not create a span when task is triggered by Celery Beat (#2510) by @antonpirker
- Test with Flask 3.0 (#2506) by @sentrivana
- feat(integrations): Support Django 5.0 (#2490) by @sentrivana
- Django: Support Django 5.0 (#2490) by @sentrivana
- Django: Handling ASGI body in the right way. (#2513) by @antonpirker
- Flask: Test with Flask 3.0 (#2506) by @sentrivana
- Celery: Do not create a span when task is triggered by Celery Beat (#2510) by @antonpirker
- Redis: Ensure `RedisIntegration` is disabled, unless `redis` is installed (#2504) by @szokeasaurusrex
- Quart: Fix Quart integration for Quart 0.19.4 (#2516) by @antonpirker
- gRPC: Make async gRPC less noisy (#2507) by @jyggen

## 1.35.0

Expand Down

0 comments on commit 89ba92a

Please sign in to comment.