Releases: aws/aws-lambda-builders
aws-lambda-builders v1.4.0 release
Regular release with following bugfixes
Community Contributors to this Release
@stopmachine - 165f92f
@JadenSimon - 0caa19a
@lausdahl - 165f92f
Changelog
aws-lambda-builders v1.3.0 release
aws-lambda-builders v1.2.0 release
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
General Availablity Release
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
Allow building with RC versions of Go, improvements to excluded files.
Support for Go Debug Builds
AWS Lambda Builders will now be able to create debuggable artifacts when building for the Go runtime.
Changelog
Support for building Python3.8 and Java11
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
Python and Java Workflow fixes
This release contains a fix for python workflow which is used by sam build when the pip version used by the workflow is 19.3 or greater.