Skip to content

v4.5.0

Compare
Choose a tag to compare
@caroline-ttd caroline-ttd released this 01 May 00:38
· 21 commits to main since this release
064c6cd

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