Skip to content

Releases: agmoss/winston-azure-blob

Adding in an API option for CSV column headers on newly created blobs.

09 Dec 22:09
Compare
Choose a tag to compare

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

09 Dec 22:02
Compare
Choose a tag to compare

The extension option can now accept a string file extension or a specified extension in the extensions enum.

What's Changed

  • chore: API docs and signature cleanup by @agmoss in #13

Full Changelog: v1.4.1...v1.4.2

API signature cleanup and docs

20 Sep 19:07
Compare
Choose a tag to compare

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

24 Jul 01:58
Compare
Choose a tag to compare

Allowing a connection string to be used in the account parameter of the API. Per #10

Creating option to set file extension

29 May 18:32
Compare
Choose a tag to compare

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.