Skip to content

Releases: stack-rs/mitosis

0.6.6 - 2025-11-11

17 Nov 05:30

Choose a tag to compare

Release Notes

Features

  • (s3) Make bucket names configurable - (36e114f)

Documentation

  • (guide) Update guidance to include new features - (c765e80)

Dosc

0.6.6 - 2025-11-11

17 Nov 05:38

Choose a tag to compare

Release Notes

Features

  • (s3) Make bucket names configurable - (36e114f)

Documentation

  • (guide) Update guidance to include new features - (c765e80)

Dosc

Install mito 0.6.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/stack-rs/mitosis/releases/download/mito-v0.6.6/mito-installer.sh | sh

Download mito 0.6.6

File Platform Checksum
mito-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
mito-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

0.6.5 - 2025-11-02

02 Nov 07:21

Choose a tag to compare

Release Notes

Features

  • (api) Add batch operation for artifacts, attachments and tasks - (1daa2ec)
  • (api) Add batch cancellation of workers and tasks by uuid - (00adc71)
  • (api) Add batch download for artifacts and attachments - (148d064)
  • (api) Add batch cancellation for tasks and workers - (fcc1ca1)
  • (task) Record reporter uuid when commiting task - (8e021f8)
  • (worker) Support shared rolling log - (15f5109)

Refactor

  • (schema) [breaking] Rename key_prefix to key in query - (5fe98d0)

Documentation

  • (spec) Update openapi type/api definition - (224e801)

0.6.5 - 2025-11-02

02 Nov 07:30

Choose a tag to compare

Release Notes

Features

  • (api) Add batch operation for artifacts, attachments and tasks - (1daa2ec)
  • (api) Add batch cancellation of workers and tasks by uuid - (00adc71)
  • (api) Add batch download for artifacts and attachments - (148d064)
  • (api) Add batch cancellation for tasks and workers - (fcc1ca1)
  • (task) Record reporter uuid when commiting task - (8e021f8)
  • (worker) Support shared rolling log - (15f5109)

Refactor

  • (schema) [breaking] Rename key_prefix to key in query - (5fe98d0)

Documentation

  • (spec) Update openapi type/api definition - (224e801)

Install mito 0.6.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/stack-rs/mitosis/releases/download/mito-v0.6.5/mito-installer.sh | sh

Download mito 0.6.5

File Platform Checksum
mito-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
mito-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

0.6.4 - 2025-10-09

09 Oct 06:39

Choose a tag to compare

Release Notes

Features

  • (cli) Unify attachment interfaces - (a0d3030)

0.6.4 - 2025-10-09

09 Oct 06:50

Choose a tag to compare

Release Notes

Features

  • (cli) Unify attachment interfaces - (a0d3030)

Install mito 0.6.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/stack-rs/mitosis/releases/download/mito-v0.6.4/mito-installer.sh | sh

Download mito 0.6.4

File Platform Checksum
mito-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
mito-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

0.6.3 - 2025-09-29

29 Sep 02:53

Choose a tag to compare

Release Notes

Miscellaneous Tasks

  • (release) Update cargo-dist installer version - (93e84c7)

Build

  • (musl) Bump aws-lc-rs and aws-lc-sys to newest - (f6cf1ae)
  • (musl) Downgrade aws-lc-rs version - (5b4b626)

0.6.3 - 2025-09-29

29 Sep 03:03

Choose a tag to compare

Release Notes

Miscellaneous Tasks

  • (release) Update cargo-dist installer version - (93e84c7)

Build

  • (musl) Bump aws-lc-rs and aws-lc-sys to newest - (f6cf1ae)
  • (musl) Downgrade aws-lc-rs version - (5b4b626)

Install mito 0.6.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/stack-rs/mitosis/releases/download/mito-v0.6.3/mito-installer.sh | sh

Download mito 0.6.3

File Platform Checksum
mito-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
mito-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

0.6.2 - 2025-09-26

26 Sep 08:41

Choose a tag to compare

Release Notes

Features

  • (api) Support change group_quota of a user - (8dd70e4)
  • (api) Return better error for group creation - (f3937c7)
  • (client) Support parsing resources in task submit - (f2ca4ac)
  • (coordinator) Implement TaskTracker-based graceful shutdown - (6c288a3)

Bug Fixes

  • (admin) Remove typo in api path - (636e816)

Documentation

  • (spec) Update openapi type/api definition - (96c7cbf)
  • (spec) Update openapi type definition - (0a36524)

Build

  • Use crossfire-channel as default comm - (e4700a8)

0.6.1 - 2025-09-15

15 Sep 10:31

Choose a tag to compare

Release Notes

Features

  • (main) Add entrypoint of manager - (e9537c0)
  • (worker) Allow worker to submit downstream task - (fe6704f)

Documentation

  • (guide) Add guidance for manager - (35aca9a)