Skip to content

Commit b59fd1d

Browse files
authored
[DE-1040] documentation (#12)
* documentation * demo: added basic operations * documentation * review * review * review * review * review * review * review
1 parent 92e616c commit b59fd1d

File tree

21 files changed

+1249
-189
lines changed

21 files changed

+1249
-189
lines changed

CHANGELOG.md

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,95 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.0.3] - 2020-11-16
10+
11+
### Fixed
12+
- #68 Create Graph Variables collection if not present
13+
- Bump junit from 4.12 to 4.13.1
14+
15+
## [2.0.2] - 2019-03-22
16+
17+
### Added
18+
- Collection name prefix is now optional to support existing database collections/graphs
19+
- Maven surefire runs supported tests
20+
- Changelong file
21+
22+
### Fixed
23+
- Corrected information on ID management
24+
- Edge.getEdgeVertices() returns correct edges
25+
- Deleting a Property deletes its incoming edges
26+
- Fixed Javadocs
27+
28+
## [2.0.1] - 2018-12-25
29+
### Fixed
30+
- Spelling mistakes
31+
- ConfigurationBuilder sets gremlim.graph property
32+
33+
## [2.0.0] - 2018-10-30
34+
### Added
35+
- Official Gremlin Test Suite is used for testing
36+
### Changed
37+
- Move to tinkerpop 3
38+
- Move to ArangoDB 3.3
39+
- Move to ArangoDB Java driver 5.0
40+
41+
## [1.0.15] - 2016-08-29
42+
### Fixed
43+
- #25
44+
45+
## [1.0.14] - 2016-04-22
46+
### Added
47+
- Changed to Apache httpclient 4.2.5
48+
49+
## [1.0.13] - 2016-03-25
50+
### Added
51+
- Updated to ArangoDB java client 2.7.3
52+
53+
## [1.0.12] - 2016-01-08
54+
### Added
55+
- Update to java driver 2.7.0
56+
57+
## [1.0.11] - 2015-07-09
58+
### Added
59+
- Support of ArangoDB 2.6
60+
61+
## [1.0.10] - 2015-05-23
62+
### Changed
63+
- Changed version to 1.0.10 for Blueprints 2.6
64+
65+
## [1.0.9] - 2014-08-29
66+
### Added
67+
- Updates for new graph document format in arangodb 2.2
68+
69+
## [1.0.8] - 2014-06-06
70+
### Changed
71+
- Changes for gremlin 2.5.0
72+
73+
## [1.0.7] - 2014-03-14
74+
### Fixed
75+
- Honor batch size in BatchGraph
76+
- Honor client connection configuration options
77+
78+
## [1.0.6] - 2014-03-11
79+
### Fixed
80+
- Fixed setup
81+
82+
## [1.0.5] - 2014-02-21
83+
### Added
84+
- Updates for ArangoDBGraph.query()
85+
86+
## [1.0.3] - 2013-02-12
87+
### Added
88+
- Default logging config
89+
90+
## [1.0.2] - 2013-02-06
91+
### Added
92+
- Rexter config
93+
94+
## [1.0.1] - 2013-02-05
95+
### Changed
96+
- Changed caching of changed elements
97+
98+
## [1.0.0] - 2013-02-04
99+
### Added
100+
- Initial Version

0 commit comments

Comments
 (0)