Skip to content

Commit 0493b50

Browse files
authored
Merge pull request #369 from paparomeo/minor-release
Minor release
2 parents 6242b4a + 3849ccc commit 0493b50

File tree

4 files changed

+112
-91
lines changed

4 files changed

+112
-91
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
- 2018-01-31 - v4.2.0
2+
- 2018-01-31 - Support setting limit of query string parameters through a configuration property.
3+
- 2018-01-31 - Support setting `bodyParser.json` option through a configuration property.
4+
- 2018-01-31 - Fix CRUD operation detection when using chain handlers.
15
- 2017-12-11 - v4.1.2
26
- 2017-12-11 - Fix broken response test resource to enable integration with data store handlers.
37
- 2017-11-15 - v4.1.1
@@ -63,7 +67,8 @@
6367
- 2016-09-20 - Remove metrics listeners on server.close()
6468
- 2016-09-20 - Dynamic swagger.json based on handler capabilities
6569
- 2016-09-20 - Dynamic metadata in body of responses
66-
- 2016-09-20 - Comma separated filter values
70+
- 2016-09-20 - Comma separated filter v 1 successful check
71+
alues
6772
- 2016-09-20 - Option to override base urls in links
6873
- 2016-09-08 - v1.16.1
6974
- 2016-09-08 - Improving ChainHandler for synchronous functions

documentation/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jsonApi.setConfig({
3636
// (optional) queryStringParsingParameterLimit allows to
3737
// override the default limit of 1000 parameters in query string parsing,
3838
// documented at : https://github.com/ljharb/qs
39-
queryStringParsingParameterLimit: Infinity
39+
queryStringParsingParameterLimit: 2000
4040
});
4141
```
4242

0 commit comments

Comments
 (0)