10000 Comparing v2.27.1...v2.28.0 · aws-powertools/powertools-lambda-python · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws-powertools/powertools-lambda-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.27.1
Choose a base ref
...
head repository: aws-powertools/powertools-lambda-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.28.0
Choose a head ref
  • 18 commits
  • 50 files changed
  • 7 contributors

Commits on Nov 22, 2023

  1. chore(deps): bump the layer-balancer group in /layer/scripts/layer-ba…

    …lancer with 3 updates (#3389)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    f267a66 View commit details
    Browse the repository at this point in the history
  2. chore(ci): layer docs update (#3385)

    Co-authored-by: Powertools for AWS Lambda (Python) bot <aws-lambda-powertools-feedback@amazon.com>
    Co-authored-by: Heitor Lessa <lessa@amazon.com>
    3 people authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    f397703 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump sentry-sdk from 1.35.0 to 1.36.0 (#3388)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Heitor Lessa <lessa@amazon.com>
    dependabot[bot] and heitorlessa authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1c1c446 View commit details
    Browse the repository at this point in the history
  4. chore(ci): bump version to 2.27.1 (#3384)

    Co-authored-by: Powertools for AWS Lambda (Python) bot <aws-lambda-powertools-feedback@amazon.com>
    Co-authored-by: Heitor Lessa <lessa@amazon.com>
    3 people authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    f94526f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a47ee8 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump pytest-xdist from 3.4.0 to 3.5.0 (#3387)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Heitor Lessa <lessa@amazon.com>
    dependabot[bot] and heitorlessa authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    9ce3ed1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    270060d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    481905e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0cc687a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f59374 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. chore(ci): changelog rebuild (#3404)

    Co-authored-by: Powertools for AWS Lambda (Python) bot <aws-lambda-powertools-feedback@amazon.com>
    github-actions[bot] and Powertools for AWS Lambda (Python) bot authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    148ae87 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump aws-cdk from 2.110.0 to 2.110.1 (#3403)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Heitor Lessa <lessa@amazon.com>
    dependabot[bot] and heitorlessa authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    5a78fd5 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump datadog-lambda from 4.82.0 to 5.83.0 (#3401)

    Bumps [datadog-lambda](https://github.com/DataDog/datadog-lambda-python) from 4.82.0 to 5.83.0.
    - [Release notes](https://github.com/DataDog/datadog-lambda-python/releases)
    - [Commits](https://github.com/DataDog/datadog-lambda-python/commits)
    
    ---
    updated-dependencies:
    - dependency-name: datadog-lambda
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Heitor Lessa <lessa@amazon.com>
    dependabot[bot] and heitorlessa authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    365c2dc View commit details
    Browse the repository at this point in the history
  4. fix(event_handler): hide error details by default (#3406)

    fix(event_handler): hide error details by default
    rubenfonseca authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    716ff9a View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump aws-cdk-lib from 2.110.0 to 2.110.1 (#3402)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Heitor Lessa <lessa@amazon.com>
    dependabot[bot] and heitorlessa authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    334a30b View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump the boto-typing group with 1 update (#3400)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    89a92b7 View commit details
    Browse the repository at this point in the history
  7. docs(event_handlers): new data validation and OpenAPI feature (#3386)

    Co-authored-by: heitorlessa <lessa@amazon.co.uk>
    rubenfonseca and heitorlessa authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    765781c View commit details
    Browse the repository at this point in the history
  8. chore: version bump

    Powertools for AWS Lambda (Python) bot committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    547372e View commit details
    Browse the repository at this point in the history
Loading
0