Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.52 KB

CHANGELOG.md

File metadata and controls

59 lines (43 loc) · 2.52 KB

Changelog

v1.2 (2023/12/6)

Enhancements

  • GitHub documentation : Add a changelog

  • Home Site : upgrade CMS to Docusaurus v3

  • Enrollment and Attestation :

    • DSP Site : serve attestation file version2 on privacy-sandbox-demos-dsp.dev
    • SSP Site : serve attestation file version2 on privacy-sandbox-demos-ssp.dev
    • CI/CD : Cloud Build copies the attestation files from cicd/attestations to dsp/ssp services for the target environment
    • Update deployment documentation with instructions related to enrollment and attestation
  • Demos

    • Use Case : Single-touch conversion Attribution. Move attribution code from SSP to DSP and update documentation
  • Tools :

    • Add Aggregatable Report Converter to the tooling codebase. This tool helps developers to create debug aggregatable reports that can be used for Local Testing and AWS Aggregation Service testing.
  • CI/CD Linting and Reformating code base on commit/PR

    • pre-commit.ci won't fix automatically but only raise a warning when submitting PR
    • prettier will now wrap markdown file where line length exceeds 150 chars
    • markdownlint will ignore line length on tables, ordered list validation, and html tags included for docusaurus layout.

Bug Fixes

  • #76
  • #77
  • #178

v1.1 (2023/10/13)

Enhancements

  • Shop site : refactor service using expressJS (from nextJS)
  • Shop site : fix issue with Firebase filtering session cookies
  • DSP Site : attestation file is served from privacy-sandbox-demos-dsp.dev
  • Use Case : remarketing. Move renderURL from the SSP codebase to the DSP codebase.
  • Use Case : VAST Video Protected Audience. Release v1.

Bug Fixes

  • Use Case : Single-touch conversion Attribution. Fix registering attribution sources ("Attribution-Reporting-Eligible" is a Dictionary Structured Header and thus need to be decoded accordingly)
  • Home site : fix Docusaurus and nginx configuration that prevented direct links to use cases
  • Home site : fix broken links in documentation
  • GitHub documentation : update deployment guides

v1.0.0 (2023/06/30)