Skip to content

Commit

Permalink
Release version v2.0.0
Browse files Browse the repository at this point in the history
  - Kokoro release: Cut off new release v2.0.0.
  - test: run aws regression test without debug data
  - feat: deprecating SharedInfo version ""
  - fix: prepending "test-data" to regression test data
  - fix: removing comment from SimulationValidationModule
  - internal: Update change log for v2.0.0 release
  - feat: adding report ID validation
  - Revert "Kokoro release: Cut off new release v2.0.0."

GitOrigin-RevId: 183cd7227f177502e33d5998c6b0db5726c7d304
  • Loading branch information
Privacy Sandbox Team authored and copybara-github committed Sep 20, 2023
1 parent 7315ef8 commit 4dc2f3d
Show file tree
Hide file tree
Showing 112 changed files with 3,258 additions and 1,626 deletions.
30 changes: 9 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,17 @@
# Changelog

## [1.0.3](https://github.com/privacysandbox/aggregation-service/compare/v1.0.2...v1.0.3) (2023-09-05)
## [2.0.0](https://github.com/privacysandbox/aggregation-service/compare/v1.0.3...v2.0.0)

### Changes

- Updated build container dependencies.
- Updated documentation for PRIVACY_BUDGET_EXHAUSTED error code.
- Updated aws-aggregation-service.md with a note about multiple NUMA nodes instances.
- Added sizing-guidance.md for sizing guidance.
- Corrected api.md url in error message referencing api.md file.

## [1.0.2](https://github.com/privacysandbox/aggregation-service/compare/v1.0.1...v1.0.2) (2023-08-03)

### Changes

- Pinned and locked nsm-api dependency cargo versions in nitro-kms dependency.

## [1.0.1](https://github.com/privacysandbox/aggregation-service/compare/v1.0.0...v1.0.1) (2023-07-26)

### Changes

- Fixed bug in summary report output sharding that caused aggregation service to stop processing
jobs.
- Fixed LocalTestingTool Otel registration to allow for parallel execution.
- Updated dependencies.
- Updated coordinator endpoints to new Google/Third-Party coordinator pair.
- Upgraded control plane shared library dependency to
[v1.2.0](https://github.com/privacysandbox/coordinator-services-and-shared-libraries/releases/tag/v1.2.0).
- Added documentation for various job validations. It can be found [here](./docs/api.md).
- Changes to handle null reports by filtering out the null facts before aggregation.
- Added certain validations around fields in SharedInfo used for privacy budget key generation.
- Deprecated empty("") SharedInfo version.
- Added report ID validation.

## [1.0.0](https://github.com/privacysandbox/aggregation-service/compare/v0.12.0...v1.0.0) (2023-07-11)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3
2.0.0
3 changes: 1 addition & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ http_archive(
# Declare explicit protobuf version, to override any implicit dependencies.
PROTOBUF_CORE_VERSION = "3.19.4"

COORDINATOR_VERSION = "v1.0.0" # version updated on 2023-07-06
COORDINATOR_VERSION = "v1.2.0" # version updated on 2023-08-28

JACKSON_VERSION = "2.12.2"

Expand Down Expand Up @@ -67,7 +67,6 @@ git_repository(
],
remote = "https://github.com/privacysandbox/coordinator-services-and-shared-libraries",
patches = [
"//build_defs/scp:v1.0.patch",
"//build_defs/scp:coordinator.patch",
],
tag = COORDINATOR_VERSION,
Expand Down
Loading

0 comments on commit 4dc2f3d

Please sign in to comment.