Skip to content

[1.4.0]: 2022 - 03 - 10

Compare
Choose a tag to compare
@robotal robotal released this 10 Mar 18:27
· 1703 commits to main since this release

[1.4.0] - 2022-03-07

Added

  • Added optional new argument --log_cost to private decoupled attribution, private decoupled aggregation, private shard aggregator and data processing stages
  • In logging the cost for MPC runs, added few more fields in CostEstimation.cpp
  • Added log_cost argument to MPC stage services

Changed

  • Changed LogRetriever to cover the publisher side use case.
  • Refactor the logic of update MPC repository

Removed

  • Removed the usages of the fail_fast and partial_container_retry_enabled fields of PrivateComputationInstance in order to cleanup partially implemented "partial container failure recovery" feature

Fixed

  • Fixed bug when shard data is empty by adding dummy data.

[1.3.0] - 2022-02-14

Added

  • Added version 1 of input data validation stage.
  • Adding additional tests for decoupled_aggregation.

Changed

  • Changes for stream log implementation.

Removed

  • Remove directories as buck sources in fbcode/fbpcs/emp_games/TARGETS.

Full Changelog: v1.2.0...v1.4.0