Releases: stack-rs/mitosis
Releases · stack-rs/mitosis
0.6.2 - 2025-09-26
26 Sep 08:41
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Release Notes
Features
(main) Add entrypoint of manager - (e9537c0 )
(worker) Allow worker to submit downstream task - (fe6704f )
Documentation
(guide) Add guidance for manager - (35aca9a )
0.6.1 - 2025-09-15
15 Sep 10:40
Compare
Sorry, something went wrong.
No results found
Release Notes
Features
(main) Add entrypoint of manager - (e9537c0 )
(worker) Allow worker to submit downstream task - (fe6704f )
Documentation
(guide) Add guidance for manager - (35aca9a )
Install mito 0.6.1
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/stack-rs/mitosis/releases/download/mito-v0.6.1/mito-installer.sh | sh
Download mito 0.6.1
0.6.0 - 2025-09-11
11 Sep 07:17
Compare
Sorry, something went wrong.
No results found
Release Notes
Features
(api) Support labels of worker - (72a123a )
(api) Comply endpoints to OpenAPI spec - (4ed5ef0 )
(db) Add database query indices for performance - (51eb073 )
(db) Add database performance indices - (b482224 )
Support different underlying unbounded channels - (b87bada )
Documentation
(guide) Update key concepts and usage guide - (784938b )
(spec) Add current OpenAPI specification - (d222a08 )
0.6.0 - 2025-09-11
11 Sep 07:28
Compare
Sorry, something went wrong.
No results found
Release Notes
Features
(api) Support labels of worker - (72a123a )
(api) Comply endpoints to OpenAPI spec - (4ed5ef0 )
(db) Add database query indices for performance - (51eb073 )
(db) Add database performance indices - (b482224 )
Support different underlying unbounded channels - (b87bada )
Documentation
(guide) Update key concepts and usage guide - (784938b )
(spec) Add current OpenAPI specification - (d222a08 )
Install mito 0.6.0
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/stack-rs/mitosis/releases/download/mito-v0.6.0/mito-installer.sh | sh
Download mito 0.6.0
0.5.3 - 2025-09-03
03 Sep 11:27
Compare
Sorry, something went wrong.
No results found
Release Notes
Features
(conf) Allow worker to skip redis - (3c2484f )
(redis) Support skip setting ACL rules - (ce09bd8 )
(s3) Support enterprise-level object storage - (7fc4bde )
Bug Fixes
(conf) Skip serializing false boolean fields - (47a4564 )
(s3) Allow empty file with size 0 - (ac6cb91 )
Refactor
(client) [breaking ] Rename downloading methods - (5cc38d2 )
Documentation
(guide) Add installation steps for musl release - (9fc370a )
Miscellaneous Tasks
Build gh-pages on release for version update - (55a836a )
Build
Add long version metadata - (239612d )
0.5.3 - 2025-09-03
03 Sep 11:37
Compare
Sorry, something went wrong.
No results found
Release Notes
Features
(conf) Allow worker to skip redis - (3c2484f )
(redis) Support skip setting ACL rules - (ce09bd8 )
(s3) Support enterprise-level object storage - (7fc4bde )
Bug Fixes
(conf) Skip serializing false boolean fields - (47a4564 )
(s3) Allow empty file with size 0 - (ac6cb91 )
Refactor
(client) [breaking ] Rename downloading methods - (5cc38d2 )
Documentation
(guide) Add installation steps for musl release - (9fc370a )
Miscellaneous Tasks
Build gh-pages on release for version update - (55a836a )
Build
Add long version metadata - (239612d )
Install mito 0.5.3
Install prebuilt binaries via shell script
curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/stack-rs/mitosis/releases/download/mito-v0.5.3/mito-installer.sh | sh
Download mito 0.5.3
0.5.2 - 2025-08-26
26 Aug 05:03
Compare
Sorry, something went wrong.
No results found
Release Notes
Features
(admin) [breaking ] Remove request body for user deletion - (ddfaa05 )
0.5.1 - 2025-08-26
26 Aug 03:54
Compare
Sorry, something went wrong.
No results found
Release Notes
Build
(dist) Add runner for x86_64-unknown-linux-musl - (7ab5be7 )
0.5.0 - 2025-08-26
26 Aug 03:32
Compare
Sorry, something went wrong.
No results found
Release Notes
Features
(api) Support admin change group storage quota - (c7c8d60 )
(api) Support change password - (9a52468 )
(api) Return username for auth interface - (2bb8999 )
(api) Support delete artifact and attachment - (332998f )
(api) Support complex query for tasks - (7c0564d )
(api) Support query counts only for attachments - (520aca7 )
(api) Support query counts only for workers - (5ae022b )
(api) Allow CORS - (2caf034 )
(auth) Allow user to retain previous login - (6593fe4 )
(conf) Add default value for ClientConfig - (7e4a247 )
(conf) Support read global config file - (bc552dd )
(s3) Allow more time for uploading - (75fd9ea )
(sdk) Support progress bar for file operation - (65dcd81 )
(sdk) Add smart parse for file path arguments - (ed07a62 )
(sdk) Auto-fill the omitted file name on uploading - (679d833 )
(sdk) Support directly run external commands - (e917fad )
Bug Fixes
(api) Add middleware to redis interface - (a6bfc7f )
(worker) Try to mitigate heartbeat update deadlock - (0e7116c )
Sync routes in different feature flags - (32ffc7e )
Refactor
(task) Get group name before permission check - (c1b1c05 )
[breaking ] Reorganize api interfaces and client sdk - (4725e24 )
Documentation
(example) Add retain option to example config - (56b1219 )
(guide) Update usage guidance - (046bff2 )
Fix wrong comments - (de8e713 )
Styling
Miscellaneous Tasks
Allow build CI to run from fork's PR - (0601b0c )
Replace latest version on docs build - (2f74600 )
Downgrade fetch task tracing level - (94797a9 )
Re-export some third-party libraries - (634b3d6 )
Impl clone trait for schema data structure - (c1f3e3c )
Build
(dist) Replace native-tls with rustls - (c36f5c8 )
(dist) Add new target x86_64-unknown-linux-musl - (48aab5e )