Skip to content

Releases: Moesif/moesif-nodejs

V 3.11.0

Choose a tag to compare

@xinghengwang xinghengwang released this 24 Nov 18:38
f3c64d0

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

Choose a tag to compare

@xinghengwang xinghengwang released this 24 Sep 16:20
9c01ae0
  • 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

Choose a tag to compare

@xinghengwang xinghengwang released this 14 Nov 18:27
5b4e0e5
  • update to moesifapi-nodejs 3.1.2 which added a fix for in case axios import requires set to default.

v3.9.0

Choose a tag to compare

@xinghengwang xinghengwang released this 04 Nov 20:19
0ba3288
  • add methods to send user actions to moesif.

v3.8.1

Choose a tag to compare

@xinghengwang xinghengwang released this 16 Oct 04:11
4752f80

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

update to 3.7.1

Choose a tag to compare

@xinghengwang xinghengwang released this 25 Sep 22:58
b84c56a

update moesifapi-nodejs to 3.0.1

V3.6.6

Choose a tag to compare

@xinghengwang xinghengwang released this 13 Aug 22:46
01e8dec

updated axios to latest version

v3.6.4

Choose a tag to compare

@xinghengwang xinghengwang released this 08 Aug 01:23
8d44f17

added eslint

v3.6.2

Choose a tag to compare

@xinghengwang xinghengwang released this 11 Apr 17:26
5c6cd20

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

Choose a tag to compare

@xinghengwang xinghengwang released this 10 Feb 04:48
0dccc2c

For governance rules, support using Request Headers for Regex criteria