Skip to content

Releases: makeomatic/ms-files

v1.3.0

20 Feb 16:48

Choose a tag to compare

<a name"1.3.0">

1.3.0 (2016-02-20)

Features

v1.2.0

20 Feb 16:15

Choose a tag to compare

<a name"1.2.0">

1.2.0 (2016-02-20)

Bug Fixes

Features

  • on-demand preview of images (6efd339a)

v1.1.0

18 Feb 23:43

Choose a tag to compare

<a name"1.1.0">

1.1.0 (2016-02-18)

Bug Fixes

  • lock during post-processing (1d1ce46c)
  • updated dlock version (2af3fde3)
  • init lock manager after redis was attached (237017f1)

Features

  • implement lock before file processing (14fd384a)

v1.0.6

28 Jan 11:38

Choose a tag to compare

<a name"1.0.6">

1.0.6 (2016-01-28)

Bug Fixes

v1.0.5

15 Jan 17:52

Choose a tag to compare

<a name"1.0.5">

1.0.5 (2016-01-15)

Bug Fixes

  • amqp: pulls updated reconnect logic from deps (ab230985)

v1.0.4

13 Jan 15:49

Choose a tag to compare

<a name"1.0.4">

1.0.4 (2016-01-13)

Bug Fixes

  • ms-amqp-transport: error reporting was causing a crash (78969ffd)

v1.0.3

12 Jan 23:01

Choose a tag to compare

<a name"1.0.3">

1.0.3 (2016-01-12)

Bug Fixes

v1.0.2

12 Jan 22:17

Choose a tag to compare

<a name"1.0.2">

1.0.2 (2016-01-12)

Bug Fixes

v1.0.1

11 Jan 22:22

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

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)