Skip to content

Releases: hammerstonedev/sidecar

v0.6.1

15 May 22:19
1ab9290
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

15 May 21:05
Compare
Choose a tag to compare

🚨 Breaking change!

The default runtime for functions has been changed from Node 14 to Node 20. If you haven't explicitly declared the runtime in your function, this will change it to Node 20!

What's Changed

  • Update for Laravel 11, PHP8 and ZipStream 3.1 by @drjdr in #139
  • Config steps update - "Documentation" by @bookwyrm in #137
  • Added option to configure number of backtraces in error message by @Froelund in #131

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

20 Mar 22:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.5.0

v0.4.2

10 Jan 20:16
005009a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

29 Apr 21:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

28 Feb 20:35
19bd73b
Compare
Choose a tag to compare

🚨 This is a breaking release

🚨 Function naming algorithm was changed to support long prefixes, long function names, and previously invalid characters. This is a breaking change because the names of your current functions might change with using the new naming scheme. After upgrading to Sidecar 0.4.0, it might deploy a new version of your function even if nothing has changed, because of the new naming scheme. See more in #30 and #60.

🚨 Support for Laravel 7 and PHP 7.2 have been dropped.

🚨 Unsupported Lambda runtimes have been removed. See #90 for more.

Full list of what's Changed

New Contributors

Full Changelog: v0.3.12...v0.4.0

v0.3.12

22 May 19:23
Compare
Choose a tag to compare

0.3.12 - 2022-05-22

Changed

Fixed

  • Fix for specifying a directory in a package when deploying from windows by @w00key
    in #73

New Contributors

Full Changelog: v0.3.11...v0.3.12

v0.3.11

12 May 17:59
Compare
Choose a tag to compare

Added

Full Changelog: v0.3.10...v0.3.11

v0.3.10

11 May 20:12
Compare
Choose a tag to compare

What's Changed

Added

Fixed

  • Replace DIRECTORY_SEPARATOR with '/' by @w00key in #69
  • Gracefully handle unexpected log output by @inxilpro in #66

New Contributors

Full Changelog: v0.3.9...v0.3.10

v0.3.9

03 Apr 17:03
4268aec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.8...v0.3.9