This repository was archived by the owner on Aug 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # 1.x.x
1+ # 1.0.2
22
3- * NEW: ` bodyParser ` plugin now saves the raw unparsed body on req.rawBody
3+ - merges [ commit] ( https://github.com/restify/node-restify/commit/fbd56f5751f82031c8b0e677f0bdd677c7b95892 )
4+ from restify core that fixes errors for static plugin
5+
6+ # 1.0.1
7+
8+ - audit log now has a ` clientClosed ` attribute that denotes whether or not the
9+ req was closed/terminated by the client
10+
11+ # 1.0.0
12+
13+ ### Internal changes
14+ - move unit migrated to mocha
15+ - unit tests separated into their own files
16+
17+ ### Breaking changes
18+ - plugins moved into their own repository
19+ - ` sanitizePath ` now available only on the ` pre ` export
20+ - ` mapParams: false ` is now the default setting for both the queryParser and
21+ bodyParser plugins
22+ - request expiration plugin now has two options, absolute time and timeout, the
23+ signature of the options has changed.
24+ - Add printLog flag to audit logger to optionally print log, by default is true.
25+ - Server emit auditlog event with log obj. Optionally store logs in ringbuffer.
26+ - ` bodyParser ` plugin now saves the raw unparsed body on req.rawBody
You can’t perform that action at this time.
0 commit comments