Releases: getsentry/taskbroker
Releases · getsentry/taskbroker
25.12.1
25.12.0
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
fix(deploy): GH actions check for correct job name (#514)
25.11.0
chore: Push images to SR and MR registries (#512)
25.10.0
feat(consumer): Add metrics for partitions assigned and revoked (#497) * feat(consumer): Add metrics for partitions assigned and revoked
25.9.0
metric(sqlite): Measure passive checkpointing duration (#483) * Measure passive checkpointing duration * Add metric for busy checkpointing and error handling * fix lint
25.8.0
Bump timeout for taskbroker deploy primary stage (#468)
25.7.0
ref(gocd): use console script entry points (#439)
25.6.2
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
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.