Skip to content

Releases: Moesif/moesif-nodejs

v2.4.0

11 Oct 08:25
Compare
Choose a tag to compare

Add:

  • ability to add custom metadata to a request

v2.3.16

14 Jul 22:48
Compare
Choose a tag to compare

Fixes:
response TypeError: Cannot convert object to primitive value

v2.3.15

12 Jul 04:10
Compare
Choose a tag to compare

Fixes:
Use variables rather than constants if shadowing.

New:
debug option for debug messages.

v2.3.13

09 May 18:40
Compare
Choose a tag to compare

Fix:

  • Don't skip the / route by default.

v2.3.12

08 May 07:40
Compare
Choose a tag to compare

Fixes:
Body response may be missing if end() called without chunk.

v2.3.11

08 May 03:34
Compare
Choose a tag to compare

Fixes:
#2 TypeError: First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object

v2.3.10

05 May 02:49
Compare
Choose a tag to compare

Fix:

  • Request may log [object Object] for request body instead of the actual object if using express.json(), and body is not a string or buffer.
  • Response body may be duplicated in corner case where write() is called after end()

v2.3.9

30 Mar 08:35
Compare
Choose a tag to compare

Remove: Moesif Express Dependencies
. This lib can be used for a basic Node HTTP server.

Fix: Response body may not get logged for certain write() and end() sequences.

Update: Documentation to reflect installing for non express setups.

v2.3.6

28 Mar 04:48
Compare
Choose a tag to compare

Fix: Check if end() is called with a callback.
Defend against toString() is not a function

v2.3.5

27 Mar 21:08
Compare
Choose a tag to compare

Fixes:
Fixed case when using middleware on node-http-proxy and not all response chunks are gathered if multiple chunks causing partial response body being logged.