v2.1.0 #1674
Closed
heitorlessa
started this conversation in
Show and tell
v2.1.0
#1674
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
This release features: (1) Logger UX enhancements, (2) New docs community section (We Made This), and (3) New issue form to accept customer references in our docs.
Big thanks to new contributors 👏: @nayaverdier (logger mypy fix), @pierskarsenbarg (Pulumi docs), and @dmwesterhoff (
idempotency_function
bug finding)Logger
Simplifying log statements for additional metadata
You can now pass any arbitrary and ephemeral metadata as keyword-arguments when logging:
logging.info("Incoming payment", customer_id="...")
Previously, you had to use the
extras
parameter. This ergonomics improvement makes it easier to surface keys at the root of your structured log on a per log statement basis.This has been a long overdue and we're so so excited to have this finally out!
Use RFC3339 date format with a single flag
You can now set
use_rfc3339=True
to instruct Logger to change thetimestamp
key to a value compliant with both RFC3339 and ISO8601:2022-10-27T16:27:43.738+02:00
Big thanks to @kishaningithub @JJSphar for the discussion and UX here!
New community docs section
You can now submit blog posts, workshops, videos, and sample projects featuring Lambda Powertools.
Please check out the early submitted content from our awesome community!
PS: We accept content in any language!
Become a customer reference
You can now give us permission to list your organization name in the Lambda Powertools documentation..
This helps us tremendously and new customers looking to learn who's using it. This permission is explicit for our documentation.
Changes
🌟New features and non-breaking changes
📜 Documentation updates
🐛 Bug and hot fixes
🔧 Maintenance
This release was made possible by the following contributors:
@dependabot, @dependabot[bot], @heitorlessa, @leandrodamascena, @nayaverdier, @pierskarsenbarg, @ran-isenberg, @rubenfonseca and Release bot
This discussion was created from the release v2.1.0.
Beta Was this translation helpful? Give feedback.
All reactions