Skip to content

Releases: pgherveou/gulp-awspublish

v8.0.0

19 Dec 17:32
a852c46
Compare
Choose a tag to compare

Breaking changes

  • Do not set any ACL header by default #213

v7.1.0

09 Jan 16:45
ece6e67
Compare
Choose a tag to compare
  • Improve error handling 6a22a4c
  • Update dependencies 6a22a4c
  • Simplify code #210 e19f1ba
  • Add putOnly option to skip HEAD request and bypass cache #211

v7.0.0

02 Dec 18:46
995aa54
Compare
Choose a tag to compare
  • Update dependencies #209

Breaking changes

  • Drop Node.js v12 support #209

v6.0.2

04 Mar 01:36
0bd1146
Compare
Choose a tag to compare

v6.0.1

01 Mar 13:39
6f2486c
Compare
Choose a tag to compare
  • Fix JS error when using .sync() and there's nothing to delete #204 (@Ruxta)
  • Remove through2 dependency #203
  • Remove event-stream dependency #202
  • Remove clone dependency #201

v6.0.0

23 Jan 12:25
1783053
Compare
Choose a tag to compare
  • Migrate from aws-sdk (69.6 MB) to @aws-sdk/client-s3 (3.91 MB) #200

Breaking changes

  • _buildDeleteMultiple() requires passing bucket as argument
  • _toAwsParams() requires passing bucket as argument
  • Credentials passed to create() must be nested under credentials:
var publisher = awspublish.create({
  region: "your-region-id",
  params: {
    Bucket: "..."
  },
--  accessKeyId: "akid",
--  secretAccessKey: "secret"
++  credentials: {
++    accessKeyId: "akid",
++    secretAccessKey: "secret"
++  }
});

v5.0.1

23 Jan 11:44
d3e3ed1
Compare
Choose a tag to compare
  • Fix deletion of cache file during tests
  • Remove test coverage
  • Update dependencies

v5.0.0

22 Jan 15:02
a7101b6
Compare
Choose a tag to compare
  • Remove support for Node 10
  • Update dependencies
  • Replace pad-component with padEnd()

v4.1.2

06 Jun 16:11
e856603
Compare
Choose a tag to compare
  • Fix stream completion in sync method #181

v4.1.1

05 Jan 11:48
cc79e19
Compare
Choose a tag to compare