Skip to content

Commit 4781191

Browse files
author
mpv1989
committed
Prepare release 5.0.0-RC.1
1 parent 631c3de commit 4781191

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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
10+
911
### Added
1012

1113
- added dirty read support ([reading from followers](https://docs.arangodb.com/current/Manual/Administration/ActiveFailover/#reading-from-follower))
@@ -19,6 +21,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1921
### Changed
2022

2123
- 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.
24+
- changed `IndexEntity#selectivityEstimate` from `Integer` to `Double`
2225

2326
## [4.7.2] - 2018-09-03
2427

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

487490
- changed VelocyStream communication (send protocol header)
488491

489-
[unreleased]: https://github.com/arangodb/arangodb-java-driver-async/compare/4.7.2...HEAD
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
490494
[4.7.2]: https://github.com/arangodb/arangodb-java-driver-async/compare/4.7.0...4.7.2
491495
[4.7.0]: https://github.com/arangodb/arangodb-java-driver-async/compare/4.6.1...4.7.0
492496
[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-RC.1</version>
88
<inceptionYear>2016</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)