Skip to content

Releases: fernando-mc/serverless-finch

v4.0.4

19 Feb 15:23
8cbf0ef
Compare
Choose a tag to compare

4.0.4 (2024-02-19)

Bug Fixes

v4.0.3

02 May 13:28
Compare
Choose a tag to compare

4.0.3 (2023-05-02)

Bug Fixes

  • check for undefined options when validating (4ab6e60)

v4.0.2

28 Apr 14:23
Compare
Choose a tag to compare

4.0.2 (2023-04-28)

Bug Fixes

  • bucket-utils: small fix for async race condition (964f0b3)

v4.0.1

25 Apr 03:35
c8c6953
Compare
Choose a tag to compare

4.0.1 (2023-04-25)

Bug Fixes

  • backwards compatibility with serverless < 3 (#170) (c8c6953), closes #165
  • bucket-utils: bucket creation now removes the public access block applied by S3 (#184) (59d9012), closes #183

v4.0.0

12 Mar 15:07
cec06df
Compare
Choose a tag to compare

4.0.0 (2022-03-12)

Bug Fixes

  • log: don't log undefined string (f42711f)

Features

BREAKING CHANGES

  • remove: Bucket is deleted if empty on client remove.

v3.0.0

26 Feb 19:20
305341a
Compare
Choose a tag to compare

v3.0.0
Full Changelog: v2.8.0...v3.0.0

  • Serverless 3 compatibility
  • Updated dependencies

v2.8.0

15 Dec 08:49
Compare
Choose a tag to compare

Full Changelog: v2.7.7...v2.8.0

Updates in many old dependencies and testing strategies to enable automated tests.

v2.7.6

06 Dec 01:42
f9072d8
Compare
Choose a tag to compare

What's Changed

  • Adds support for easier NPM deploys via GitHub releases
  • Allows to set the "redirect" property of routing rules to be an empty string, which is a legitimate value. - EnricoPicci
  • Clearer details on where the plugin uploads files when key prefixed. Lilja

New Contributors

Full Changelog: v2.6.0...v2.7.0

Why is it called v2.7.6 you ask? Because there were a lot of CI tests to make this publish in an automated fashion.