Releases: Moesif/moesif-nodejs
Releases · Moesif/moesif-nodejs
v2.4.3
Compare
Sorry, something went wrong.
No results found
Fixes:
updateUser not working due to userId not snakecase
Add:
Automatic removal of credit card numbers and other sensitive information
v2.4.2
Compare
Sorry, something went wrong.
No results found
Add:
Ability to change BaseUri
Update:
v2.4.0
Compare
Sorry, something went wrong.
No results found
Add:
ability to add custom metadata to a request
v2.3.16
Compare
Sorry, something went wrong.
No results found
Fixes:
response TypeError: Cannot convert object to primitive value
v2.3.15
Compare
Sorry, something went wrong.
No results found
Fixes:
Use variables rather than constants if shadowing.
New:
debug option for debug messages.
v2.3.13
Compare
Sorry, something went wrong.
No results found
Fix:
Don't skip the / route by default.
v2.3.12
Compare
Sorry, something went wrong.
No results found
Fixes:
Body response may be missing if end() called without chunk.
v2.3.11
Compare
Sorry, something went wrong.
No results found
Fixes:
#2 TypeError: First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object
v2.3.10
Compare
Sorry, something went wrong.
No results found
Fix:
Request may log [object Object] for request body instead of the actual object if using express.json(), and body is not a string or buffer.
Response body may be duplicated in corner case where write() is called after end()
v2.3.9
Compare
Sorry, something went wrong.
No results found
Remove: Moesif Express Dependencies
. This lib can be used for a basic Node HTTP server.
Fix: Response body may not get logged for certain write() and end() sequences.
Update: Documentation to reflect installing for non express setups.