Releases: IABTechLab/uid2-client-python
Releases · IABTechLab/uid2-client-python
v2.9.0
📦 Uncategorized
- UID2-6511 Remove "policy" field from JSON request - ( PR: #69 )
- [CI Pipeline] Released Minor version: 2.9.0 - ( PR: #70 )
Pypi
<dependency>
<groupId>com.uid2</groupId>
<artifactId>uid2-client-python</artifactId>
<version>2.9.0</version>
</dependency>
Pypi Files
Changelog
- UID2-6511 Remove "policy" field from JSON request - ( PR: #69 )
- [CI Pipeline] Released Minor version: 2.9.0 - ( PR: #70 )
What's Changed
- UID2-6511 Remove "policy" field from JSON request by @swibi-ttd in #69
- [CI Pipeline] Released Minor version: 2.9.0 by @github-actions[bot] in #70
New Contributors
- @swibi-ttd made their first contribution in #69
Full Changelog: v2.8.0...v2.9.0
v2.8.0
v2.7.0
📦 Uncategorized
- removed pkg_resources dependency and added unit tests for the fix - ( PR: #64 )
- [CI Pipeline] Released Minor version: 2.7.0 - ( PR: #65 )
Pypi
<dependency>
<groupId>com.uid2</groupId>
<artifactId>uid2-client-python</artifactId>
<version>2.7.0</version>
</dependency>
Pypi Files
Changelog
v2.6.3
v2.6.0
📦 Uncategorized
- update action versions - ( PR: #54 )
- UID2-4528 report failures on scheduled vulnerability detection runs - ( PR: #57 )
- sch-UID2-5486 added identity map v3 client and binary support - ( PR: #58 )
- updated version of shared action workflow - ( PR: #60 )
- [CI Pipeline] Released Minor version: 2.6.0 - ( PR: #61 )
Pypi
<dependency>
<groupId>com.uid2</groupId>
<artifactId>uid2-client-python</artifactId>
<version>2.6.0</version>
</dependency>
Pypi Files
Changelog
- update action versions - ( PR: #54 )
- UID2-4528 report failures on scheduled vulnerability detection runs - ( PR: #57 )
- sch-UID2-5486 added identity map v3 client and binary support - ( PR: #58 )
- updated version of shared action workflow - ( PR: #60 )
- [CI Pipeline] Released Minor version: 2.6.0 - ( PR: #61 )
v2.5.18
📦 Uncategorized
- UID2-3497: Add unit tests to test request of getting identity buckets - ( PR: #51 )
- Support base64-encoded v4 tokens - ( PR: #52 )
- [CI Pipeline] Released Patch version: 2.5.18 - ( PR: #53 )
Pypi
<dependency>
<groupId>com.uid2</groupId>
<artifactId>uid2-client-python</artifactId>
<version>2.5.18</version>
</dependency>
Pypi Files
Changelog
v2.5.0
📦 Uncategorized
- Replace urllib with requests - ( PR: #44 )
- Use random IVs for v2 token generation - ( PR: #45 )
- Revert "Replace urllib with requests" - ( PR: #47 )
- UID2-3497: Support for /identity/buckets - ( PR: #46 )
- [CI Pipeline] Released Minor version: 2.5.0 - ( PR: #48 )
Pypi
<dependency>
<groupId>com.uid2</groupId>
<artifactId>uid2-client-python</artifactId>
<version>2.5.0</version>
</dependency>
Pypi Files
Changelog
v2.4.6
📦 Uncategorized
- [UID2-3320] Clean up dependencies and point to official guide - ( PR: #42 )
- [CI Pipeline] Released Patch version: 2.4.6 - ( PR: #43 )
Pypi
<dependency>
<groupId>com.uid2</groupId>
<artifactId>uid2-client-python</artifactId>
<version>2.4.6</version>
</dependency>
Pypi Files
Changelog
- [UID2-3320] Clean up dependencies and point to official guide - ( PR: #42 )
- [CI Pipeline] Released Patch version: 2.4.6 - ( PR: #43 )
What's Changed
- [UID2-3320] Clean up dependencies and point to official guide by @asloobq in #42
- [CI Pipeline] Released Patch version: 2.4.6 by @github-actions in #43
Full Changelog: v2.4.0...v2.4.6
v2.4.0
📦 Uncategorized
- Add IdentityMapClient to enable Advertisers/Data Providers to generate a raw uid from their personal data or provide reasons for its unavailability. Usage examples are shown here:https://unifiedid.com/docs/sdks/uid2-sdk-ref-python
- Reformat Readme.md to conform with C# SDK readme - ( PR: #38 )
- UID2-2760 Add IdentityMapClient - ( PR: #39 )
- [CI Pipeline] Released Minor version: 2.4.0 - ( PR: #40 )
Pypi
<dependency>
<groupId>com.uid2</groupId>
<artifactId>uid2-client-python</artifactId>
<version>2.4.0</version>
</dependency>
Pypi Files
Changelog
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 )