You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Changelog
2
2
3
+
## 2.6.0
4
+
5
+
- Introduce continuous profiling mode (#2830) by @Zylphrex
6
+
- Profiling: Add deprecation comment for profiler internals (#3167) by @sentrivana
7
+
- Profiling: Move thread data to trace context (#3157) by @Zylphrex
8
+
- Explicitly export cron symbols for typecheckers (#3072) by @spladug
9
+
- Cleaning up ASGI tests for Django (#3180) by @antonpirker
10
+
- Celery: Add Celery receive latency (#3174) by @antonpirker
11
+
- Metrics: Update type hints for tag values (#3156) by @elramen
12
+
- Django: Fix psycopg3 reconnect error (#3111) by @szokeasaurusrex
13
+
- Tracing: Keep original function signature when decorated (#3178) by @sentrivana
14
+
- Reapply "Refactor the Celery Beat integration (#3105)" (#3144) (#3175) by @antonpirker
15
+
- Added contributor image to readme (#3183) by @antonpirker
16
+
- bump actions/checkout from 4.1.4 to 4.1.6 (#3147) by @dependabot
17
+
- bump checkouts/data-schemas from `59f9683` to `8c13457` (#3146) by @dependabot
18
+
3
19
## 2.5.1
4
20
5
21
This change fixes a regression in our cron monitoring feature, which caused cron checkins not to be sent. The regression appears to have been introduced in version 2.4.0.
0 commit comments