unity-sds / unity-sps

The Unity SDS Processing Service facilitates large-scale data processing for scientific workflows.
Apache License 2.0
2 stars 2 forks source link

Bump aws-lambda-powertools[parser] from 2.36.0 to 2.40.0 #134

Closed dependabot[bot] closed 4 days ago

dependabot[bot] commented 5 days ago

Bumps aws-lambda-powertools[parser] from 2.36.0 to 2.40.0.

Release notes

Sourced from aws-lambda-powertools[parser]'s releases.

v2.40.0

Summary

We're excited to announce Batch resolvers in GraphQL Event Handler to tackle the infamous N+1 problem in GraphQL šŸ’Ŗ, making it easier to work with batching in AWS AppSync.

Thanks to @ā€‹danieljnchen, the validation utility now supports referencing internal schemas within your JSON files. šŸŒŸ

šŸŒŸ ā­ A big thank you to our new contributors: @ā€‹scampbell5, @ā€‹matteofigus, and @ā€‹danieljnchen.

Batch resolvers in Event Handler GraphQL

Docs

You can now use a batch resolver to handle batch requests coming from AWS AppSync. This is useful when AWS AppSync has batching enabled for Lambda Resolvers as it allows the aggregation of as many requests as possible before invoking your AWS Lambda function, effectively solving the N+1 problem in GraphQL.

batch_resolver

Validation feature now supports custom handlers

Docs

You can now control JSON schema references with custom handlers. This is useful when you might want to optimize caching, reducing HTTP calls, or fetching them from non-HTTP endpoints.

validation

Last but not least, @ā€‹scampbell5 helps us fix the types for partition and offset in the KafkaEventRecord Event Source Data Class.

Changes

šŸŒŸNew features and non-breaking changes

šŸ“œ Documentation updates

šŸ› Bug and hot fixes

  • fix(event_sources): change partition and offset field types in KafkaEventRecord (#4515) by @ā€‹scampbell5

šŸ”§ Maintenance

... (truncated)

Changelog

Sourced from aws-lambda-powertools[parser]'s changelog.

[v2.40.0] - 2024-06-27

Bug Fixes

  • event_sources: change partition and offset field types in KafkaEventRecord (#4515)

Documentation

  • homepage: Fix homepage link (#4587)
  • i-made-this: add new article about best practices for accelerating serverless development (#4518)
  • public reference: add Brsk as a public reference (#4597)

Features

  • event-handler: add appsync batch resolvers (#1998)
  • validation: support JSON Schema referencing in validation utils (#4508)

Maintenance

  • version bump
  • ci: add the Metrics feature to nox tests (#4552)
  • ci: new pre-release 2.39.2a5 (#4636)
  • ci: add the Streaming feature to nox tests (#4575)
  • ci: new pre-release 2.39.2a4 (#4629)
  • ci: new pre-release 2.39.2a3 (#4620)
  • ci: add the Event Handler feature to nox tests (#4581)
  • ci: add the Data Class feature to nox tests (#4583)
  • ci: add the Parser feature to nox tests (#4584)
  • ci: add the Idempotency feature to nox tests (#4585)
  • ci: new pre-release 2.39.2a2 (#4610)
  • ci: introduce tests with Nox (#4537)
  • ci: new pre-release 2.39.2a1 (#4598)
  • ci: add the Tracer feature to nox tests (#4567)
  • ci: add the Middleware Factory feature to nox tests (#4568)
  • ci: add the Parameters feature to nox tests (#4569)
  • ci: add the Batch Processor feature to nox tests (#4586)
  • ci: add the Feature Flags feature to nox tests (#4570)
  • ci: add the Validation feature to nox tests (#4571)
  • ci: introduce daily pre-releases (#4535)
  • ci: new pre-release 2.39.2a0 (#4590)
  • ci: add the Data Masking feature to nox tests (#4574)
  • ci: add the Typing feature to nox tests (#4572)
  • deps: bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#4592)
  • deps: bump pydantic from 1.10.16 to 1.10.17 (#4595)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 3 updates (#4565)
  • deps: bump squidfunk/mkdocs-material from 96abcbb to 257eca8 in /docs (#4540)
  • deps: bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.7 to 3.0.9 (#4539)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 3 updates (#4546)
  • deps: bump redis from 5.0.5 to 5.0.6 (#4527)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 3 updates (#4580)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 2 updates (#4635)

... (truncated)

Commits
  • 94dd2d2 chore: version bump
  • 8cda231 chore(layers): downgrade aws cdk to 2.145.0 (#4640)
  • f473ec5 chore(ci): new pre-release 2.39.2a5 (#4636)
  • 84698f2 chore(deps-dev): bump cfn-lint from 1.3.5 to 1.3.7 (#4634)
  • e7435a0 chore(deps): bump the layer-balancer group in /layer/scripts/layer-balancer w...
  • 94f3fe5 feat(event-handler): add appsync batch resolvers (#1998)
  • ce1ea74 chore(ci): changelog rebuild (#4631)
  • eabe0d1 chore(deps-dev): bump mypy-boto3-ssm from 1.34.91 to 1.34.132 in the boto-typ...
  • 16f279f chore(ci): new pre-release 2.39.2a4 (#4629)
  • d14e0bd chore(deps-dev): bump cfn-lint from 1.3.3 to 1.3.5 (#4628)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
dependabot[bot] commented 5 days ago

The following labels could not be found: dependencies.

dependabot[bot] commented 4 days ago

Superseded by #137.