Skip to content

v1.26.5

Compare
Choose a tag to compare
@release-drafter release-drafter released this 20 Jul 07:11
· 2782 commits to develop since this release
43bd38b

Summary

This patch release addresses a packaging regression that introduced mypy boto3 typing packages as prod dependencies instead of dev dependencies -- huge thanks to @tb102122 for spotting this 30m ago.

Everything else in this release is related to operational excellence on improving GitHub Actions workflow performance, and last steps to make our new Lambda Layer release pipeline ready.

Changes

🐛 Bug and hot fixes

  • fix(deps): correct mypy types as dev dependency (#1322) by @heitorlessa
  • fix(ci): keep layer version permission resource (#1318) by @am29d
  • fix(ci): lambda layer workflow release version and conditionals (#1316) by @am29d
  • fix(ci): remove additional quotes in PR action (#1317) by @heitorlessa
  • fix(ci): install poetry before calling setup/python with cache (#1315) by @rubenfonseca

🔧 Maintenance

  • fix(deps): correct mypy types as dev dependency (#1322) by @heitorlessa
  • fix(ci): lambda layer workflow release version and conditionals (#1316) by @am29d
  • chore(ci): adds caching when installing python dependencies (#1311) by @rubenfonseca

This release was made possible by the following contributors:

@am29d, @dependabot[bot], @heitorlessa, @rubenfonseca and Release bot