v5.38.104
github-actions
released this
11 Sep 04:20
·
340 commits
to main
since this release
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
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=
- Example v2 token:
- v4 tokens are 218 characters long and base64url encoded (alphanumeric characters and _, -).
- Example v4 token:
A4AAABG4juxqlIbJn8hFe3bWRFwe2DWAcxA-Pwa9a69Kodg4AsxWxIzGE-arhwG0_9VM6vSMNjbc1SR2pZ3jB4tKio6wy1rjPPb0wnYCOD_cgjAejQyZzKoHYmgHfacQ02tKpSBwG6GpmJ-Var2ZGHRKOSFkxiTI1bCDP_X0KM3WPolQzNm-Yy3_FzESugv6jfOrn6LqcAskqwoDxuCOw0yk1w
- Example v4 token:
- v2 tokens are 180 characters long and base64 encoded (alphanumeric characters and =, +, /).
/optout/status endpoint enabled by default:
- The endpoint POST /optout/status is now enabled by default.
- See https://unifiedid.com/docs/endpoints/post-optout-status for more information.
GCP and Azure exposes metrics endpoint:
- GCP and Azure exposes Prometheus-formatted metrics on port 9080 through the /metrics endpoint.
- See documentation for more information:
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