Skip to content

Releases: getsentry/taskbroker

25.12.1

23 Dec 16:42
78a5f14

Choose a tag to compare

[STREAM-594] Generate Unique Namespace for Tests (#519)

* Generate Unique Namespace for Tests

* Improve Comments

* Remove Unused Import

25.12.0

15 Dec 18:46
a83eaa8

Choose a tag to compare

ref: Fix panic in get_pending_activations (#517)

This seems to have been unintentional, don't see a reason why we
shouldn't propagate that error.

25.11.1

01 Dec 18:16
a82db4a

Choose a tag to compare

fix(deploy): GH actions check for correct job name (#514)

25.11.0

17 Nov 19:26
a6c1bc9

Choose a tag to compare

chore: Push images to SR and MR registries (#512)

25.10.0

15 Oct 18:12
dfd4bff

Choose a tag to compare

feat(consumer): Add metrics for partitions assigned and revoked (#497)

* feat(consumer): Add metrics for partitions assigned and revoked

25.9.0

16 Sep 01:28
66748f2

Choose a tag to compare

metric(sqlite): Measure passive checkpointing duration (#483)

* Measure passive checkpointing duration

* Add metric for busy checkpointing and error handling

* fix lint

25.8.0

15 Aug 17:19
85d9d96

Choose a tag to compare

Bump timeout for taskbroker deploy primary stage (#468)

25.7.0

15 Jul 17:29
90b65ac

Choose a tag to compare

ref(gocd): use console script entry points (#439)

25.6.2

30 Jun 21:59
18c7d87

Choose a tag to compare

feat(docker): add the user with explicit uid/gid (#411)

* feat(docker): add default non-root user

* do not set default user for now

25.6.1

20 Jun 21:56
b6b302c

Choose a tag to compare

fix: Improve assertions on status counts (#424)

Add more exhaustive assertions for status counts. This could be helpful
in the future if we need to refactor InflightActivationStore is
implemented.