Skip to content

Releases: Substra/substra-backend

0.32.1

03 Oct 08:26
Compare
Choose a tag to compare

Fixed

  • Compute task outputs/inputs valid storage address.

0.32.0

03 Oct 07:30
c9181ce
Compare
Choose a tag to compare

Changed

  • Container image build error logs are now saved to the DB and served via the API.
  • Replace algo by algo_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

03 Oct 08:21
Compare
Choose a tag to compare

Fixed

  • Compute task output model valid storage address.

0.31.2

30 Sep 17:35
a476f09
Compare
Choose a tag to compare

Added

  • Allow configuring gRPC keepalive

0.31.1

29 Sep 13:59
7190f3a
Compare
Choose a tag to compare

Fixed

  • Bug in migration 0028_data_migration_compute_task_output.

0.31.0

26 Sep 08:00
65a2bd3
Compare
Choose a tag to compare

Changed

  • Don't use the status field of the compute plan protocol buffer messages.
  • BREAKING: remove delete_intermediary_models field from the compute_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

19 Sep 07:44
4b87975
Compare
Choose a tag to compare

Changed

  • BREAKING! Rename localrep app to api, see UPGRADE.md for migration.
  • Accept ALGO_UNKNOWN as a valid algo category.

0.29.0

12 Sep 07:41
788c086
Compare
Choose a tag to compare

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.

0.1.12

13 Apr 13:42
ab8b5ca
Compare
Choose a tag to compare
  • feat: export models (#395)
  • fix: binding to service.port instead of 8000
  • fix: datasample order for metrics
  • fix: auto-allocate docker-registry node port (#391)
  • chore: Bump django from 2.2.19 to 2.2.20 in /backend
  • chore: update cryptography to its latest release

0.1.11

31 Mar 12:04
3971cbe
Compare
Choose a tag to compare

#390 Update django and django-celery-results