Releases: facebookresearch/fbpcs
Releases · facebookresearch/fbpcs
v2.10.0
v2.9.0
v2.8.0
v2.7.0
Fbpcs: updated release notes for v2.6.0 B1322 (#2054)
Cut commit (inclusive): hash: b165dc5, D42462082, on 2023-01-17
Fix data generation for union map in UDP benchmark app (#2028)
Removed
- Removed deprecated MPCInstanceRepository from fbpcs
- Removed deprecated MPCService APIs after MPCInstance usaged been moved to StageStateInstance. (create/start/stop/get/update_instance)
- Removed
get_mpc
from private_computation_cli endpoint
v2.5.0
v2.4.0
EP enable running PL with graph API (#1814) Summary: Pull Request resolved: https://github.com/facebookresearch/fbpcs/pull/1814 ## What - Add call to `run_study` when the a PLGraphAPIExperiment is specified ## Why - So that we can run PL graph API experiments ## What is this diff stack - I am introducing the ability to configure and execute PL and PA graph API experiments on the experimentation platform - See [high level doc](https://docs.google.com/document/d/1BK8qBvl7z-gZ6WzdFyPBWSKO1tp8wUMxmOPFoTkEgyo/edit) - See [doc on configurability changes](https://docs.google.com/document/d/1pAdho-D_iXzpuh6Y5pOrP6FLfpkIxYilztNJp5GP9xI/edit#heading=h.iduazwf5vrr9) Reviewed By: nguytc, yanglu-fb Differential Revision: D40453810 fbshipit-source-id: 28e685ce132eb5c41e31b4cc13b809731b7d8444
v2.3.0
v2.2.0: Actually set the TLS info based on the binary arguments (#1680)
Added
Changed
- RunBinaryBaseService supports retrying containers that previously failed
- Pull in latest fbpcp updates that enable retrying MPC containers that previously failed
- PCS only creates one MPC instance per MPC stage now
- Bolt default num attempts per stage has been updated from 2 -> 4
Removed
v2.1.0
Added
- Defined Graph-API based trace logging service library
- PCF2 based Private Lift ability to serialize and deserialize InputProcessor results to CSV file.
Changed
- validate_metrics output is colored green/red depending on success/failure if stdout is a tty