Skip to content

Releases: yvele/poosh

v2.0.0

16 Feb 19:34
Compare
Choose a tag to compare

Breaking 💥

Feat

  • #7: Add ignore option
  • #8: Add immutable directive to HTTP cache control options
  • #6: Add --dry-run cli option

Chore

v1.2.0

30 Sep 12:50
Compare
Choose a tag to compare
  • Add poosh environment (via POOSH_ENV or --env)

v1.1.0

29 Sep 13:46
Compare
Choose a tag to compare
  • poosh-plugin-s3
    • Fix error on missing remote file

v1.0.9

10 Aug 21:50
Compare
Choose a tag to compare
  • poosh-plugin-s3
    • #5 Fix S3 CopyObject not to use ContentLength and to consider ContentType as metadata (commit)

v1.0.8

10 Aug 20:20
Compare
Choose a tag to compare
  • poosh-plugin-s3
    • Upload is optimized to use copyObject instead of putObject when content didn't changed

v1.0.7

26 Apr 20:09
Compare
Choose a tag to compare

Bug Fix

  • poosh-core
    • Fix options validation: Allow single remote options (commit)

v1.0.6

26 Apr 18:35
Compare
Choose a tag to compare

Bug Fix

  • poosh-core + poosh-common
    • #1 - Fix plugin module resolution to be portable on Windows

v1.0.5

24 Apr 22:27
Compare
Choose a tag to compare

Bug Fix

  • poosh-core
    • #1 - Fix how path are built to be portable on Windows

v1.0.4

24 Apr 22:29
Compare
Choose a tag to compare

New Feature

  • poosh-core
    • Add file matching with an array of patterns