@@ -6,28 +6,28 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/),
6
6
7
7
## [ 24.1.1] - 2024-12-13
8
8
9
- ### Added
9
+ ** Added**
10
10
11
11
- add support for big float and fix tests (#246 )
12
12
- Provide shaded jar with dgraph4j's dependencies (#239 )
13
13
14
- ### Fixed
14
+ ** Fixed**
15
15
16
16
- build(deps): bump the minor-and-patch group across 1 directory with 4 updates (#245 ) (#243 ) (#244 )
17
17
(#241 ) (#237 )
18
18
- Upgrade to gradle 7.6.4 (#238 )
19
19
20
20
## [ 24.0.0] - 2024-08-06
21
21
22
- ### Added
22
+ ** Added**
23
23
24
24
- feat: Add Vector Support. ([ #220 ] )
25
25
26
- ### Fixed
26
+ ** Fixed**
27
27
28
28
- fix: Issues with disconnects addressed with Netty, protoc and protobuf-java updates. ([ #212 ] )
29
29
30
- ### Security
30
+ ** Security**
31
31
32
32
- chore: Bump com.google.protobuf: protoc from 3.2.0 to 4.27.2 ([ #215 ] )
33
33
- chore: Bump org.slf4j: slf4j-simple from 1.7.21 to 2.0.13 ([ #214 ] )
@@ -36,7 +36,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/),
36
36
- chore: Bump github/codeql-action from 2 to 3 ([ #198 ] )
37
37
- chore: Bump actions/setup-go from 3 to 5 ([ #195 ] )
38
38
39
- ### Testing
39
+ ** Testing**
40
40
41
41
- chore: added a test for best effort queries ([ #182 ] )
42
42
@@ -58,7 +58,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/),
58
58
59
59
## [ 21.03.2] - 2021-12-24
60
60
61
- ### Added
61
+ ** Added**
62
62
63
63
- feat: Add timeout parameters to transaction requests. ([ #172 ] )
64
64
- feat: Add shutdown method to client. ([ #173 ] )
@@ -68,23 +68,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/),
68
68
69
69
## [ 21.03.1] - 2021-04-22
70
70
71
- ### Added
71
+ ** Added**
72
72
73
73
- fix(deprecation): add DgraphClient.clientStubFromCloudEndpoint ([ #170 ] )
74
74
75
75
[ #170 ] : https://github.com/hypermodeinc/dgraph4j/pull/170
76
76
77
77
## [ 21.03.0] - 2021-04-08
78
78
79
- ### Added
79
+ ** Added**
80
80
81
81
- feat: add loginIntoNamespace API on clients (GRAPHQL-1058) ([ #166 ] )
82
82
83
- ### Deprecated
83
+ ** Deprecated**
84
84
85
85
- chore: Sync dgo + deprecate Slash endpoint method (GRAPHQL-1141) ([ #167 ] )
86
86
87
- ### Fixed
87
+ ** Fixed**
88
88
89
89
- fix(test): Don't use dgraph binary in tests (GRAPHQL-1144) ([ #168 ] )
90
90
@@ -94,40 +94,40 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/),
94
94
95
95
## [ 20.11.0] - 2020-12-23
96
96
97
- ### Added
97
+ ** Added**
98
98
99
99
- feat: Add support for RDF response (DGRAPH-2659) ([ #160 ] )
100
100
101
- ### Changed
101
+ ** Changed**
102
102
103
103
- gRPC: bumped gRPC libs to v1.34.1
104
104
105
105
[ #160 ] : https://github.com/hypermodeinc/dgraph4j/pull/160
106
106
107
107
## [ 20.03.3] - 2020-11-25
108
108
109
- ### Added
109
+ ** Added**
110
110
111
111
- feat: add client constructor with executor (DGRAPH-2746) ([ #161 ] )
112
112
113
113
[ #161 ] : https://github.com/hypermodeinc/dgraph4j/pull/161
114
114
115
115
## [ 20.03.2] - 2020-10-27
116
116
117
- ### Added
117
+ ** Added**
118
118
119
119
- feat: Support for Slash GraphQL endpoint ([ #158 ] )
120
120
121
121
[ #158 ] : https://github.com/hypermodeinc/dgraph4j/pull/158
122
122
123
123
## [ 20.03.1] - 2020-07-10
124
124
125
- ### Added
125
+ ** Added**
126
126
127
127
- Allow creation of Transaction/AsyncTransaction from TxnContext ([ #149 ] )
128
128
- feat: Client now has a checkVersion method ([ #155 ] )
129
129
130
- ### Fixed
130
+ ** Fixed**
131
131
132
132
- Delete argument from method usePlainText ([ #148 ] )
133
133
@@ -137,12 +137,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/),
137
137
138
138
## [ 20.03.0] - 2020-04-01
139
139
140
- ### Changed
140
+ ** Changed**
141
141
142
142
- Upgrade grpc version to 1.26.0 ([ #130 ] )
143
143
- Add docs for background indexing, update api.proto ([ 1324663] )
144
144
145
- ### Fixed
145
+ ** Fixed**
146
146
147
147
- Fix slf4j dependencies. ([ #133 ] )
148
148
- Fixed running multiple upserts within one transaction ([ #137 ] )
@@ -154,31 +154,31 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/),
154
154
155
155
## [ 2.1.0] - 2020-01-30
156
156
157
- ### Changed
157
+ ** Changed**
158
158
159
159
- Sync proto files with dgo ([ #121 ] )
160
160
161
161
[ #121 ] : https://github.com/hypermodeinc/dgraph4j/pull/121
162
162
163
163
## [ 2.0.2] - 2019-10-13
164
164
165
- ### Fixed
165
+ ** Fixed**
166
166
167
167
- Fix Opencensus tracing. ([ #117 ] )
168
168
169
169
[ #117 ] : https://github.com/hypermodeinc/dgraph4j/pull/117
170
170
171
171
## [ 2.0.1] - 2019-09-05
172
172
173
- ### Fixed
173
+ ** Fixed**
174
174
175
175
- Throw TxnConflictException correctly ([ #102 ] )
176
176
177
177
[ #102 ] : https://github.com/hypermodeinc/dgraph4j/pull/102
178
178
179
179
## [ 2.0.0] - 2019-09-02
180
180
181
- ### Changed
181
+ ** Changed**
182
182
183
183
- Upgrade grpc to get rid of Java 11 warnings from grpc ([ #94 ] )
184
184
- Update grpc API to support Multiple Mutations in future ([ #101 ] )
@@ -188,11 +188,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/),
188
188
189
189
## [ 1.7.5] - 2019-06-29
190
190
191
- ### Added
191
+ ** Added**
192
192
193
193
- Add support for upsert block ([ #88 ] )
194
194
195
- ### Fixed
195
+ ** Fixed**
196
196
197
197
- Moving the dependency io.opencensus.\* into a test dependency only, ([ #89 ] )
198
198
@@ -201,12 +201,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/),
201
201
202
202
## [ 1.7.4] - 2019-06-19
203
203
204
- ### Added
204
+ ** Added**
205
205
206
206
- Added best effort method to the transaction class to call the AsyncTransaction class method.
207
207
([ #86 ] )
208
208
209
- ### Fixed
209
+ ** Fixed**
210
210
211
211
- Fix broken tests ([ #87 ] )
212
212
@@ -215,7 +215,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/),
215
215
216
216
## [ 1.7.3] - 2019-03-27
217
217
218
- ### Added
218
+ ** Added**
219
219
220
220
- added logic for ACL and upgraded the code to be usable with java 11 ([ #80 ] )
221
221
- Added best effort flag, shorten ACL test timing to match changes in dgraph ([ b4bf3bf] )
@@ -225,12 +225,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/),
225
225
226
226
## [ 1.7.1] - 2018-10-31
227
227
228
- ### Added
228
+ ** Added**
229
229
230
230
- Added the doc and sample code for setting auth token ([ #70 ] )
231
231
- Readonly support, separating integration tests and unit tests etc ([ #71 ] )
232
232
233
- ### Fixed
233
+ ** Fixed**
234
234
235
235
- Fix client selection behavior to match Go client. ([ 3bb5e23] )
236
236
@@ -287,7 +287,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/),
287
287
[ 1.7.4 ] : https://github.com/hypermodeinc/dgraph4j/compare/v1.7.3...v1.7.4
288
288
[ 1.7.3 ] : https://github.com/hypermodeinc/dgraph4j/compare/v1.7.0...v1.7.3
289
289
[ 1.7.0 ] : https://github.com/hypermodeinc/dgraph4j/compare/v1.6.0...v1.7.0
290
- [ 1.7.0 ] : https://github.com/hypermodeinc/dgraph4j/compare/v1.6.0...v1.7.0
291
290
[ 1.6.0 ] : https://github.com/hypermodeinc/dgraph4j/compare/v1.5.0...v1.6.0
292
291
[ 1.5.0 ] : https://github.com/hypermodeinc/dgraph4j/compare/v1.4.2...v1.5.0
293
292
[ 1.4.2 ] : https://github.com/hypermodeinc/dgraph4j/compare/v1.3.0...v1.4.2
0 commit comments