Skip to content

v2.13.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 14 Apr 10:42
· 1923 commits to refs/heads/develop since this release
a76a554

Summary

This release improves the developer experience using the Parameters utility, fixes a bug on the CodePipeline event source and adds several documentation improvements!

⭐ Huge thanks to our new contributor @neilramsay

Improved DX on the Parameters utility

Docs: Cache TTL, SSMProvider

You can now set the POWERTOOLS_PARAMETERS_MAX_AGE and POWERTOOLS_PARAMETERS_SSM_DECRYPT environment variables to set defaults values for all parameters fetched by this utility. This avoids having to pass max_age and decrypt when you fetch several parameters.

image

Changes

🌟New features and non-breaking changes

  • feat(parameters): Configure max_age and decrypt parameters via environment variables (#2088) by @leandrodamascena

📜 Documentation updates

  • feat(parameters): Configure max_age and decrypt parameters via environment variables (#2088) by @leandrodamascena
  • fix(ci): update layer version on logger, tracer and metrics docs (#2120) by @rubenfonseca

🐛 Bug and hot fixes

  • fix(event_sources): Update CodePipeline event source to include optional encryption_key field and make user_parameters field optional (#2113) by @neilramsay
  • fix(ci): update layer version on logger, tracer and metrics docs (#2120) by @rubenfonseca

🔧 Maintenance

This release was made possible by the following contributors:

@dependabot, @dependabot[bot], @djfurman, @leandrodamascena, @neilramsay, @rubenfonseca and Release bot