v0.8.0b0
·
131 commits
to release/0.8.x
since this release
Added
- Kuscia supports arm architecture.
- Kuscia Job supports retrying, pausing, and canceling capability.
- Added documentation "How to use the Kuscia API to run a SecretFlow Serving".
- Added documentation "Introduction to Kuscia listening ports".
- Added documentation for DataMesh API.
- Added kuscia.sh and init_example_data.sh scripts.
Changed
- Modified the default task state in the job query results from Kuscia API.
- Optimized processing flows for KusciaJob and KusciaTask.
- Added isTLS field to the kuscia API for creating DomainRoute interface.
- Kuscia API has added a Suspended state enumeration to kusciaJob.
- Revised container launch deployment steps in point-to-point and centralized deployment documentation.
- Modified the pre-validation logic of the master address when initiating lite mode.
Breaking Changes
- Deprecated start_standalone.sh and deploy.sh. Recommended using kuscia.sh.
Fixed
- Fixed an occasional concurrent read-write map issue causing panics in the DomainRoute module.
- Fixed an issue with image repository names in the Agent module.
- Strengthened integration tests for improved stability.
- Fixed an issue where changes to the Configmap in Runk mode did not take effect for Serving.
- Fixed an error when creating DomainDataSource with Kusica API.
- Fixed a potential issue with abnormal startup when the protocol is set to TLS in the Kuscia configuration file.