You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Features
* [reporting] Add noiser and bucketer for noising reporting inputs
* [reporting] Pass modeling signals through noiser before being input to reportWin
* Add ps verbosity tf var
* Add scoring support for PAS
* Add support for new OHTTP request format.
* build PyTorch from source for B&A inference server.
* Collector script for performance testing
* **component auction:** Auction server passes top-level seller to scoreAd
* **component auction:** Auction service parses output and skips allowComponentAuctions = false ads
* **component auction:** Bidding server passes top-level seller to generateBid
* **component auction:** Bidding service parses output and skips allowComponentAuctions = false bids
* **component auction:** BuyerFrontEnd Service accepts and forwards top level seller
* **component auction:** Return error for Android device orchestrated component auctions
* **component auction:** SellerFrontEnd service accepts and forwards top level seller
* **component auction:** SFE service parses output cbor encodes for chrome
* includes git info tag for gcp docker images
* monitor key fetch metrics for B&A servers
* Partition request fail metric by the status message
* Upgrade functionaltest-system to v0.11.0
### Bug Fixes
* Add check for correct key ID in select_ad_reactor tests.
* consented logger memory leak
* Fixes test failures in select ad app reactor
* log missing key id in grpc status
* match copybara strip style for PyTorch build from source
* refactor gcp artifact build scripts to be more modular
* Remove local platform for common repo and update CloudPlatform
* Remove unnecessary reporting flags in gcp config
* update GCP build to write image_digest, not image id
### Dependencies
* **deps:** Upgrade data-plane-shared to commit 115edb3 2023-11-16
Bug: N/A
GitOrigin-RevId: 39dfbccd5ffb707d6ce6ddde5e5623f49f5a3827
Change-Id: I22fd9ec27ae480c0b7f7dec7cee9438777067b21
Copy file name to clipboardExpand all lines: CHANGELOG.md
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,49 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
5
+
## 2.8.0 (2023-12-07)
6
+
7
+
8
+
### Features
9
+
10
+
*[reporting] Add noiser and bucketer for noising reporting inputs
11
+
*[reporting] Pass modeling signals through noiser before being input to reportWin
12
+
* Add ps verbosity tf var
13
+
* Add scoring support for PAS
14
+
* Add support for new OHTTP request format.
15
+
* build PyTorch from source for B&A inference server.
16
+
* Collector script for performance testing
17
+
***component auction:** Auction server passes top-level seller to scoreAd
18
+
***component auction:** Auction service parses output and skips allowComponentAuctions = false ads
19
+
***component auction:** Bidding server passes top-level seller to generateBid
20
+
***component auction:** Bidding service parses output and skips allowComponentAuctions = false bids
21
+
***component auction:** BuyerFrontEnd Service accepts and forwards top level seller
22
+
***component auction:** Return error for Android device orchestrated component auctions
23
+
***component auction:** SellerFrontEnd service accepts and forwards top level seller
24
+
***component auction:** SFE service parses output cbor encodes for chrome
25
+
* includes git info tag for gcp docker images
26
+
* monitor key fetch metrics for B&A servers
27
+
* Partition request fail metric by the status message
28
+
* Upgrade functionaltest-system to v0.11.0
29
+
30
+
31
+
### Bug Fixes
32
+
33
+
* Add check for correct key ID in select_ad_reactor tests.
34
+
* consented logger memory leak
35
+
* Fixes test failures in select ad app reactor
36
+
* log missing key id in grpc status
37
+
* match copybara strip style for PyTorch build from source
38
+
* refactor gcp artifact build scripts to be more modular
39
+
* Remove local platform for common repo and update CloudPlatform
40
+
* Remove unnecessary reporting flags in gcp config
41
+
* update GCP build to write image_digest, not image id
42
+
43
+
44
+
### Dependencies
45
+
46
+
***deps:** Upgrade data-plane-shared to commit 115edb3 2023-11-16
# Reach out to the Privacy Sandbox B&A team to enroll with Coordinators and update the following flag values.
100
100
# More information on enrollment can be found here: https://github.com/privacysandbox/fledge-docs/blob/main/bidding_auction_services_api.md#enroll-with-coordinators
Copy file name to clipboardExpand all lines: production/deploy/gcp/terraform/environment/demo/buyer/buyer.tf
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -88,9 +88,10 @@ module "buyer" {
88
88
ENABLE_OTEL_BASED_LOGGING =""# Example: "false"
89
89
CONSENTED_DEBUG_TOKEN =""# Example: "<unique_id>"
90
90
91
-
# Reach out to the Privacy Sandbox B&A team to enroll with Coordinators and update the following flag values.
91
+
# Coordinator-based attestation flags.
92
+
# These flags are production-ready and you do not need to change them.
93
+
# Reach out to the Privacy Sandbox B&A team to enroll with Coordinators.
92
94
# More information on enrollment can be found here: https://github.com/privacysandbox/fledge-docs/blob/main/bidding_auction_services_api.md#enroll-with-coordinators
0 commit comments