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,4 +1,28 @@
1
1
# Changelog
2
+
## 26.5.0
3
+
4
+
### New Features ✨
5
+
6
+
#### Taskbroker
7
+
8
+
- Batch Status Updates by @george-sentry in [#618](https://github.com/getsentry/taskbroker/pull/618)
9
+
- More Push Taskbroker Metrics by @george-sentry in [#631](https://github.com/getsentry/taskbroker/pull/631)
10
+
11
+
#### Other
12
+
13
+
- (client) Add TaskProducer by @bmckerry in [#633](https://github.com/getsentry/taskbroker/pull/633)
14
+
- (examples) Add task that produces by @bmckerry in [#638](https://github.com/getsentry/taskbroker/pull/638)
15
+
16
+
### Bug Fixes 🐛
17
+
18
+
- (client) Use correct default topic name by @bmckerry in [#636](https://github.com/getsentry/taskbroker/pull/636)
19
+
- (iswf) Reverts change to reporting logic that silences NoRetriesRemaining exceptions by @GabeVillalobos in [#627](https://github.com/getsentry/taskbroker/pull/627)
20
+
21
+
### Internal Changes 🔧
22
+
23
+
- (deps) Bump urllib3 from 2.6.3 to 2.7.0 by @dependabot in [#632](https://github.com/getsentry/taskbroker/pull/632)
24
+
- (deps-dev) Bump pytest from 8.3.3 to 9.0.3 by @dependabot in [#629](https://github.com/getsentry/taskbroker/pull/629)
0 commit comments