Skip to content

Commit 313b318

Browse files
committed
Mention 6aee695
1 parent 3285368 commit 313b318

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)