Skip to content

Releases: aws/aws-lambda-builders

aws-lambda-builders v1.11.0 release

10 Feb 21:17
6f94390
Compare
Choose a tag to compare

ESBuild implementation & Java Gradle/Maven Build changes

What's Changed

Full Changelog: v1.10.0...v1.11.0

aws-lambda-builders v1.10.0 release

21 Dec 21:42
3257a8f
Compare
Choose a tag to compare

Fixes issues related to incremental build functionality for ruby and for java functions.

Changelog

  • 7843ac1 - fix: Updated TestJavaMoveDependenciesAction to Include lib Folder (#313)
  • c03a233 - fix: Added Create Directory before Copy (#312)

aws-lambda-builders v1.9.0 release

26 Oct 00:11
b3c5d7d
Compare
Choose a tag to compare

Added parameters for manipulating dependency handling.

Changelog

  • bc440e7 - chore: Remove Support for Running Lambda Builders on Python2 (#300)
  • 483bca7 - feat: Dependency Parameters (#275)
  • 4aa1dc0 - Updated Version to 1.9.0 (#299)
  • b1fb168 - fix: Check Whether Cleanup Dir Exists (#303)
  • 0fdbcdd - fix: don't filter files when copying dependencies to artifact folder for pip workflow (#305)

aws-lambda-builders v1.8.1 release

30 Sep 00:33
26c8265
Compare
Choose a tag to compare

Fix for the ARM release.

Changelog

aws-lambda-builders v1.8.0 release

29 Sep 20:48
d45acc5
Compare
Choose a tag to compare

Added ARM support along with other bugfixes

Changelog

  • 0bc7d65 - feat: ARM Support (#287)
  • bc95771 - feat: Allow Node.js projects to be built without requiring a package (#284)

aws-lambda-builders v1.7.0 release

09 Sep 21:38
0f07ee9
Compare
Choose a tag to compare

Regular release with following bugfixes

Changelog

  • df4d474 - fix: improve support for pep517 builds (#265)
  • 262d02f - Fixed Unit Test Requiring "test" Binary (#266)
  • 880a9fd - fix(go version parts): remove alphabets from the version for validation (#259)
  • 073e26e - chore: aws lambda builders version set to 1.7.0 (#269)

aws-lambda-builders v1.6.0 release

16 Aug 19:48
b4d9a37
Compare
Choose a tag to compare

Changelog

aws-lambda-builders v1.5.0 release

20 Jul 17:22
5c0b9bd
Compare
Choose a tag to compare

Regular release with following bugfixes

Community Contributors to this Release

@borgoat - ae51708

Changelog

  • 2686da9 - feat: Allow Python runtime to build without requiring a manifest (#243)
  • c0164ca - feat: Allow Ruby runtime to build without requiring a manifest (#245)
  • ae51708 - docs: Guidance on integrating with Lambda Builders (#242)
  • 86a9aaf - fix: README - showcase Makefile support (#247)
  • 5e3ac41 - Update VS2017 to VS2019 (#244)
  • ec47987 - fix: Pip not resolving local packages (#250)
  • 53eabd2 - chore: bump version to 1.5.0 (#254)

aws-lambda-builders v1.4.0 release

24 May 22:33
2f9e46a
Compare
Choose a tag to compare

Regular release with following bugfixes

Community Contributors to this Release

@stopmachine - 165f92f
@JadenSimon - 0caa19a
@lausdahl - 165f92f

Changelog

  • 165f92f - Prevent already downloaded dependencies from hanging the download (#209)
  • 0caa19a - Fix Go debug mode (#232)
  • b663326 - Added maven dependency flag to include groupIds when copying dependen… (#195)
  • 182ff82 - Support PEP 600 platform tags (#234)

aws-lambda-builders v1.3.0 release

25 Feb 23:14
e9ccfd1
Compare
Choose a tag to compare

Regular release with following bugfixes

Community Contributors to this Release

@fvant - 33179b7

Changelog

33179b7 - fix: Python Workflow with Incorrect Environ (#223)
ae614ef - feat: Add env and `.gitignore' to EXCLUDED_FILES for pip workflow (#175)