Skip to content

Releases: Moesif/moesif-nodejs

v2.7.2

Choose a tag to compare

@dgilling dgilling released this 20 Jan 21:50

Update:

  • Dependency versions for moesifapi, express, request, etc.

v2.7.1

Choose a tag to compare

@dgilling dgilling released this 07 Dec 23:52

Add:

  • Use batch API by default instead of single event upload. Can be disabled via disableBatching

v2.6.7

Choose a tag to compare

@dgilling dgilling released this 29 Nov 00:42

Fixes:

  • Remove limit on body size for large payloads

v2.6.6

Choose a tag to compare

@dgilling dgilling released this 15 Nov 22:48

Add:

  • samplingPercentage config switch

v2.6.5

Choose a tag to compare

@dgilling dgilling released this 24 Oct 17:22

Add:

  • improve hashSensitive detection for password fields

v2.6.4

Choose a tag to compare

@dgilling dgilling released this 23 Oct 00:49

Fixes:

  • Missing content-type dependency which may cause a failure if not already present in app (usually it is)

v2.6.3

Choose a tag to compare

@dgilling dgilling released this 03 Oct 19:35
2407820

Fixes:

  • wrong error notice for getApiVersion
  • add documentation for option functions

v2.6.2

Choose a tag to compare

@dgilling dgilling released this 25 Sep 04:05

Fixes:

  • Typo in outgoing.js

v2.6.1

Choose a tag to compare

@dgilling dgilling released this 18 Sep 19:41

Add:

  • Added support for automatically capturing outgoing API calls to 3rd parties like Stripe or your own dependencies. Just call startCaptureOutgoing()

v2.5.0

Choose a tag to compare

@dgilling dgilling released this 23 Jul 01:55

Update:

  • Dependencies for debug, request-ip, raw-body, and card-validator