Skip to content

Releases: IABTechLab/uid2-attestation-api

v2.1.6

09 Aug 06:03
5ca7707
Compare
Choose a tag to compare

Changelog

Maven

<dependency>
    <groupId>com.uid2</groupId>
    <artifactId>uid2-attestation-api</artifactId>
    <version>2.1.6</version>
</dependency>

Jar Files

Full Changelog: v2.0.0-f968aec0e3...v2.1.6

v2.0.0-f968aec0e3

16 Feb 00:22
92d2805
Compare
Choose a tag to compare

Added UserData to the attestation request

Maven

<dependency>
    <groupId>com.uid2</groupId>
    <artifactId>uid2-attestation-api</artifactId>
    <version>2.0.0-f968aec0e3</version>
</dependency>

Jar Files

What's Changed

  • Use shared pipeline to publish maven repos by @cYKatherine in #14
  • Add user data to the attestation request by @thomasm-ttd in #20
  • [CI Pipeline] Released Major version: 2.0.0-f968aec0e3 by @github-actions in #21

New Contributors

Full Changelog: v1.6.0-9665e9805f...v2.0.0-f968aec0e3

v1.6.0-9665e9805f

23 Nov 04:24
Compare
Choose a tag to compare

Maven

<dependency>
    <groupId>com.uid2</groupId>
    <artifactId>uid2-attestation-api</artifactId>
    <version>1.6.0-9665e9805f</version>
</dependency>

Jar Files

Changelog

  • Added the IOperatorKeyRetriever interface - ( PR: #11 )
  • Updated the workflows - ( PR: #9, PR: #10 , PR: #12, PR: #13 )