Skip to content

Releases: aarondfrancis/sidecar

v0.8.0

Choose a tag to compare

@stefanzweifel stefanzweifel released this 31 May 07:23
36a415b

What's Changed

Full Changelog: v0.7.1...v0.8.0

v0.7.1

Choose a tag to compare

@inxilpro inxilpro released this 22 Aug 15:35
e30df1a

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

Choose a tag to compare

@aarondfrancis aarondfrancis released this 07 May 23:05
91a7001

What's Changed

  • Laravel 12.x Compatibility by @laravel-shift in #156
  • Make the description dependent on the deployment environment by @Akecel in #153
  • Deprecate .NET 7, Node.js 16 and Python 3.8 runtime options by @wilsenhc in #146

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

Choose a tag to compare

@aarondfrancis aarondfrancis released this 15 May 22:19
1ab9290

What's Changed

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

v0.6.0

Choose a tag to compare

@aarondfrancis aarondfrancis released this 15 May 21:05

🚨 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

Choose a tag to compare

@aarondfrancis aarondfrancis released this 20 Mar 22:53

What's Changed

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

v0.4.2

Choose a tag to compare

@aarondfrancis aarondfrancis released this 10 Jan 20:16
005009a

What's Changed

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

v0.4.1

Choose a tag to compare

@aarondfrancis aarondfrancis released this 29 Apr 21:44

What's Changed

New Contributors

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

v0.4.0

Choose a tag to compare

@aarondfrancis aarondfrancis released this 28 Feb 20:35
19bd73b

🚨 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

Choose a tag to compare

@aarondfrancis aarondfrancis released this 22 May 19:23

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