Skip to content

Releases: Moesif/moesif-nodejs

V 3.11.0

24 Nov 18:38
f3c64d0

Choose a tag to compare

For use case to implement custom execution of governance rules, exposed: getApplicableRulesForUserId & getApplicableRulesForCompanyId. They can fetch rules that are currently applicable to current user or company. E.g. the user or company is in the Cohort for the governance rule criteria.

v3.10.0

24 Sep 16:20
9c01ae0

Choose a tag to compare

  • For outgoing API calls, seems there could be some third party vendors that do not add "Content-Encoding" even when compressed.
  • If Content-Type is JSON, XML or txt, we'll try to decompress it even if content-encoding does not exist.

v3.9.1

14 Nov 18:27
5b4e0e5

Choose a tag to compare

  • update to moesifapi-nodejs 3.1.2 which added a fix for in case axios import requires set to default.

v3.9.0

04 Nov 20:19
0ba3288

Choose a tag to compare

  • add methods to send user actions to moesif.

v3.8.1

16 Oct 04:11
4752f80

Choose a tag to compare

In options, set isNextJsAppRouter to true will adapt to NextJs new handler style.

update to 3.7.1

25 Sep 22:58
b84c56a

Choose a tag to compare

update moesifapi-nodejs to 3.0.1

V3.6.6

13 Aug 22:46
01e8dec

Choose a tag to compare

updated axios to latest version

v3.6.4

08 Aug 01:23
8d44f17

Choose a tag to compare

added eslint

v3.6.2

11 Apr 17:26
5c6cd20

Choose a tag to compare

For governance rule merge tags, support default values in templates like this {{merge_tag|default_value}} when merge_tag value can not be found.

v3.6.1

10 Feb 04:48
0dccc2c

Choose a tag to compare

For governance rules, support using Request Headers for Regex criteria