File tree Expand file tree Collapse file tree 6 files changed +12
-7
lines changed
DgraphJavaSampleDeadlineInterceptors
DgraphJavaSampleWithDeadlineAfter Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Calendar Versioning](https://calver.org/) starting
66
77## [ Unreleased]
88
9+ ## [ 21.12.0] - 2021-12-24
10+
11+ * Version bump. No changes from v21.03.2.
12+
913## [ 21.03.2] - 2021-12-24
1014
1115### Added
@@ -167,7 +171,8 @@ and this project adheres to [Calendar Versioning](https://calver.org/) starting
167171## [ 1.0.0] - 2017-12-18
168172* Fully compatible with Dgraph v1.0
169173
170- [ Unreleased ] : https://github.com/dgraph-io/dgraph4j/compare/v21.03.2...HEAD
174+ [ Unreleased ] : https://github.com/dgraph-io/dgraph4j/compare/v21.12.0...HEAD
175+ [ 21.12.0 ] : https://github.com/dgraph-io/dgraph4j/compare/v21.03.2...v21.12.0
171176[ 21.03.2 ] : https://github.com/dgraph-io/dgraph4j/compare/v21.03.1...v21.03.2
172177[ 21.03.1 ] : https://github.com/dgraph-io/dgraph4j/compare/v21.03.0...v21.03.1
173178[ 21.03.0 ] : https://github.com/dgraph-io/dgraph4j/compare/v20.11.0...v21.03.0
Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ grab via Maven:
5555<dependency >
5656 <groupId >io.dgraph</groupId >
5757 <artifactId >dgraph4j</artifactId >
58- <version >21.03.2 </version >
58+ <version >21.12.0 </version >
5959</dependency >
6060```
6161or Gradle:
6262``` groovy
63- compile 'io.dgraph:dgraph4j:21.03.2 '
63+ compile 'io.dgraph:dgraph4j:21.12.0 '
6464```
6565
6666## Supported Versions
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ apply plugin: 'signing'
4141
4242group = ' io.dgraph'
4343archivesBaseName = ' dgraph4j'
44- version = ' 21.03.2 '
44+ version = ' 21.12.0 '
4545sourceCompatibility = 1.8
4646targetCompatibility = 1.8
4747
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
1717
1818dependencies {
1919 // Use Dgraph Java client
20- compile ' io.dgraph:dgraph4j:21.03.2 '
20+ compile ' io.dgraph:dgraph4j:21.12.0 '
2121
2222 // Use JUnit test framework
2323 testCompile ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
1717
1818dependencies {
1919 // Use Dgraph Java client
20- compile ' io.dgraph:dgraph4j:21.03.2 '
20+ compile ' io.dgraph:dgraph4j:21.12.0 '
2121
2222 // Use JUnit test framework
2323 testCompile ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
1717
1818dependencies {
1919 // Use Dgraph Java client
20- compile ' io.dgraph:dgraph4j:21.03.2 '
20+ compile ' io.dgraph:dgraph4j:21.12.0 '
2121
2222 // Use JUnit test framework
2323 testCompile ' junit:junit:4.12'
You can’t perform that action at this time.
0 commit comments