Skip to content

v5.38.104

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Sep 04:20
· 172 commits to main since this release
702c76f

2024 Q3 Operator Release

Update to all Private Operators on all cloud providers.

Integration Guides - UID2

AWS Marketplace
GCP Confidential Space
Microsoft Azure

Integration Guides - EUID

AWS Marketplace

Installation

docker pull us-docker.pkg.dev/uid2-prod-project/iabtechlab/uid2-operator:5.38.104-gcp-oidc
docker pull ghcr.io/iabtechlab/uid2-operator:5.38.104-azure-cc

Release Notes

Advertising Token Format Change

  • Advertising token format has changed from v2 to v4.
  • This impacts the advertising_token JSON response field in the /token/generate and /token/refresh endpoints, or the SDKs which consume these endpoints.
  • There is no impact to participants that are correctly treating these tokens as opaque strings.
  • The following information is provided as informational only, as these details will change in future token versions:
    • v2 tokens are 180 characters long and base64 encoded (alphanumeric characters and =, +, /).
      • Example v2 token: AgAACbZaXQwHNgkLuMHhc6QUdAddC5rFTw0ln+nh6fzMmEd+18U2X7bCxoA1YU1TxW8SA2MnX7vct4Lwku3nKAN/Z1d7I+bTO6W99ZYdJ8Dmc111+BqfPg9cCFtSW510lJuMm4IgN5UCskarj2P6ckHRBkBfkaX6QcervMT+imJKKGm/BA=
    • v4 tokens are 218 characters long and base64url encoded (alphanumeric characters and _, -).
      • Example v4 token: A4AAABG4juxqlIbJn8hFe3bWRFwe2DWAcxA-Pwa9a69Kodg4AsxWxIzGE-arhwG0_9VM6vSMNjbc1SR2pZ3jB4tKio6wy1rjPPb0wnYCOD_cgjAejQyZzKoHYmgHfacQ02tKpSBwG6GpmJ-Var2ZGHRKOSFkxiTI1bCDP_X0KM3WPolQzNm-Yy3_FzESugv6jfOrn6LqcAskqwoDxuCOw0yk1w

/optout/status endpoint enabled by default:

GCP and Azure exposes metrics endpoint:

AWS base AMI upgrade

AWS base AMI has been upgraded from Amazon Linux 2 to Amazon Linux 2023.

Base Docker Images:

  • Azure and GCP has been upgraded to Java 21.
  • Azure and GCP are now using eclipse-temurin 21.0.4_7-jre-alpine.

Other changes:

  • Added information about refresh token version in the logs.
  • Various bug fixes to improve system stability.

Full Changelog: v5.37.12...v5.38.104