Skip to content

Releases: Moesif/moesif-nodejs

v2.4.3

Choose a tag to compare

@dgilling dgilling released this 05 Apr 01:15

Fixes:

  • updateUser not working due to userId not snakecase

Add:

  • Automatic removal of credit card numbers and other sensitive information

v2.4.2

Choose a tag to compare

@dgilling dgilling released this 15 Feb 01:36

Add:

  • Ability to change BaseUri

Update:

  • request-ip to 2.0.2

v2.4.0

Choose a tag to compare

@dgilling dgilling released this 11 Oct 08:25

Add:

  • ability to add custom metadata to a request

v2.3.16

Choose a tag to compare

@dgilling dgilling released this 14 Jul 22:48

Fixes:
response TypeError: Cannot convert object to primitive value

v2.3.15

Choose a tag to compare

@dgilling dgilling released this 12 Jul 04:10

Fixes:
Use variables rather than constants if shadowing.

New:
debug option for debug messages.

v2.3.13

Choose a tag to compare

@dgilling dgilling released this 09 May 18:40

Fix:

  • Don't skip the / route by default.

v2.3.12

Choose a tag to compare

@dgilling dgilling released this 08 May 07:40

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

v2.3.11

Choose a tag to compare

@dgilling dgilling released this 08 May 03:34

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

v2.3.10

Choose a tag to compare

@dgilling dgilling released this 05 May 02:49

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

Choose a tag to compare

@dgilling dgilling released this 30 Mar 08:35

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.