Skip to content

Releases: aws/aws-lambda-builders

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)

aws-lambda-builders v1.2.0 release

12 Jan 22:37
270e1da
Compare
Choose a tag to compare

Regular release with following bugfixes

Changelog

1a7ac19 - fix: run GlobalToolInstallAction in a lock block and only once (#214)
6ef145b - chore: Remove biased language (#212)
39aa583 - chore: Remove python patch version in AppVeyor to be more robust (#213)
3bc7a25 - chore: Upgrade dependencies (#204)

aws-lambda-builders v1.1.0 release

03 Sep 18:24
c15fe76
Compare
Choose a tag to compare

Regular release with following bug fixes

Changelog

03db11d - fix(ruby): use stdout stream to raise exceptions from bundler #192
fdf27ec - Changed dotnet Encoding to System Locale Dependent #186

General Availablity Release

20 Jul 16:32
a943b1a
Compare
Choose a tag to compare

AWS Lambda Builders is now Generally Available (1.0.0)

Changelog

  • 43f9967 - --ignore-failed-sources flag fix sam build error
  • 1f39540 - Add --ignore-failed-sources flag to tests
  • 0339750 - fix. format dotnetcli test_actions.py with black
  • dd1131b - feat(python): Support downloading manylinux2010 and manylinux2014
  • 96e2ebe - fix functional assertions
  • 3913f53 - Fix version of certifi in integ test
  • ec4182a - Pin certifi version in integ tests for makefile
  • 4ff4077 - chore: Version bump to 1.0.0 (#181)

Support For Custom Makefile Builder

12 May 16:47
30818b9
Compare
Choose a tag to compare

AWS Lambda Builders now supports a custom Makefile Builder, which allows for flexibility in the build process.

Changelog

  • (#163) Make sure NPM hooks are called
  • (#166) feat: Makefile based builder for provided runtimes

Allow building with RC versions of Go, improvements to excluded files.

05 Mar 17:42
f7b60c7
Compare
Choose a tag to compare
  • #154 - Excludes .git and .aws-sam files from .NET and Go Dep workflows.
  • #157 - Allow use of release candidates versions of Go for Go Module builds.

Support for Go Debug Builds

04 Feb 17:25
5133086
Compare
Choose a tag to compare

AWS Lambda Builders will now be able to create debuggable artifacts when building for the Go runtime.

Changelog

  • fix: appveyor build badge (#142)
  • chore: Adopt Black as an autoformatter (#143)
  • feat: Add Go Modules Debug Build Flags (#145)
  • fix: Regex for getting aws_lambda_builders version (#147)
  • fix: better error messages on build failures (#146)
  • fix: npm output handling (#150)
  • chore: version bump (#148)

Support for building Python3.8 and Java11

19 Nov 14:45
7fe9671
Compare
Choose a tag to compare

AWS Lambda Builders will now be able to build Python3.8 and Java11. Along with this release, we have fixes to support pip version 20+ and ignoring .git in the Ruby workflow.

Changelog

  • fix: Do not revert to old import for pip 20+.[0-2] (#136)
  • feat: Support Python3.8 and Java11 runtimes (#139)
  • fix: Add .git to Ruby workflow ignore pattern. (#130)
  • chore: Update version to 0.6.0 (#140)