Releases: Moesif/moesif-nodejs
Releases · Moesif/moesif-nodejs
v2.3.4
Fixes:
Fixed case where non JSON object sent using write() wouldn't not be base64 encoded correctly.
v2.3.2
Fixes:
Fixed some cases where non-JSON body wouldn't be base64 encoded correctly causing body to not be logged.
v2.3.0
New:
- Checks if body is JSON or binary. If binary, base64 encode and set transfer-encoding to base64
- Add additional tests for malformed body
- Update moesifapi to 1.2.3:
- (moesifapi 1.2.3) GZIP Request Body
- (moesifapi 1.2.3) Set KeepAlive to true with 25 socket limit
v2.2.0
Add: updateUser() method to moesif middleware object.
v2.1.0
- Log Request Body when used with http-node-proxy or when body parser
is a later middleware.
- Automatically skip calls to root path (Many APIs use / as health
probes).
Release 2.1.0