Releases: Moesif/moesif-nodejs
Releases · Moesif/moesif-nodejs
v2.9.9
Added support for http
module. (instead of using moesif-express
with express)
v2.9.7
Fix:
- HashSensitive not working.
v2.9.6
Add batch companies update.
v2.9.5
Add:
- updateUsersBatch method
- Unite tests
v2.9.3
Fix:
- Fixed issue where transaction id was not returned back to requester via HTTP headers.
v2.9.2
Fix:
- 2.9.1 had bug due to var moesifConfigManager = require('./MoesifConfigManager') being uppercase.
v2.9.1
Added support for X-Moesif-Transaction-Id.
v2.8.0
Fixes:
- “Error: request size did not match content size” in some race conditions. Discovered when Moesif middleware was enabled with Apollo engine.
v2.7.2
Update:
- Dependency versions for moesifapi, express, request, etc.
v2.7.1
Add:
- Use batch API by default instead of single event upload. Can be disabled via disableBatching