Releases: IABTechLab/uid2-operator
5.56.71
v5.56.35-r0
Integration Guides
AWS Marketplace
GCP Confidential Space
Microsoft Azure
Installation
docker pull us-docker.pkg.dev/uid2-prod-project/iabtechlab/uid2-operator:5.56.35-r0-gcp-oidc
docker pull ghcr.io/iabtechlab/uid2-operator:5.56.35-r0-azure-cc
Changelog
📦 Uncategorized
v5.55.9-r1
2025 Q2 Operator Release
Update to all Private Operators on all cloud providers.
Integration Guides
AWS Marketplace
GCP Confidential Space
Microsoft Azure
Installation
docker pull us-docker.pkg.dev/uid2-prod-project/iabtechlab/uid2-operator:5.55.9-r1-gcp-oidc
docker pull ghcr.io/iabtechlab/uid2-operator:5.55.9-r1-azure-cc
Release Notes
Identity Map API Improvements
- Added
/v3/identity/map
support in the Java SDK - Enabled binary payload support for V2 and V3 endpoints when the request includes the
Content-Type: application/octet-stream
header - Implemented the
/v3/identity/map
API in the backend
Operator Changes
- Disabled legacy v0/v1 API endpoints
Behavior Changes
- The
/token/generate
endpoint no longer returns opt-out tokens
Changelog
📦 Uncategorized
v5.49.7
Integration Guides
AWS Marketplace
GCP Confidential Space
Microsoft Azure
Installation
docker pull us-docker.pkg.dev/uid2-prod-project/iabtechlab/uid2-operator:5.49.7-gcp-oidc
docker pull ghcr.io/iabtechlab/uid2-operator:5.49.7-azure-cc
Release Notes
- Private Operator Startup Troubleshooting and Debugging
- Added configuration validation before installation.
- Introduced debug_mode flag for private operator troubleshooting.
- Improved logging and documentation for troubleshooting startup issues.
- Operator Optimization
- For AWS, automatically set number of threads based on available cores:
Host (AMI): set vsock proxy thread count to half of available cores (rounded up).
Enclave (EIF): two thirds (rounded up) to operator service vertx request processing threads
one fourth (rounded up) to vsock proxy - Upgraded to Vert.x 4.5.11
- Operator now shuts down immediately only on actual attestation failure.
- EUID Generation
Enabled generation of EUIDs using phone numbers and hashed phone numbers.
- Other Updates
Various bug fixes to enhance system stability.
v5.49.1
Integration Guides
AWS Marketplace
GCP Confidential Space
Microsoft Azure
Installation
docker pull us-docker.pkg.dev/uid2-prod-project/iabtechlab/uid2-operator:5.49.1-gcp-oidc
docker pull ghcr.io/iabtechlab/uid2-operator:5.49.1-azure-cc
Changelog
📦 Uncategorized
-
Remove EKS from publish all operators - ( PR: #1510 )
-
[CI Pipeline] Released Minor version: 5.49.0 - ( PR: #1525 )
-
[CI Pipeline] Released Patch version: 5.49.1 - ( PR: #1526 )
-
Remove EKS from publish all operators - ( PR: #1510 )
-
[CI Pipeline] Released Minor version: 5.49.0 - ( PR: #1525 )
-
[CI Pipeline] Released Patch version: 5.49.1 - ( PR: #1526 )
v5.47.0
📦 Uncategorized
- [CI Pipeline] Released Minor version: 5.47.0
- PR: #1339
What's Changed
- [CI Pipeline] Released Minor version: 5.47.0 by @github-actions in #1339
Full Changelog: v5.46.2...v5.47.0
v5.41.15
v5.41.8
v5.41.6
What's Changed
- [CI Pipeline] Released Snapshot version: 5.40.87-alpha-110-SNAPSHOT by @github-actions in #1087
- Removing assertions from code and replacing with relevant exceptions by @asloobq in #1085
- Change optout loading exception to a warning temporarily by @asloobq in #1125
- temporarily add back use metrics for the operator-served SDKs by @Ian-Nara in #1139
- [CI Pipeline] Released Patch version: 5.41.6 by @github-actions in #1140
Full Changelog: v5.41.0...v5.41.6
v5.41.0
2024 Out-of-band Release Q3
Update to all Private Operators on all clouds.
Addresses a specific issue that would cause operators to shut down incorrectly.
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.41.0-gcp-oidc
docker pull ghcr.io/iabtechlab/uid2-operator:5.41.0-azure-cc
Changes
- Only shut the operator down when receiving an AttestationFailure response from Core - ( PR: #1082 )