File tree Expand file tree Collapse file tree 6 files changed +51
-74
lines changed Expand file tree Collapse file tree 6 files changed +51
-74
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ v1.1.0] - 2017-02-05
11+
12+ ### Added
13+ - Full compatibility with Dgraph v1.0.2
14+
15+ ### Removes
16+ - startTs field from proto message type ` Operation `
17+
1018## [ v1.0.4] - 2018-02-02
1119
1220### Added
@@ -40,7 +48,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4048### Added
4149- Full compatibility with Dgraph v1.0.0
4250
43- [ Unreleased ] : https://github.com/dgraph-io/dgraph-js/compare/v1.0.4...HEAD
51+ [ Unreleased ] : https://github.com/dgraph-io/dgraph-js/compare/v1.1.0...HEAD
52+ [ v1.1.0 ] : https://github.com/dgraph-io/dgraph-js/compare/v1.0.4...v1.1.0
4453[ v1.0.4 ] : https://github.com/dgraph-io/dgraph-js/compare/v1.0.3...v1.0.4
4554[ v1.0.3 ] : https://github.com/dgraph-io/dgraph-js/compare/v1.0.2...v1.0.3
4655[ v1.0.2 ] : https://github.com/dgraph-io/dgraph-js/compare/v1.0.1...v1.0.2
Original file line number Diff line number Diff line change @@ -199,9 +199,6 @@ export class Operation extends jspb.Message {
199199 getDropAll ( ) : boolean ;
200200 setDropAll ( value : boolean ) : void ;
201201
202- getStartts ( ) : number ;
203- setStartts ( value : number ) : void ;
204-
205202 serializeBinary ( ) : Uint8Array ;
206203 toObject ( includeInstance ?: boolean ) : Operation . AsObject ;
207204 static toObject ( includeInstance : boolean , msg : Operation ) : Operation . AsObject ;
@@ -217,7 +214,6 @@ export namespace Operation {
217214 schema : string ,
218215 dropAttr : string ,
219216 dropAll : boolean ,
220- startts : number ,
221217 }
222218}
223219
You can’t perform that action at this time.
0 commit comments