notifications-node-client
Advanced tools
Changelog
7.0.0 - 2023-01-12
Changelog
6.0.0 - 2022-12-22
Changelog
5.2.3 - 2022-11-22
Changelog
5.2.2 - 2022-11-16
Changelog
5.2.1 - 2022-10-19
prepareUpload
. fs.readFile
can return strings if an encoding is provided, and the client didn't handle these correctly.Changelog
5.2.0 - 2022-09-27
Add support for new security features when sending a file by email:
confirmEmailBeforeDownload
can be set to true
to require the user to enter their email address before accessing the file.retentionPeriod
can be set to <1-78> weeks
to set how long the file should be made available.The isCsv
parameter to prepareUpload
has now been replaced by an options
parameter. The implementation has been done in a backwards-compatible way, so if you are just sending true/false
values as the seecond parameter, that will continue to work. Though we still recommend updating to use the new options format.
Changelog
5.1.2 - 2022-09-23
Remove underscore.js dependencyr new send a file features)
Changelog
5.1.1 - 2022-01-18
Upgrade axios version from ^0.21.1 to ^0.25.0
Changelog
5.1.0 - 2020-12-30
Changelog
5.0.2 - 2020-11-20
Correct incorrect description of parameter to be used by NotifyClient.setProxy