Skip to content

Tasker 0.1.3

Choose a tag to compare

@github-actions github-actions released this 16 Feb 05:16
· 441 commits to main since this release
1f8e919

Published Packages

Package Version Registry
tasker-pgmq 0.1.3 crates.io
tasker-shared 0.1.3 crates.io
tasker-client 0.1.3 crates.io
tasker-orchestration 0.1.3 crates.io
tasker-worker 0.1.3 crates.io
tasker-ctl 0.1.3 crates.io
tasker-rb 0.1.4 RubyGems
tasker-py 0.1.3 PyPI
@tasker-systems/tasker 0.1.4 npm

FFI Libraries

Pre-built native libraries are attached to this release.

Target Python TypeScript Ruby
x86_64-unknown-linux-gnu .whl .so .so
aarch64-apple-darwin .whl .dylib .bundle

Container Images

Image Registry
tasker-orchestration GHCR
tasker-worker-ruby GHCR
tasker-worker-python GHCR
tasker-worker-typescript GHCR

What's Changed

  • feat(TAS-273): ship pre-compiled FFI binaries for Ruby and TypeScript by @jcoletaylor in #219
  • feat: independent FFI package versioning for release tooling by @jcoletaylor in #220
  • chore(release): prepare FFI packages - Ruby v0.1.3, TypeScript v0.1.3 by @jcoletaylor in #221
  • fix: publish jobs blocked by partial FFI build matrix cancellation by @jcoletaylor in #222
  • fix: multi-arch postgres image + Docker runtime updates by @jcoletaylor in #223
  • Remove --all-features from Docker builds to fix tokio-console panic by @jcoletaylor in #224
  • deps(deps): bump url from 2.5.7 to 2.5.8 by @dependabot[bot] in #156
  • refactor(logging): redact sensitive data from logs (TAS-279) by @jcoletaylor in #225
  • fix: TypeScript FFI path resolution and JSON parsing bugs (TAS-282, TAS-283) by @jcoletaylor in #226
  • refactor: split Claude web setup into lightweight SessionStart hook and full setup by @jcoletaylor in #227
  • feat: add high-level Worker lifecycle manager for Python worker (TAS-281) by @jcoletaylor in #228
  • docs: adding tickets and claude md files that had been modified by @jcoletaylor in #229
  • chore(release): prepare v0.1.3 by @jcoletaylor in #230
  • ci(TAS-284): merge FFI client tests into framework workflows by @jcoletaylor in #231
  • ci: remove linux-arm64 from CI builds and releases by @jcoletaylor in #232
  • ci: make release tag push steps non-fatal by @jcoletaylor in #233

Full Changelog: v0.1.2...v0.1.3