File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 1.36.0
4
4
5
- ### Various fixes & improvements
6
5
7
- - Handling asgi body in the right way. For real (#2513 ) by @antonpirker
8
- - Fix Quart integration for Quart 0.19.4 (#2516 ) by @antonpirker
9
- - Ensure `RedisIntegration` is disabled, unless `redis` is installed (#2504 ) by @szokeasaurusrex
10
- - Make async gRPC less noisy (#2507 ) by @jyggen
11
- - Do not create a span when task is triggered by Celery Beat (#2510 ) by @antonpirker
12
- - Test with Flask 3.0 (#2506 ) by @sentrivana
13
- - feat(integrations): Support Django 5.0 (#2490 ) by @sentrivana
6
+ - Django: Support Django 5.0 (#2490 ) by @sentrivana
7
+ - Django: Handling ASGI body in the right way. (#2513 ) by @antonpirker
8
+ - Flask: Test with Flask 3.0 (#2506 ) by @sentrivana
9
+ - Celery: Do not create a span when task is triggered by Celery Beat (#2510 ) by @antonpirker
10
+ - Redis: Ensure `RedisIntegration` is disabled, unless `redis` is installed (#2504 ) by @szokeasaurusrex
11
+ - Quart: Fix Quart integration for Quart 0.19.4 (#2516 ) by @antonpirker
12
+ - gRPC: Make async gRPC less noisy (#2507 ) by @jyggen
14
13
15
14
## 1.35.0
16
15
You can’t perform that action at this time.
0 commit comments