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
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# Changelog
2
2
3
+
## 2.6.0
4
+
5
+
### SDK Core (ongoing)
6
+
7
+
By: @spladug (#3072)
8
+
9
+
### Continuous Profiling (ongoing)
10
+
11
+
By: @Zylphrex (#2830)
12
+
13
+
### Various fixes & improvements
14
+
15
+
- Added contributor image to readme (#3183) by @antonpirker
16
+
- fix(tracing): Keep original function signature when decorated (#3178) by @sentrivana
17
+
- Cleaning up ASGI tests for Django (#3180) by @antonpirker
18
+
- Reapply "Refactor the Celery Beat integration (#3105)" (#3144) (#3175) by @antonpirker
19
+
- Add Celery receive latency (#3174) by @antonpirker
20
+
- Add deprecation comment for profiler internals (#3167) by @sentrivana
21
+
- ref(metrics): Update type hints for tag values (#3156) by @elramen
22
+
- fix(profiling): Move thread data to trace context (#3157) by @Zylphrex
23
+
- fix(django): Fix psycopg3 reconnect error (#3111) by @szokeasaurusrex
24
+
- build(deps): bump actions/checkout from 4.1.4 to 4.1.6 (#3147) by @dependabot
25
+
- build(deps): bump checkouts/data-schemas from `59f9683` to `8c13457` (#3146) by @dependabot
26
+
3
27
## 2.5.1
4
28
5
29
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