Fedn

Latest version: v0.22.0

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 9

0.9.4

What's Changed
* Feature/SK-831 | Self-supervised Learning Example by FrankJonasmoelle in https://github.com/scaleoutsystems/fedn/pull/603
* bugfix/SK-847 | Fixes timing issue in client status check by stefanhellander in https://github.com/scaleoutsystems/fedn/pull/605
* bugfix/SK-850 | Sets client status to online in database when client connects by stefanhellander in https://github.com/scaleoutsystems/fedn/pull/606
* Feature/SK-845 | As a user I want to continue an existing session by niklastheman in https://github.com/scaleoutsystems/fedn/pull/609
* Feature/SK-852 | Add numpy raw binary helper by Wrede in https://github.com/scaleoutsystems/fedn/pull/608
* Feature/SK-823 | Hugging Face Example by FrankJonasmoelle in https://github.com/scaleoutsystems/fedn/pull/600

New Contributors
* FrankJonasmoelle made their first contribution in https://github.com/scaleoutsystems/fedn/pull/603

**Full Changelog**: https://github.com/scaleoutsystems/fedn/compare/v0.9.3...v0.9.4

0.9.3

What's Changed
* Bug/SK-841 | Fix docs build after folder refactor by Wrede in https://github.com/scaleoutsystems/fedn/pull/602


**Full Changelog**: https://github.com/scaleoutsystems/fedn/compare/v0.9.2...v0.9.3

0.9.2

What's Changed
* Bug/SK-821 | Client status sync issue by niklastheman in https://github.com/scaleoutsystems/fedn/pull/591
* Feature/SK-732 | Introduces FedYogi and FedAdaGrad aggregators by ahellander in https://github.com/scaleoutsystems/fedn/pull/580
* Bug/SK-832 | API client is missing trailing / to work with Studio by niklastheman in https://github.com/scaleoutsystems/fedn/pull/596
* Feature/SK-736 | Ruff linter by viktorvaladi in https://github.com/scaleoutsystems/fedn/pull/552
* Feature/SK-805 | FEDn cli - new order by niklastheman in https://github.com/scaleoutsystems/fedn/pull/593
* Bug/SK-793 | Fix package extract and dispatch folder by Wrede in https://github.com/scaleoutsystems/fedn/pull/597
* Feature/SK-837 | Update version by stefanhellander in https://github.com/scaleoutsystems/fedn/pull/598


**Full Changelog**: https://github.com/scaleoutsystems/fedn/compare/v0.9.1...v0.9.2

0.9.1

What's Changed
* Bugfix/SK-820 | Add missing / to some api paths by Wrede in https://github.com/scaleoutsystems/fedn/pull/587
* Feature/SK-814 | Add pypi workflow by stefanhellander in https://github.com/scaleoutsystems/fedn/pull/585
* Feature/SK-817: Update async-client entrypoints to support new features in the CLI by ahellander in https://github.com/scaleoutsystems/fedn/pull/588

**Full Changelog**: https://github.com/scaleoutsystems/fedn/compare/v0.9.0...v0.9.1

0.9.0

What's Changed
* Feature/SK-669 | Store session id on status (event) and validation objects by niklastheman in https://github.com/scaleoutsystems/fedn/pull/528
* Bug/SK-703 | Client doesn't handle model retrieve error correctly by niklastheman in https://github.com/scaleoutsystems/fedn/pull/536
* Feature/SK-687 | Fedn API v1 by niklastheman in https://github.com/scaleoutsystems/fedn/pull/532
* Feature/SK-544 | Server side changes for c++ client by Wrede in https://github.com/scaleoutsystems/fedn/pull/534
* Feature/SK-697 | Adds token auth to the APIClient by stefanhellander in https://github.com/scaleoutsystems/fedn/pull/533
* Feature/SK-724 | API method to load a FEDn model / parameters from S3. by niklastheman in https://github.com/scaleoutsystems/fedn/pull/545
* Feature/SK-726 | Refactor APIClient by niklastheman in https://github.com/scaleoutsystems/fedn/pull/546
* Feature/SK-721 | Add JWT verification (decoding) by Wrede in https://github.com/scaleoutsystems/fedn/pull/543
* Feature/async simulation by ahellander in https://github.com/scaleoutsystems/fedn/pull/541
* Bugfix/SK-737 | Conflict in auth metadata in grpc client by Wrede in https://github.com/scaleoutsystems/fedn/pull/554
* Bug/SK-750 | get_events returns incorrect data if used with custom prefix by niklastheman in https://github.com/scaleoutsystems/fedn/pull/561
* Feature/SK-728 | Move Studio docs to Fedn docs by niklastheman in https://github.com/scaleoutsystems/fedn/pull/555
* Feature/SK-718 | Enable remote logging by stefanhellander in https://github.com/scaleoutsystems/fedn/pull/540
* Feature/SK-707 | Flower client example by viktorvaladi in https://github.com/scaleoutsystems/fedn/pull/537
* Feature/SK-765 | /health for api by niklastheman in https://github.com/scaleoutsystems/fedn/pull/567
* Feature/SK-746 | Add python_env support in fedn.yaml by Wrede in https://github.com/scaleoutsystems/fedn/pull/556
* Feature/SK-707 | Add config support to flower adapter by viktorvaladi in https://github.com/scaleoutsystems/fedn/pull/570
* Bug/SK-790 | FLASK 3.0.4 requires click>=8.1.3 by Wrede in https://github.com/scaleoutsystems/fedn/pull/575
* Feature/SK-788 | Add "models" to studio docs by niklastheman in https://github.com/scaleoutsystems/fedn/pull/576
* Feature/SK-795 | default Bearer in FEDN_AUTH_SCHEME by Wrede in https://github.com/scaleoutsystems/fedn/pull/578

New Contributors
* viktorvaladi made their first contribution in https://github.com/scaleoutsystems/fedn/pull/530

**Full Changelog**: https://github.com/scaleoutsystems/fedn/compare/v0.8.0...v0.9.0

0.8.0

What's Changed
* Make choice of aggregator dynamic at session level and additional aggregators (FedOpt) by ahellander in https://github.com/scaleoutsystems/fedn/pull/498
* Fixes the issue with number of files/storage growing on combiner by ahellander in https://github.com/scaleoutsystems/fedn/pull/503
* Use latest mongodb and bump version number by ahellander in https://github.com/scaleoutsystems/fedn/pull/502
* Feature/cross device simulation by ahellander in https://github.com/scaleoutsystems/fedn/pull/504
* Add docker compose override file for async example by ahellander in https://github.com/scaleoutsystems/fedn/pull/505
* Docs/SK-646 | Add aggregators and helpers by Wrede in https://github.com/scaleoutsystems/fedn/pull/508
* Feature/SK-634 | Add logging to controller by ahellander in https://github.com/scaleoutsystems/fedn/pull/506
* Feature/SK-622 | Session object should store committed_at in date format by niklastheman in https://github.com/scaleoutsystems/fedn/pull/510
* Feature/retire dashboard by ahellander in https://github.com/scaleoutsystems/fedn/pull/509
* Feature/SK-660 | Clean up numpyhelper from unused methods by Wrede in https://github.com/scaleoutsystems/fedn/pull/512
* Docs update to reflect recent refactoring by ahellander in https://github.com/scaleoutsystems/fedn/pull/511
* Link to docs tutorial from main readme by ahellander in https://github.com/scaleoutsystems/fedn/pull/519
* Updated FAQ docs by ahellander in https://github.com/scaleoutsystems/fedn/pull/518
* Feature/SK-658 | Add gRPC healthchecking by ahellander in https://github.com/scaleoutsystems/fedn/pull/515
* Bugfix/SK-673 | start_session endpoint should have delete_models=True by Wrede in https://github.com/scaleoutsystems/fedn/pull/521
* Feature/SK-667 | Add new Android helper to Fedn by niklastheman in https://github.com/scaleoutsystems/fedn/pull/524
* Bug/SK-680 | Android helper imports helper base incorrectly by niklastheman in https://github.com/scaleoutsystems/fedn/pull/525
* Feature/SK-676 | If no compute package is set when starting a session, Fedn should say so by niklastheman in https://github.com/scaleoutsystems/fedn/pull/522
* Feature/SK-623 | Validations objects should store proper timestamp by niklastheman in https://github.com/scaleoutsystems/fedn/pull/526
* Feature/SK-684 | Events should store proper timestamps by niklastheman in https://github.com/scaleoutsystems/fedn/pull/527
* Bugfix/SK-675 | Model staging not in sync, TaskStream by Wrede in https://github.com/scaleoutsystems/fedn/pull/523


**Full Changelog**: https://github.com/scaleoutsystems/fedn/compare/v0.7.1...v0.8.0

Page 4 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.