You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [Unreleased]
8
8
9
+
## [5.0.0-RC.1] - 2018-09-12
10
+
9
11
### Added
10
12
11
13
- 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
19
21
### Changed
20
22
21
23
- 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`
22
25
23
26
## [4.7.2] - 2018-09-03
24
27
@@ -486,7 +489,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
486
489
487
490
- changed VelocyStream communication (send protocol header)
0 commit comments