Releases: Substra/substra-backend
Releases · Substra/substra-backend
0.32.1
Fixed
- Compute task outputs/inputs valid storage address.
0.32.0
Changed
- Container image build error logs are now saved to the DB and served via the API.
- Replace
algo
byalgo_key
in gRPC communication
Added
- Allow configuring gRPC keepalive
- output identifier add in metric response object in
compute_plan perf
view. - Prevent use of
__
in asset metadata keys - Task input asset
- Accept
CSRF_TRUSTED_ORIGINS
env var as settings option - Generic task endpoint to list/retrieve tasks
Fixed
- Bug in migration 0028_data_migration_compute_task_output.
Removed
- BREAKING: model categories
- BREAKING: algo categories
- Outdated information on patching RabbitMQ for Apple Silicon chips.
0.31.3
Fixed
- Compute task output model valid storage address.
0.31.2
Added
- Allow configuring gRPC keepalive
0.31.1
0.31.0
Changed
- Don't use the
status
field of the compute plan protocol buffer messages. - BREAKING: remove
delete_intermediary_models
field from thecompute_plan
view. - Use task output asset in API response
- Add channel column to input/output tables.
- The test task uses the same CLI arguments format as the other tasks.
Fixed
- Bug when executing compute tasks with too many data samples (command line length exceeding max.) The substra-tools arguments are now passed using a file.
0.30.0
Changed
- BREAKING! Rename
localrep
app toapi
, seeUPGRADE.md
for migration. - Accept
ALGO_UNKNOWN
as a valid algo category.
0.29.0
Changed
- Stop generating algo method to execute from task category as it is now passed within substra cli
- Expose a default value (
dev
) for the backend version on the/info
endpoint
Added
- BREAKING: allow registration of users with role from the API and reset password mechanism
- Add address and permissions for
inputs
of kind datamanager and model in compute_tasks api response - Synchronize compute task output assets into localrep
- Add
compute_task_key
filter on the model view.