Skip to content

Releases: makeomatic/ms-files

v1.0.1

11 Jan 22:22
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2016-01-11)

Bug Fixes

v1.0.0

11 Jan 21:42
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2016-01-11)

Bug Fixes

  • combined coverage report generation (0dcd2fc6)
  • catch failures on CI when including configuration (ff66cb84)
  • add env vars for the configuration file (d155e0a7)
  • command of 'tester' in docker-compose (182b43d3)

Features

  • custom-action: extract meta custom action (f81fd26f)

Breaking Changes

  • file statuses are now a map of constants, where STATUS_PENDING is '1',
    STATUS_UPLOADED is '2' and STATUS_PROCESSED is '3'.
    Previously 'pending', 'uploaded' and 'processed' respectively. This is done to
    avoid mistakes in naming

    (a294dfc0)

  • response of actions/download has changed and now includes both
    signed URL, as well as file's metadata

    (f81fd26f)