Skip to content

chore(release): 0.21.0 - #496

Merged
pratyush618 merged 1 commit into
masterfrom
chore/release-0.21.0
Jul 22, 2026
Merged

chore(release): 0.21.0#496
pratyush618 merged 1 commit into
masterfrom
chore/release-0.21.0

Conversation

@kartikeya-27

@kartikeya-27 kartikeya-27 commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Release 0.21.0. All SDKs (Python, Node, Java) and the Rust crates ship in lock-step off one version.

Bumped via scripts/version.mjs --set 0.21.0 (root Cargo.toml source of truth + mirrors + Cargo.lock); docs changelog page and version badge regenerated by scripts/sync-changelog.mjs. scripts/version.mjs --check passes.

Highlights (since 0.20.0)

Added

  • Log + cursor pub/sub — opt-in log topic mode, per-message ack, first-class topic registry, managed consumer.
  • Retention on by default — per-table windows, elected reaper/cleaner, bounded purges on all backends.
  • Overload controls — opt-in max_pending admission cap, CoDel load shedding, LIFO dispatch order.
  • Per-task token-bucket retry_budget.
  • Native async dispatch; headless taskito-tui; native Rust worker + typed Redis/JSON errors; cross-SDK per-task policy + batching parity; single-source release version.

Changed

  • Keyset pagination and bounded scans at millions of rows; async backpressure; unified task lifecycle; PostgreSQL/Redis retention tuning.

Fixed

  • Node webhook SSRF guard; Node webhook store aligned to the cross-SDK layout; log-consumer flush/shutdown fixes; negative result_ttl rejected; docs path prefix.

Full detail in CHANGELOG.md.

Verification

Full suite green locally: cargo fmt/clippy/test, Python ruff+mypy+pytest (1277 passed, 7 skipped), Node lint + 459 tests, Java ./gradlew build.

After merge

Tag 0.21.0, node-v0.21.0, java-v0.21.0 from master to trigger the publish workflows; taskito-core to crates.io is published manually.

Summary by CodeRabbit

  • New Features

    • Added opt-in log and cursor pub/sub capabilities.
    • Enabled retention by default.
    • Added overload controls, retry budgets, and native async dispatch.
    • Improved cross-SDK support and publication readiness.
  • Improvements

    • Enhanced pagination, backpressure, task lifecycle handling, and retention tuning.
  • Bug Fixes

    • Improved webhook security and storage behavior.
    • Fixed log consumer shutdown and invalid negative result_ttl handling.
    • Corrected dashboard documentation routing.
  • Release

    • Updated all package and documentation version references to 0.21.0.

@coderabbitai

coderabbitai Bot commented Jul 22, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 8bb81c34-b7fc-4eea-81c9-30249221515d

📥 Commits

Reviewing files that changed from the base of the PR and between 1ac500b and 1cd3bb6.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (7)
  • CHANGELOG.md
  • Cargo.toml
  • docs/app/lib/version.ts
  • docs/content/docs/resources/changelog.mdx
  • sdks/java/gradle.properties
  • sdks/node/package.json
  • sdks/python/taskito/__init__.py

📝 Walkthrough

Walkthrough

The 0.21.0 release adds categorized changelog entries and updates version declarations in the workspace, documentation site, and Java, Node, and Python SDKs.

Changes

0.21.0 Release

Layer / File(s) Summary
Release notes and changelog
CHANGELOG.md, docs/content/docs/resources/changelog.mdx
Adds the 0.21.0 release description with Added, Changed, and Fixed entries.
Workspace and SDK version declarations
Cargo.toml, docs/app/lib/version.ts, sdks/java/gradle.properties, sdks/node/package.json, sdks/python/taskito/__init__.py
Updates version values from 0.20.0 to 0.21.0 across project and SDK metadata.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

Suggested labels: scheduler

Suggested reviewers: pratyush618

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately identifies this as the 0.21.0 release change.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/release-0.21.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@kartikeya-27
kartikeya-27 requested a review from pratyush618 July 22, 2026 08:23
@kartikeya-27 kartikeya-27 self-assigned this Jul 22, 2026
@pratyush618
pratyush618 merged commit 97a1f0e into master Jul 22, 2026
34 checks passed
@pratyush618
pratyush618 deleted the chore/release-0.21.0 branch July 22, 2026 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants