Releases: aws/aws-lambda-builders
Releases · aws/aws-lambda-builders
AWS Lambda Builders v1.37.0 Release
What's Changed
- chore(deps-dev): bump ruff from 0.0.278 to 0.0.280 in /requirements by @dependabot in #527
- Unordered parallel build logs by @jysheng123 in #530
- chore(deps-dev): bump ruff from 0.0.280 to 0.0.284 in /requirements by @dependabot in #531
- fix: Fix missing encoding when logging from Makefile by @lucashuy in #535
- chore: Version bump to 1.37.0 by @mildaniel in #537
New Contributors
- @jysheng123 made their first contribution in #530
Full Changelog: v1.36.0...v1.37.0
AWS Lambda Builders v1.36.0 Release
What's Changed
- chore(deps-dev): bump ruff from 0.0.277 to 0.0.278 in /requirements by @dependabot in #524
- fix: Use the fallback PKG-INFO file if the one generated manually is incomplete by @lucashuy in #523
- chore: Bump version to 1.36.0 by @lucashuy in #528
Full Changelog: v1.35.0...v1.36.0
AWS Lambda Builders v1.35.0 Release
What's Changed
- chore(deps-dev): bump ruff from 0.0.270 to 0.0.272 in /requirements by @dependabot in #515
- chore: remove deprecated runtime dotnetcore3.1 by @moelasmar in #492
- chore(deps-dev): bump ruff from 0.0.272 to 0.0.275 in /requirements by @dependabot in #517
- chore(deps-dev): bump ruff from 0.0.275 to 0.0.276 in /requirements by @dependabot in #518
- chore(deps-dev): bump ruff from 0.0.276 to 0.0.277 in /requirements by @dependabot in #520
- feat: add python3.11 support by @moelasmar in #521
- chore: Version bump to 1.35.0 by @moelasmar in #522
Full Changelog: v1.34.0...v1.35.0
AWS Lambda Builders v1.34.0 Release
What's Changed
- fix: Enable --manifest flag for esbuild and npm build by @moelasmar in #513
- chore(deps-dev): bump coverage from 7.2.6 to 7.2.7 in /requirements by @dependabot in #512
- chore: Version bump to 1.34.0 by @moelasmar in #514
Full Changelog: v1.33.0...v1.34.0
AWS Lambda Builders v1.33.0 Release
What's Changed
- chore(deps-dev): bump ruff from 0.0.269 to 0.0.270 in /requirements by @dependabot in #507
- chore(deps-dev): bump pytest-cov from 4.0.0 to 4.1.0 in /requirements by @dependabot in #508
- chore(deps-dev): bump coverage from 7.2.5 to 7.2.6 in /requirements by @dependabot in #509
- fix: Ignore flags not relevant to esbuild by @mildaniel in #510
- chore: Version bump to 1.33.0 by @mildaniel in #511
Full Changelog: v1.32.0...v1.33.0
AWS Lambda Builders v1.32.0 Release
What's Changed
- chore(deps-dev): bump ruff from 0.0.261 to 0.0.262 in /requirements by @dependabot in #491
- chore(deps-dev): bump coverage from 7.2.3 to 7.2.5 in /requirements by @dependabot in #494
- chore(deps-dev): bump ruff from 0.0.262 to 0.0.264 in /requirements by @dependabot in #495
- feat: Add format target to makefile by @mildaniel in #499
- chore(deps-dev): bump ruff from 0.0.264 to 0.0.265 in /requirements by @dependabot in #497
- feat: Make esbuild command builder accept any flag by @mildaniel in #498
- chore(deps-dev): bump ruff from 0.0.265 to 0.0.269 in /requirements by @dependabot in #505
- feat: add ruby3.2 support (#40) by @mndeveci in #504
- Add function architecture argument when building dotnet function by @mrkdeng in #501
- chore: version bump to 1.32.0 by @moelasmar in #506
New Contributors
Full Changelog: v1.31.0...v1.32.0
AWS Lambda Builders v1.31.0 Release
What's Changed
- Fix path typo in labeler by @marekaiv in #488
- fix: Updated regex to match newer pip output by @lucashuy in #490
- chore: version bump to 1.31.0 by @sriram-mv in #493
New Contributors
Full Changelog: v1.30.0...v1.31.0
AWS Lambda Builders v1.30.0 Release
AWS Lambda Builders v1.29.0 Release
What's Changed
- chore: Mark Dependabot PRs as internal by @jfuss in #473
- Add compatibility with setuptools 66+ by @jfly in #475
- chore(deps-dev): bump parameterized from 0.8.1 to 0.9.0 in /requirements by @dependabot in #477
- chore(deps-dev): bump ruff from 0.0.257 to 0.0.259 in /requirements by @dependabot in #476
- chore(deps-dev): bump black from 23.1.0 to 23.3.0 in /requirements by @dependabot in #480
- chore(deps-dev): bump ruff from 0.0.259 to 0.0.260 in /requirements by @dependabot in #481
- ci: add feat* rule to run github actions by @mndeveci in #483
- chore(deps-dev): bump ruff from 0.0.260 to 0.0.261 in /requirements by @dependabot in #485
- chore(deps-dev): bump coverage from 7.2.2 to 7.2.3 in /requirements by @dependabot in #484
- chore: bump version to 1.29.0 by @hawflau in #482
New Contributors
Full Changelog: v1.28.0...v1.29.0
AWS Lambda Builders v1.28.0 Release
What's Changed
- chore(deps): bump actions/labeler from 3 to 4 by @dependabot in #443
- chore(deps-dev): update pyelftools requirement from ~=0.27 to ~=0.29 in /requirements by @dependabot in #445
- chore(deps-dev): bump coverage from 5.3 to 7.1.0 in /requirements by @dependabot in #446
- chore: Remove unneeded mock dependency by @jfuss in #452
- chore(deps-dev): bump black from 22.3.0 to 23.1.0 in /requirements by @dependabot in #448
- chore(deps-dev): bump parameterized from 0.7.4 to 0.8.1 in /requirements by @dependabot in #454
- chore(deps-dev): bump ruff from 0.0.238 to 0.0.246 in /requirements by @dependabot in #453
- refactor: simplify node npm workflow conditionals by @torresxb1 in #458
- chore(deps-dev): bump pytest-cov from 2.10.1 to 4.0.0 in /requirements by @dependabot in #457
- chore(deps-dev): bump ruff from 0.0.246 to 0.0.247 in /requirements by @dependabot in #456
- feat: add symlink support in actions by @torresxb1 in #461
- feat: update node_npm actions and workflow to support building in source directory by @torresxb1 in #462
- chore(deps-dev): bump coverage from 7.1.0 to 7.2.1 in /requirements by @dependabot in #459
- test: add integration test for esbuild with local dependency by @torresxb1 in #455
- chore: Enable workflow to trigger on merge_group by @jfuss in #464
- chore(deps-dev): bump ruff from 0.0.247 to 0.0.254 in /requirements by @dependabot in #463
- chore(deps-dev): bump ruff from 0.0.254 to 0.0.255 in /requirements by @dependabot in #465
- chore(deps-dev): bump coverage from 7.2.1 to 7.2.2 in /requirements by @dependabot in #471
- chore(deps): bump actions/setup-go from 3 to 4 by @dependabot in #469
- chore(deps-dev): bump ruff from 0.0.255 to 0.0.257 in /requirements by @dependabot in #470
- feat: add python3.10 support by @mndeveci in #468
- chore: bump version to 1.28.0 by @mndeveci in #472
Full Changelog: v1.27.0...v1.28.0