Releases: agmoss/winston-azure-blob
Releases · agmoss/winston-azure-blob
Adding in an API option for CSV column headers on newly created blobs.
What's Changed
- feat: Column headers for csv log files. Headers, when provided, are applied to newly created csv blobs
Full Changelog: v1.4.2...v1.5.0
Make `extension` accept a string
The extension option can now accept a string file extension or a specified extension in the extensions
enum.
What's Changed
Full Changelog: v1.4.1...v1.4.2
API signature cleanup and docs
Adjusting the constructor opts for WinstonAzureBlob
to better reflect what is required and what is defaulted. Updating the API docs in the readme to be more descriptive. Specifying that syncTimeout
is in milliseconds.
Connection string option for account
Allowing a connection string to be used in the account parameter of the API. Per #10
Creating option to set file extension
Adding the ability for the generated blob name to contain a file extension. Currently, the only supported extension is .log
provided by the extensions
enum. The default is no file extension.