linz / bde-fdw-rds

Python AWS cdk to create rds with fdw for BDE analytica queries
MIT License
0 stars 0 forks source link

build(deps): Bump aws-lambda-powertools from 2.9.1 to 2.10.0 #79

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps aws-lambda-powertools from 2.9.1 to 2.10.0.

Release notes

Sourced from aws-lambda-powertools's releases.

v2.10.0

Summary

This release brings support for parsing S3 Event Notifications via EventBridge and support for custom properties on the ActiveMQ event source data class.

⭐️ Huge thanks for our first-time contributors @​alexaiss and @​ivica-k, and also @​tibbe for the typing hot-fix!

Parsing S3 event notifications via EventBridge

Docs

Amazon S3 can send event notifications with Amazon EventBridge. We added support for parsing those events in Lambda using the new S3EventNotificationEventBridgeModel.

carbon (43)

Thank you @​robert-malai for capturing this feature gap!

Custom properties on ActiveMQ event

When integrating with Active MQ, Lambda supports JMS custom properties. After this change, you can also access them when using the ActiveMQ event source data class.

Changes

🌟New features and non-breaking changes

  • feat(event_sources): support for custom properties in ActiveMQEvent (#1999) by @​alexaiss
  • feat(parser): support for S3 Event Notifications via EventBridge (#1982) by @​ivica-k

📜 Documentation updates

🐛 Bug and hot fixes

  • fix(build): auto-generate setup.py for legacy build tools (#2013) by @​sthulb
  • fix(typing): swap NoReturn with None for methods with no return value (#2004) by @​tibbe

🔧 Maintenance

... (truncated)

Changelog

Sourced from aws-lambda-powertools's changelog.

Unreleased

Bug Fixes

  • only allow one e2e test at a time
  • build: auto-generate setup.py for legacy build tools (#2013)
  • ci: bump CDK version
  • typing: swap NoReturn with None for methods with no return value (#2004)

Documentation

  • homepage: revamp install UX & share how we build Lambda Layer (#1978)
  • metrics: fix high-resolution metrics announcement link (#2017)

Features

  • event_sources: support for custom properties in ActiveMQEvent (#1999)
  • parser: support for S3 Event Notifications via EventBridge (#1982)

Maintenance

  • ci: allow dependabot to upgrade CDK for JS
  • deps: bump docker/setup-buildx-action from 2.4.1 to 2.5.0 (#1995)
  • deps: bump zgosalvez/github-actions-ensure-sha-pinned-actions from 2.1.1 to 2.1.2 (#1979)
  • deps: bump aws-actions/configure-aws-credentials from 1 to 2 (#1987)
  • deps: bump pydantic from 1.10.5 to 1.10.6 (#1991)
  • deps-dev: bump cfn-lint from 0.74.3 to 0.75.0 (#2020)
  • deps-dev: bump cfn-lint from 0.74.2 to 0.74.3 (#2008)
  • deps-dev: bump filelock from 3.9.0 to 3.9.1 (#2006)
  • deps-dev: bump aws-cdk-lib from 2.68.0 to 2.69.0 (#2007)
  • deps-dev: bump cfn-lint from 0.74.1 to 0.74.2 (#2005)
  • deps-dev: bump mypy from 0.982 to 1.1.1 (#1985)
  • deps-dev: bump pytest-xdist from 3.2.0 to 3.2.1 (#2000)
  • deps-dev: bump flake8-bugbear from 23.2.13 to 23.3.12 (#2001)
  • deps-dev: bump bandit from 1.7.4 to 1.7.5 (#1997)
  • deps-dev: bump mkdocs-material from 9.1.2 to 9.1.3 (#2009)
  • deps-dev: bump mypy-boto3-secretsmanager from 1.26.49 to 1.26.89 (#1996)
  • deps-dev: bump mkdocs-material from 9.1.1 to 9.1.2 (#1994)
  • deps-dev: bump mypy-boto3-dynamodb from 1.26.84 to 1.26.87 (#1993)
  • deps-dev: bump aws-cdk from 2.67.0 to 2.69.0 (#2010)
  • deps-dev: bump aws-cdk-lib from 2.67.0 to 2.68.0 (#1992)
  • deps-dev: bump cfn-lint from 0.74.0 to 0.74.1 (#1988)
  • deps-dev: bump filelock from 3.9.1 to 3.10.0 (#2019)
  • deps-dev: bump pytest from 7.2.1 to 7.2.2 (#1980)
  • deps-dev: bump coverage from 7.2.1 to 7.2.2 (#2021)
  • deps-dev: bump types-python-dateutil from 2.8.19.9 to 2.8.19.10 (#1973)

... (truncated)

Commits
  • 32b6638 chore: update v2 layer ARN on documentation
  • e20fccf update changelog with latest changes
  • 97c7fd5 bump version to 2.10.0
  • 210ded1 feat(event_sources): support for custom properties in ActiveMQEvent (#1999)
  • d81b940 fix: only allow one e2e test at a time
  • dcb1d18 chore(deps-dev): bump cfn-lint from 0.74.3 to 0.75.0 (#2020)
  • a8fc252 chore(deps-dev): bump coverage from 7.2.1 to 7.2.2 (#2021)
  • afa8749 chore(deps-dev): bump filelock from 3.9.1 to 3.10.0 (#2019)
  • 83a15b2 update changelog with latest changes
  • b12ede6 docs(metrics): fix high-resolution metrics announcement link (#2017)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)