File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
8000
td>
7
7
## [ Unreleased]
8
8
9
+ ### Added
10
+
11
+ - added ` ArangoCursor.first() `
12
+ - added ` java.util.stream.Stream ` like methods for ` ArangoCursor `
13
+ - added ` ArangoCursor.foreach(Consumer) `
14
+ - added ` ArangoCursor.map(Function) `
15
+ - added ` ArangoCursor.filter(Predicate) `
16
+ - added ` ArangoCursor.anyMatch(Predicate) `
17
+ - added ` ArangoCursor.allMatch(Predicate) `
18
+ - added ` ArangoCursor.noneMatch(Predicate) `
19
+ - added ` ArangoCursor.collectInto(Collection) `
20
+
9
21
## [ 4.6.1] - 2018-07-12
10
22
11
23
### Added
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.arangodb</groupId >
6
6
<artifactId >arangodb-java-driver</artifactId >
7
- <version >4.6.2 -SNAPSHOT</version >
7
+ <version >4.7.0 -SNAPSHOT</version >
8
8
<inceptionYear >2016</inceptionYear >
9
9
<packaging >jar</packaging >
10
10
You can’t perform that action at this time.
0 commit comments