Releases: Moesif/moesif-nodejs
Releases · Moesif/moesif-nodejs
V 3.11.0
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
- 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
- update to moesifapi-nodejs 3.1.2 which added a fix for in case axios import requires set to default.
v3.9.0
- add methods to send user actions to moesif.
v3.8.1
In options, set isNextJsAppRouter to true will adapt to NextJs new handler style.
update to 3.7.1
update moesifapi-nodejs to 3.0.1
V3.6.6
updated axios to latest version
v3.6.4
added eslint
v3.6.2
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
For governance rules, support using Request Headers for Regex criteria