Skip to content

Tasker 0.1.6

Choose a tag to compare

@github-actions github-actions released this 26 Feb 01:30
· 353 commits to main since this release
da0ee30

Published Packages

Package Version Registry
tasker-pgmq 0.1.6 crates.io
tasker-shared 0.1.6 crates.io
tasker-client 0.1.6 crates.io
tasker-orchestration 0.1.6 crates.io
tasker-worker 0.1.6 crates.io
tasker-ctl 0.1.6 crates.io
tasker-rb 0.1.8 RubyGems
tasker-py 0.1.6 PyPI
@tasker-systems/tasker 0.1.8 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

CLI Binaries

Pre-built tasker-ctl binaries are attached to this release.

# Install via cargo-binstall (recommended, installs in seconds):
cargo binstall tasker-ctl

# Or download directly from this release
Target Archive
x86_64-unknown-linux-gnu tasker-ctl-0.1.6-x86_64-unknown-linux-gnu.tar.gz
aarch64-unknown-linux-gnu tasker-ctl-0.1.6-aarch64-unknown-linux-gnu.tar.gz
x86_64-apple-darwin tasker-ctl-0.1.6-x86_64-apple-darwin.tar.gz
aarch64-apple-darwin tasker-ctl-0.1.6-aarch64-apple-darwin.tar.gz

Container Images

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

What's Changed

  • fix: handle HashWithIndifferentAccess for Ruby hashes by @jcoletaylor in #253
  • chore(release): prepare FFI packages - Ruby v0.1.7, TypeScript v0.1.7 by @jcoletaylor in #254
  • docs: DSL-primary rewrite and documentation quality fixes by @jcoletaylor in #255
  • ci(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #256
  • feat: Add cargo-binstall support for tasker-ctl CLI binaries by @jcoletaylor in #257
  • feat(TAS-280): typed handler codegen from task template result_schema by @jcoletaylor in #258
  • chore(release): prepare v0.1.6 by @jcoletaylor in #259

Full Changelog: v0.1.5...v0.1.6