Skip to content

v0.8.0.dev240331

Pre-release
Pre-release
Compare
Choose a tag to compare
@haha-zwx-ooo haha-zwx-ooo released this 03 Apr 02:41
· 24 commits to main since this release
5c3abc6

Added

[Alpha] Kuscia Job now has new interface capabilities for retrying, pausing, and canceling jobs.
[Alpha] One-way Networking: Support for collaboration where only one party needs to expose a public port, eliminating the need for the other party to also do so. Documentation to follow.
[Documentation] How to use the Kuscia API to run a SecretFlow Serving.
[Documentation] Introduction to Kuscia listening ports.
[Documentation] Added documentation explaining DataMesh interface.
[Scripts] 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,deploy.sh. Recommended use 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.