File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Changed
11
+
12
+ - Empty querystring parameters are now omitted
13
+
14
+ In some cases ArangoDB would be unable to correctly handle querystring
15
+ parameters without values. Any paremeters set to ` undefined ` will now
16
+ no longer be added to the querystring.
17
+
18
+ This does not affect parameters set to empty string values.
19
+
10
20
### Added
11
21
12
22
- Added ` maxRuntime ` option to ` db.query ` method
@@ -15,7 +25,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
15
25
16
26
- Replaced ` linkedlist ` dependency with ` x3-linkedlist ` ([ #601 ] ( https://github.com/arangodb/arangojs/issues/601 ) )
17
27
18
- The ` linkedlist ` dependency had a memory leak and was no longer maintained. The replacement should fix this issue.
28
+ The ` linkedlist ` dependency had a memory leak and was no longer maintained.
29
+ The replacement should fix this issue.
19
30
20
31
## [ 6.12.0] - 2019-10-16
21
32
You can’t perform that action at this time.
0 commit comments