File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -358,5 +358,15 @@ httpclient version 4.3.6
358358## since 2.4.2
359359Fixed 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
362372Added support for sparse indexes
You can’t perform that action at this time.
0 commit comments