Skip to content

Releases: IABTechLab/uid2-client-java

v4.6.0

10 Oct 18:03
fc977c8
Compare
Choose a tag to compare

What's changed

  • BidStreamClient now supports a check for domain or app name. For more information on the usage see usage-for-dsps.

Maven

<dependency>
    <groupId>com.uid2</groupId>
    <artifactId>uid2-client-java</artifactId>
    <version>4.6.0</version>
</dependency>

Jar Files

Changelog

  • Support Domain or App name check in bidstream client - ( PR: #76 )
  • [CI Pipeline] Released Minor version: 4.6.0 - ( PR: #77 )

v4.5.0

01 May 00:38
064c6cd
Compare
Choose a tag to compare

What's Changed

  • The UID2Client 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 or fraudulently generated 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-java

Full Changelog: v4.3.2-479d2cb58f...v4.5.0

Identity map support for advertisers and data providers

28 Feb 02:20
52dccb4
Compare
Choose a tag to compare

Note that this version is identical to 4.3.0-3f9bbbefc8 which was published to Maven Central.

This version adds support for identity map for advertisers and data providers, as described in https://unifiedid.com/docs/sdks/uid2-sdk-ref-java#usage-for-advertisers-and-data-providers

uid2-client-java 4.2.22

05 Dec 22:16
Compare
Choose a tag to compare

Deprecation:

  • Support for policy=0 will be removed soon