Changelog 1a7ac1908ede129acde746634d4d25115ce2406d - fix: run GlobalToolInstallAction in a lock block and only once (214) 6ef145bd0d29dd508b83b62a11908b25335be73b - chore: Remove biased language (212) 39aa5839afb636b29b29afb5383068a47ea00ec4 - chore: Remove python patch version in AppVeyor to be more robust (213) 3bc7a2540207d4bdd24229102a39d7cb40aade54 - chore: Upgrade dependencies (204)
1.1.0
Regular release with following bug fixes Changelog 03db11dd6c82f9bb4a20be0729814db07dc695b3 - fix(ruby): use stdout stream to raise exceptions from bundler 192 fdf27ec9c7c2350f7cc991b6ec920569509b34f6 - Changed dotnet Encoding to System Locale Dependent 186
1.0.0
AWS Lambda Builders is now Generally Available (1.0.0)
Changelog * [43f9967](http://github.com/awslabs/aws-lambda-builders/commit/43f99678b047d081df37ba02915f4bd858637dfb) - --ignore-failed-sources flag fix sam build error * [1f39540](http://github.com/awslabs/aws-lambda-builders/commit/1f39540b898c74029bcb5776b6ebb1e67b8f4a3e) - Add --ignore-failed-sources flag to tests * [0339750](http://github.com/awslabs/aws-lambda-builders/commit/0339750111ae18fa6f8ef6d728d727511c5f71fa) - fix. format dotnetcli test_actions.py with black * [dd1131b](http://github.com/awslabs/aws-lambda-builders/commit/dd1131be095cf7f19dde865d293e5c0d156061f7) - feat(python): Support downloading manylinux2010 and manylinux2014 * [96e2ebe](http://github.com/awslabs/aws-lambda-builders/commit/96e2ebec3a5587b5a95669697c6f6b844ea90bc3) - fix functional assertions * [3913f53](http://github.com/awslabs/aws-lambda-builders/commit/3913f538b7a3cc5279f826d42096476efd6ec55a) - Fix version of certifi in integ test * [ec4182a](http://github.com/awslabs/aws-lambda-builders/commit/ec4182a5031e9c1631c2618bc0c298dac7659650) - Pin certifi version in integ tests for makefile * [4ff4077](http://github.com/awslabs/aws-lambda-builders/commit/4ff407700fe1494b6da6c96e1240fb895b7f0626) - chore: Version bump to 1.0.0 (#181)
0.9.0
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
0.8.0
* 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.
0.7.0
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)