v2.3.0
📦 Uncategorized
- The Uid2ClientFactory class has been deprecated and is replaced by BidstreamClient (for DSPs) and SharingClient (for sharers).
- The new BidstreamClient class ensures long-lived tokens, such as Sharing tokens, are rejected.
- Additionally, the BidstreamClient and the SharingClient class
- reject tokens with invalid timestamps.
- have a reduced interface that's specific to their use-case (in contrast to the deprecated UID2Client).
- Token expiry time is now available in the decryption response
Usage examples are shown here:https://unifiedid.com/docs/sdks/uid2-sdk-ref-python
- Add pre-commit and trivy scan configs - ( PR: #33 )
- Add BidStreamClient and SharingClient - ( PR: #31 )
- [UID2-1649] Move UID2 Token generator into source code - ( PR: #34 )
- Removed pre-commit and trivy-secret.yaml - ( PR: #35 )
- [UID2-3242] Handle lifetime check for v2 tokens differently - ( PR: #36 )
- [CI Pipeline] Released Minor version: 2.3.0 - ( PR: #37 )
Pypi
<dependency>
<groupId>com.uid2</groupId>
<artifactId>uid2-client-python</artifactId>
<version>2.3.0</version>
</dependency>
Pypi Files
Changelog
- Add pre-commit and trivy scan configs - ( PR: #33 )
- Add BidStreamClient and SharingClient - ( PR: #31 )
- [UID2-1649] Move UID2 Token generator into source code - ( PR: #34 )
- Removed pre-commit and trivy-secret.yaml - ( PR: #35 )
- [UID2-3242] Handle lifetime check for v2 tokens differently - ( PR: #36 )
- [CI Pipeline] Released Minor version: 2.3.0 - ( PR: #37 )