Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Commit 2d845ce

Browse files
committed
fix changelog
1 parent 1ddd343 commit 2d845ce

2 files changed

Lines changed: 25 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

CHANGES.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
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

0 commit comments

Comments
 (0)