Skip to content

Releases: scaleoutsystems/fedn

Release v0.23.3

24 Feb 14:28
Compare
Choose a tag to compare

What’s Changed

Fixes

  • Bugfix/SK-1440 | Syntax error escape character on windows paths @Wrede (#820)

Release v0.23.2

20 Feb 12:35
Compare
Choose a tag to compare

What’s Changed

Fixes

Release v0.23.1

19 Feb 11:12
Compare
Choose a tag to compare

What’s Changed

Features

Release v0.23.0

18 Feb 16:14
Compare
Choose a tag to compare

What’s Changed

Features

Release v0.22.0

13 Feb 13:03
Compare
Choose a tag to compare

What’s Changed

Features

Fixes

  • Bug/SK-1411 | POST /analytics should have client jwt claim @niklastheman (#813)
  • Bug/SK-1410 | Missing / in some endpoints, fixing set_active_model @Wrede (#812)
  • Bugfix/SK-1365 | Fix so server functions code resets by sessions @viktorvaladi (#806)

Release v0.21.0

31 Jan 14:30
Compare
Choose a tag to compare

What’s Changed

Features

Fixes

Release v0.20.0

04 Dec 11:37
c416b72
Compare
Choose a tag to compare

What’s Changed

Features

  • Feature/SK-1246 | Change proto enum WORKER to CLIENT @Wrede (#768)
  • Feature/SK-1202 | Added log-in functionality @KatHellg (#759)
  • Feature/SK-1236 | Error-specific info when failing to connect client @benjaminastrand (#764)
  • Feature/SK-1217 | Add client settings to client v2 @viktorvaladi (#754)
  • Refactor/SK-1217 | Update image and remove support for py 3.8 @Wrede (#755)

Fixes

  • Bugfix/SK-1241 | Fix missing ROLE and TYPE in client status messages @Wrede (#766)
  • Bugfix/SK-1242 | Only access created session if it is successfully created @benjaminastrand (#767)
  • Bugfix/SK-1240 | Add sender to status message in TaskStream @Wrede (#765)
  • Fix/SK-1234 | Remove "self" in self.logger @benjaminastrand (#762)
  • Fix/SK-1231 | URL "sessions" -> "sessions/" in APIClient @benjaminastrand (#761)
  • Fix/SK-1127 | add session_id flag @KatHellg (#742)
  • Bugfix/SK-1193 | Handle unknown error, reconnect channel @Wrede (#743)

Release v0.19.0

13 Nov 15:14
a253cca
Compare
Choose a tag to compare

What’s Changed

Features

  • Feature/SK-1102 | Simplify ClientAPI and add support for inference @niklastheman (#726)
  • Feature/SK-1167 | Add SetServerFunctions endpoint to auth @viktorvaladi (#737)
  • Feature/SK-1164 | grpc allow version up to <v1.67 @Wrede (#732)
  • Feature/SK-946 | Default value on session config @viktorvaladi (#735)
  • Feature/SK-946 | Graceful failing if new container is not present @viktorvaladi (#733)
  • Feature/SK-946 | Add functionality for user defined server-functions @viktorvaladi (#666)

Fixes

  • Fix/SK-1167 | Fix exception so it handles different errors better @viktorvaladi (#744)
  • Fix/SK-1178 | Set client_id in ModelRequest + single hearbeat function @Wrede (#739)
  • Fix/SK-1181 | Prevent default flag values from always overwriting yaml file in start-v2 @benjaminastrand (#741)
  • Fix/SK-1179 | Update min protobuf version @benjaminastrand (#740)
  • Fix/SK-1169 | Enable --combiner flag without api-url @Wrede (#734)

Release v0.18.0

25 Oct 13:09
Compare
Choose a tag to compare

What’s Changed

Features

  • Feature/SK-1106 | Added GET "/" and POST "/list" endpoints to prediction_routes @benjaminastrand (#730)
  • Feature/SK-1081 | Use stores in Combiner + ModelPredict @Wrede (#718)

Release v0.17.0

11 Oct 14:15
Compare
Choose a tag to compare

What’s Changed

Features

Fixes