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
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ 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
9
+
## [5.0.0] - 2018-09-18
10
10
11
11
### Added
12
12
@@ -22,6 +22,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
22
22
23
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
24
- 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)
25
30
26
31
## [4.7.2] - 2018-09-03
27
32
@@ -489,8 +494,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
489
494
490
495
- changed VelocyStream communication (send protocol header)
0 commit comments