Skip to content

chore(release): 0.18.0#322

Merged
pratyush618 merged 2 commits into
masterfrom
chore/release-0.18.0
Jun 28, 2026
Merged

chore(release): 0.18.0#322
pratyush618 merged 2 commits into
masterfrom
chore/release-0.18.0

Conversation

@pratyush618

@pratyush618 pratyush618 commented Jun 28, 2026

Copy link
Copy Markdown
Collaborator

0.18.0 release prep

Version bumped 0.17.0 → 0.18.0 across all crates and SDKs (13 manifests + Cargo.lock), and the Unreleased changelog section cut to 0.18.0.

Contents (already merged to master)

No public API or wire-format change.

Version locations bumped

6 crate Cargo.toml, sdks/python/pyproject.toml, sdks/python/taskito/__init__.py, sdks/node/package.json, 4 Java build.gradle.kts (root + processor + test-support + graalvm-smoke), Cargo.lock.

After merge (manual, from the GitHub UI)

  • Python → PyPI: tag 0.18.0publish.yml.
  • Node → npm @byteveda/taskito: tag node-v0.18.0publish-node.yml.
  • Java → Maven Central: tag java-v0.18.0publish-java.yml.

Verified: cargo check --workspace green, ruff/mypy/tsc pre-commit pass, changelog mdx regenerated from source.

Summary by CodeRabbit

  • Bug Fixes

    • Improved job processing reliability and recovery after worker interruptions.
    • Enhanced performance for queue-related lookups and dead-letter handling.
  • Documentation

    • Added the 0.18.0 release notes to the changelog.
  • Chores

    • Updated package and project versions to 0.18.0 across supported builds and SDKs.

@coderabbitai

coderabbitai Bot commented Jun 28, 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: b80cf060-ce04-4d1f-929c-e4e64b704a50

📥 Commits

Reviewing files that changed from the base of the PR and between 19ae2e4 and f4b6cb2.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (15)
  • CHANGELOG.md
  • crates/taskito-core/Cargo.toml
  • crates/taskito-java/Cargo.toml
  • crates/taskito-mesh/Cargo.toml
  • crates/taskito-node/Cargo.toml
  • crates/taskito-python/Cargo.toml
  • crates/taskito-workflows/Cargo.toml
  • docs/content/docs/resources/changelog.mdx
  • sdks/java/build.gradle.kts
  • sdks/java/graalvm-smoke/build.gradle.kts
  • sdks/java/processor/build.gradle.kts
  • sdks/java/test-support/build.gradle.kts
  • sdks/node/package.json
  • sdks/python/pyproject.toml
  • sdks/python/taskito/__init__.py

📝 Walkthrough

Walkthrough

Version bumped from 0.17.0 to 0.18.0 across all Rust crate manifests, Java Gradle build files, Node package.json, Python pyproject.toml and __init__.py fallback. Both CHANGELOG.md and docs/content/docs/resources/changelog.mdx replace the "Unreleased" marker with a 0.18.0 entry.

Changes

v0.18.0 Release

Layer / File(s) Summary
Changelog entries
CHANGELOG.md, docs/content/docs/resources/changelog.mdx
"Unreleased" section replaced with 0.18.0 entry describing Postgres dequeue hardening, in-flight job recovery, indexing improvements, and job_payloads side-table removal.
Version bumps
crates/taskito-*/Cargo.toml, sdks/java/*/build.gradle.kts, sdks/node/package.json, sdks/python/pyproject.toml, sdks/python/taskito/__init__.py
All package/crate version fields updated from 0.17.0 to 0.18.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • ByteVeda/taskito#224: Prior release bump touching the same version fields including the Python __version__ fallback and changelog.
  • ByteVeda/taskito#295: The 0.16.4 release PR updating the same Cargo.toml and SDK manifest version fields.
  • ByteVeda/taskito#316: Another release-only bump touching the same versioned files and changelog sections.

Poem

🐇 Hop, hop, version leaps ahead,
From seventeen to eighteen we tread!
Postgres dequeued with SKIP LOCKED grace,
Dead letters indexed, payloads inplace.
No wire-format changed, just the number's new face~

🚥 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 identifies the 0.18.0 release/version bump and matches the main change in the PR.
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.18.0

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

@pratyush618
pratyush618 merged commit 2f9bbdf into master Jun 28, 2026
38 checks passed
@pratyush618
pratyush618 deleted the chore/release-0.18.0 branch June 28, 2026 08:53
@coderabbitai coderabbitai Bot mentioned this pull request Jul 6, 2026
2 tasks
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.

1 participant