tink-crypto / tink

Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
https://developers.google.com/tink
Apache License 2.0
13.47k stars 1.18k forks source link

Add Release and Release Notes to Tink page as well as to GitHub #685

Closed bennetelli closed 1 year ago

bennetelli commented 1 year ago

Hi there, it would be great if you could add the tink 1.8.0 release here and also provide Release Notes for it on the tink website. That would be great. Thanks in advance :)

morambro commented 1 year ago

Hi @bennetelli, release notes for the latest Tink Java release can be found here.

We are splitting up Tink into multiple libraries that will have from now on separate releases and versions. Libraries will be hosted at https://github.com/tink-crypto. Future releases will be created from there; as for Java, java_src/ in https://github.com/google/tink will stop being updated in Q3 2022.

Our Tink setup page links to the release notes for each of the Tink Java libraries.

bennetelli commented 1 year ago

Much thanks for your response @morambro :)