Skip to content

Releases: facebookresearch/fbpcs

v2.10.0

19 Jul 17:54
Compare
Choose a tag to compare

regular release. no big changes.

v2.9.0

25 May 20:11
Compare
Choose a tag to compare

regular release. no big changes.

v2.8.0

31 Mar 01:13
Compare
Choose a tag to compare

Added

  • Pass OPA workflow path from PCS
  • Several bugs fix
  • Add anonymizer stage flow for privae delivery

v2.7.0

23 Feb 02:20
Compare
Choose a tag to compare

Added

  • Added a new configuration parameter that allows the default stage timeout to be increased.

Fbpcs: updated release notes for v2.6.0 B1322 (#2054)

24 Jan 00:42
Compare
Choose a tag to compare

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

27 Oct 01:10
Compare
Choose a tag to compare

Changed

  • Passing log_cost_bucket to infra_config through handler.
  • Added optional Role in PCEconfig, support to overide the default SSOAdmin role

v2.4.0

25 Oct 18:46
Compare
Choose a tag to compare
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

18 Oct 18:07
Compare
Choose a tag to compare

Changed

  • Made _build_private_computation_service a logically public method
  • Use GraphApiTraceLoggingService as default if none provided in config

v2.2.0: Actually set the TLS info based on the binary arguments (#1680)

04 Oct 21:56
Compare
Choose a tag to compare

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

21 Sep 23:07
Compare
Choose a tag to compare

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

Removed