|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2.0.0rc5 |
| 4 | + |
| 5 | +### Various fixes & improvements |
| 6 | + |
| 7 | +- fix(metrics): Change `data_category` from `statsd` to `metric_bucket` (#2954) by @cleptric |
| 8 | +- feat(metrics): New normalization of keys, values, units (#2946) by @sentrivana |
| 9 | +- feat(typing): Make monitor_config a TypedDict (#2931) by @sentrivana |
| 10 | +- feat(metrics): Add value, unit to before_emit_metric (#2958) by @sentrivana |
| 11 | +- chore: Remove experimental metric summary options (#2957) by @sentrivana |
| 12 | +- fix(profiler): Accessing __mro__ might throw a ValueError (#2952) by @sentrivana |
| 13 | +- feat: Remove outdated version pins (#2690) by @sentrivana |
| 14 | +- ref(tests): Remove `debug=True` from tests (#2934) by @sentrivana |
| 15 | +- feat(integrations): Add django signals_denylist to filter signals that are attached to by signals_span (#2758) by @lieryan |
| 16 | +- build(deps): bump types-protobuf from 4.24.0.20240311 to 4.24.0.20240408 (#2941) by @dependabot |
| 17 | +- ref(crons): Remove deprecated `typing` imports (#2945) by @szokeasaurusrex |
| 18 | +- fix(crons): Fix type hints for monitor decorator (#2944) by @szokeasaurusrex |
| 19 | +- Suppress prompt spawned by subprocess when using pythonw (#2936) by @antonpirker |
| 20 | +- fix(integrations): Handle None-value in GraphQL query #2715 (#2762) by @czyber |
| 21 | +- feat: incr -> increment for metrics (#2588) by @mitsuhiko |
| 22 | +- Disable Codecov Check Run Annotations (#2537) by @eliatcodecov |
| 23 | +- Add devenv-requirements.txt and update env setup instructions (#2761) by @arr-ee |
| 24 | +- Do not send "quiet" Sanic exceptions to Sentry. (#2821) by @hamedsh |
| 25 | +- feat(metrics): Implement metric_bucket rate limits (#2933) by @cleptric |
| 26 | +- Update CHANGELOG.md (#2963) by @sentrivana |
| 27 | +- release: 1.44.1 (#2963) by @sentrivana |
| 28 | + |
3 | 29 | ## 2.0.0rc4
|
4 | 30 |
|
5 | 31 | ## New Features
|
|
0 commit comments