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.
77
88## [ Unreleased]
99
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+
1020### Added
1121
1222- 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.
1525
1626- Replaced ` linkedlist ` dependency with ` x3-linkedlist ` ([ #601 ] ( https://github.com/arangodb/arangojs/issues/601 ) )
1727
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.
1930
2031## [ 6.12.0] - 2019-10-16
2132
You can’t perform that action at this time.
0 commit comments