Skip to content

Commit a904523

Browse files
author
mpv1989
committed
Prepare release 5.0.0
1 parent d27b2d6 commit a904523

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

ChangeLog.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9-
## [5.0.0-RC.1] - 2018-09-12
9+
## [5.0.0] - 2018-09-18
1010

1111
### Added
1212

@@ -22,6 +22,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
2222

2323
- changed the internal connection pool and host management. There now exists a connection pool for every configured host. This changes the behavior of `ArangoDBAsync.Builder#maxConnections` which now allows to configure the maximal number of connection per host and not overall.
2424
- changed `IndexEntity#selectivityEstimate` from `Integer` to `Double`
25+
- upgraded dependency velocypack 1.4.1
26+
27+
- added support for generic types
28+
29+
Serialize the class name in a field \_class when necessary. Field name can be configured through VPack.Builder#typeKey(String)
2530

2631
## [4.7.2] - 2018-09-03
2732

@@ -489,8 +494,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
489494

490495
- changed VelocyStream communication (send protocol header)
491496

492-
[unreleased]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.0-RC.1...HEAD
493-
[5.0.0-rc.1]: https://github.com/arangodb/arangodb-java-driver-async/compare/4.7.2...5.0.0-RC.1
497+
[unreleased]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.0...HEAD
498+
[5.0.0]: https://github.com/arangodb/arangodb-java-driver-async/compare/4.7.2...5.0.0
494499
[4.7.2]: https://github.com/arangodb/arangodb-java-driver-async/compare/4.7.0...4.7.2
495500
[4.7.0]: https://github.com/arangodb/arangodb-java-driver-async/compare/4.6.1...4.7.0
496501
[4.6.1]: https://github.com/arangodb/arangodb-java-driver-async/compare/4.6.0...4.6.1

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.arangodb</groupId>
66
<artifactId>arangodb-java-driver-async</artifactId>
7-
<version>5.0.0-SNAPSHOT</version>
7+
<version>5.0.0</version>
88
<inceptionYear>2016</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)