Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

34 lines (27 loc) · 1.25 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • Serilog.Sinks.Seq so that logging can happen to Seq
  • Configurable rolling file log

Fixed

  • Logging is now uniformly structured
  • General code clean-up

1.1.0 - 2017-11-21

Added

  • Option to delete source file once uploaded
  • Handle multiple files matching a wildcard path

Changed

  • If no email body is supplied, send the number of bytes uploaded in the email.

1.0.0 - 2017-07-21

Added

  • Windows console application for processing file upload jobs
  • Upload jobs configured via plain-text JSON file
  • Ability to compress files before uploading (ZIP compression)
  • Replacement of {date} in destination file name with date in yyyy-MM-dd format
  • Optional ability to send an email notification when a job is complete