This repository was archived by the owner on Apr 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +30
-26
lines changed Expand file tree Collapse file tree 10 files changed +30
-26
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ presented at [Real World Crypto 2019](https://rwc.iacr.org/2019/).
48
48
[ Java/Android] ( docs/JAVA-HOWTO.md ) , [ C++] ( docs/CPP-HOWTO.md ) ,
49
49
[ Obj-C] ( docs/OBJC-HOWTO.md ) , [ Go] ( docs/GOLANG-HOWTO.md ) , and
50
50
[ Python] ( docs/PYTHON-HOWTO.md ) are field tested and ready for production. The
51
- latest version is [ 1.5 .0] ( https://github.com/google/tink/releases/tag/v1.5 .0 ) ,
52
- released on 2020-10-13 .
51
+ latest version is [ 1.6 .0] ( https://github.com/google/tink/releases/tag/v1.6 .0 ) ,
52
+ released on 2021-05-17 .
53
53
54
54
Javascript/Typescript is in an alpha state and should only be used for testing.
55
55
@@ -83,15 +83,15 @@ go get github.com/google/tink/go/...
83
83
<dependency >
84
84
<groupId >com.google.crypto.tink</groupId >
85
85
<artifactId >tink</artifactId >
86
- <version >1.5 .0</version >
86
+ <version >1.6 .0</version >
87
87
</dependency >
88
88
```
89
89
90
90
* Android
91
91
92
92
```
93
93
dependencies {
94
- implementation 'com.google.crypto.tink:tink-android:1.5 .0'
94
+ implementation 'com.google.crypto.tink:tink-android:1.6 .0'
95
95
}
96
96
```
97
97
@@ -100,7 +100,7 @@ dependencies {
100
100
``` sh
101
101
cd /path/to/your/Xcode project/
102
102
pod init
103
- pod ' Tink' , ' 1.5 .0'
103
+ pod ' Tink' , ' 1.6 .0'
104
104
pod install
105
105
```
106
106
Original file line number Diff line number Diff line change 3
3
## Latest release
4
4
5
5
The most recent release is
6
- [ 1.5 .0] ( https://github.com/google/tink/releases/tag/v1.5 .0 ) , released
7
- 2020-10-13 . API docs can be found
8
- [ here] ( https://google.github.io/tink/javadoc/apps-paymentmethodtoken/1.5 .0 ) .
6
+ [ 1.6 .0] ( https://github.com/google/tink/releases/tag/v1.6 .0 ) , released
7
+ 2021-05-17 . API docs can be found
8
+ [ here] ( https://google.github.io/tink/javadoc/apps-paymentmethodtoken/1.6 .0 ) .
9
9
10
10
The Maven group ID is ` com.google.crypto.tink ` , and the artifact ID is
11
11
` apps-paymentmethodtoken ` .
@@ -16,7 +16,7 @@ To add a dependency using Maven:
16
16
<dependency >
17
17
<groupId >com.google.crypto.tink</groupId >
18
18
<artifactId >apps-paymentmethodtoken</artifactId >
19
- <version >1.5 .0</version >
19
+ <version >1.6 .0</version >
20
20
</dependency >
21
21
```
22
22
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ AdMob Rewarded Ads.
6
6
## Latest Release
7
7
8
8
The most recent release is
9
- [ 1.5 .0] ( https://github.com/google/tink/releases/tag/v1.5 .0 ) , released
10
- 2020-10-13 . API docs can be found
11
- [ here] ( https://google.github.io/tink/javadoc/apps-rewardedads/1.5 .0 ) .
9
+ [ 1.6 .0] ( https://github.com/google/tink/releases/tag/v1.6 .0 ) , released
10
+ 2021-05-17 . API docs can be found
11
+ [ here] ( https://google.github.io/tink/javadoc/apps-rewardedads/1.6 .0 ) .
12
12
13
13
The Maven group ID is ` com.google.crypto.tink ` , and the artifact ID is
14
14
` apps-rewardedads ` .
@@ -19,7 +19,7 @@ To add a dependency using Maven:
19
19
<dependency >
20
20
<groupId >com.google.crypto.tink</groupId >
21
21
<artifactId >apps-rewardedads</artifactId >
22
- <version >1.5 .0</version >
22
+ <version >1.6 .0</version >
23
23
</dependency >
24
24
```
25
25
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ This Tink app is an implementation of [RFC 8291 - Message Encryption for Web
4
4
Push] ( https://tools.ietf.org/html/rfc8291 ) .
5
5
6
6
The most recent release is
7
- [ 1.5 .0] ( https://github.com/google/tink/releases/tag/v1.5 .0 ) , released
8
- 2020-10-13 . API docs can be found
9
- [ here] ( https://google.github.io/tink/javadoc/apps-webpush/1.5 .0 ) .
7
+ [ 1.6 .0] ( https://github.com/google/tink/releases/tag/v1.6 .0 ) , released
8
+ 2021-05-17 . API docs can be found
9
+ [ here] ( https://google.github.io/tink/javadoc/apps-webpush/1.6 .0 ) .
10
10
11
11
## Installation
12
12
@@ -16,15 +16,15 @@ To add a dependency using Maven:
16
16
<dependency >
17
17
<groupId >com.google.crypto.tink</groupId >
18
18
<artifactId >apps-webpush</artifactId >
19
- <version >1.4 .0</version >
19
+ <version >1.6 .0</version >
20
20
</dependency >
21
21
```
22
22
23
23
To add a dependency using Gradle:
24
24
25
25
```
26
26
dependencies {
27
- implementation 'com.google.crypto.tink:apps-webpush:1.4 .0'
27
+ implementation 'com.google.crypto.tink:apps-webpush:1.6 .0'
28
28
}
29
29
```
30
30
Original file line number Diff line number Diff line change 1
- VERS_1.5 .0 {
1
+ VERS_1.6 .0 {
2
2
global :
3
3
*tink*;
4
4
*absl*;
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ hacking guide](JAVA-HACKING.md).
9
9
## Setup instructions
10
10
11
11
The most recent release is
12
- [ 1.5 .0] ( https://github.com/google/tink/releases/tag/v1.5 .0 ) , released
13
- 2020-07-13 .
12
+ [ 1.6 .0] ( https://github.com/google/tink/releases/tag/v1.6 .0 ) , released
13
+ 2021-05-17 .
14
14
15
15
In addition to the versioned releases, snapshots of Tink are regularly built
16
16
using the master branch of the Tink GitHub repository.
@@ -35,7 +35,7 @@ following configuration:
35
35
<dependency >
36
36
<groupId >com.google.crypto.tink</groupId >
37
37
<artifactId >tink</artifactId >
38
- <version >1.5 .0</version >
38
+ <version >1.6 .0</version >
39
39
</dependency >
40
40
</dependencies >
41
41
```
Original file line number Diff line number Diff line change
1
+ Version 1.6.0
2
+ ==================================
3
+ Implement serializedKeysetNoSecret method on TINKKeysetHandle.
4
+
1
5
Version 1.5.0
2
6
==================================
3
- Added support for accessGropus to TINKKeysetHandle.
7
+ Added support for accessGroups to TINKKeysetHandle.
4
8
Removed unused C++ dependencies.
5
9
Merged https://github.com/google/tink/pull/434: fixing nullability issues.
6
10
Original file line number Diff line number Diff line change 1
1
""" Version of the current release of Tink """
2
- TINK_VERSION_LABEL = "1.5 .0"
2
+ TINK_VERSION_LABEL = "1.6 .0"
Original file line number Diff line number Diff line change 1
1
""" Version of the current release of Tink """
2
- TINK_VERSION_LABEL = "1.5 .0"
2
+ TINK_VERSION_LABEL = "1.6 .0"
Original file line number Diff line number Diff line change 1
1
# Version of the current release of Tink.
2
- set (TINK_VERSION_LABEL 1.5 .0 )
2
+ set (TINK_VERSION_LABEL 1.6 .0 )
You can’t perform that action at this time.
0 commit comments