Skip to content

Releases: scaleoutsystems/scaleout-client

Release v1.0.1

14 Apr 11:22

Choose a tag to compare

Release v1.0.1

The FEDn repository has been renamed and is now called scaleout-client. A lot of changes has been made while developing our Scaleout Edge 1.0 version and as a part of that release we've also moved the server implementations to closed source. The client implementation and the examples are still open source.

The history of the scaleout-client (fedn) repository still exists and can be accessed on the master branch of this repository.

The python library has also been renamed from fedn to scaleout. It can be downloaded via pip.

Release v0.33.0

15 Sep 11:01
ebfbd20

Choose a tag to compare

What’s Changed

  • Feature/SK-000 | Add config to create bucket and get region from AWS envs @Wrede (#993)

Release v0.32.0

03 Sep 15:00

Choose a tag to compare

What’s Changed

  • Feature/SK-1719 | Enable SA connection in Boto3 client @Wrede (#988)

Fixes

Release v0.31.0

26 Aug 08:44

Choose a tag to compare

What’s Changed

Features

  • Feature/SK-1718 | Server functions grpc robustness and traceback from errors @viktorvaladi (#983)
  • Feature/SK-1643 | Reducing boilerplate for tests on stores @carl-andersson (#938)
  • Feature/SK-1682 | Change token hierarchy: provided -> from fedn project file -> from env @niklastheman (#957)

Fixes

  • Bug/SK-1646 | An unexpected error occurred: 'list' object has no attribute 'items' (session_routes) @niklastheman (#979)
  • Bug/SK-1670 | When a client (using the same client_id) reconnects, the name does not update @niklastheman (#978)

Release v0.30.0

23 Jun 10:13

Choose a tag to compare

What’s Changed

Features

Fixes

Release v0.29.0

13 Jun 11:43

Choose a tag to compare

What’s Changed

Features

Fixes

  • Bugfix/SK-1668 | Add try except when emitting logs to remote server @Wrede (#948)
  • Bugfix/SK-1642 | Fix repository printing binary data @carl-andersson (#936)
  • Fix/SK-1632 | Add compressed file suffix to .fednignore + output path option @Wrede (#932)

Release v0.28.1

20 May 10:06

Choose a tag to compare

What’s Changed

Fixes

  • Bug/SK-1628 | sender_id index should be sender.client_id @niklastheman (#927)
  • Fix/SK-1615 | Update load-test to take float factor for array size @Wrede (#924)

Release v0.28.0

12 May 09:13

Choose a tag to compare

What’s Changed

Features

Fixes

Release v0.27.0

29 Apr 14:07
708f647

Choose a tag to compare

What’s Changed

Features

Fixes

  • Bug/SK-1589 | Race condition in project create @KatHellg (#906)
  • Bug/SK-1581 | Telemetry_bp is missing from routes @carl-andersson (#901)
  • Bug/SK-1584 | Start session not working (api client) @niklastheman (#905)
  • Bug/SK-1582 | Running client.get_model_trail() returns only one model when should return multiple @niklastheman (#902)
  • Bug/SK-1467 | Mismatch in click.option input and method argument for repository @KatHellg (#875)
  • Bug/SK-1577 | Path bug fix in mnist-pytorch example @Hovstadius (#899)
  • Bug/SK-1571 | Validation of sessions fails if no name is provided or if boolean values are false @niklastheman (#896)
  • Bug/SK-1565 | Fixed argument name in project create cli function @KatHellg (#894)
  • Fix/SK-1547 | Fixing Huggingface train.py imports @FrankJonasmoelle (#883)

Release v0.26.0

11 Apr 10:36

Choose a tag to compare

What’s Changed

Features

Fixes