Skip to content

Commit cca4327

Browse files
committed
docu
1 parent e1e519d commit cca4327

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,5 +358,15 @@ httpclient version 4.3.6
358358
## since 2.4.2
359359
Fixed issue#2
360360

361+
## since 2.4.3
362+
* Fixed a graph bug: when retrieving a graph via the driver, "from" and "to" were emtpy. This is fixed now.
363+
* GraphEntity has been changed, so that edge definitions are stored in an EdgeDefinitionsEntity.
364+
* Some additional methods in GraphEntity:
365+
* public EdgeDefinitionsEntity getEdgeDefinitionsEntity()
366+
* public void setEdgeDefinitionsEntity(EdgeDefinitionsEntity edgeDefinitionsEntity)
367+
* Some additional methods in EdgeDefinitionsEntity:
368+
* public int getSize()
369+
* public EdgeDefinitionEntity getEdgeDefinition(String collectionName)
370+
361371
## since 2.5.0
362372
Added support for sparse indexes

0 commit comments

Comments
 (0)