Thanks to visit codestin.com
Credit goes to github.com

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.21.0
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.22.0
Choose a head ref
  • 17 commits
  • 37 files changed
  • 8 contributors

Commits on Jul 21, 2023

  1. chore(ci): layer docs update (#2817)

    Co-authored-by: Powertools for AWS Lambda (Python) bot <[email protected]>
    github-actions[bot] and Powertools for AWS Lambda (Python) bot authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ab9c3fd View commit details
    Browse the repository at this point in the history
  2. chore(ci): bump version to 2.21.0 (#2815)

    Co-authored-by: Powertools for AWS Lambda (Python) bot <[email protected]>
    github-actions[bot] and Powertools for AWS Lambda (Python) bot authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e6e2908 View commit details
    Browse the repository at this point in the history
  3. chore(ci): changelog rebuild (#2819)

    Co-authored-by: Powertools for AWS Lambda (Python) bot <[email protected]>
    github-actions[bot] and Powertools for AWS Lambda (Python) bot authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    146bbc6 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump cfn-lint from 0.78.1 to 0.78.2 (#2823)

    Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint) from 0.78.1 to 0.78.2.
    - [Release notes](https://github.com/aws-cloudformation/cfn-python-lint/releases)
    - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md)
    - [Commits](aws-cloudformation/cfn-lint@v0.78.1...v0.78.2)
    
    ---
    updated-dependencies:
    - dependency-name: cfn-lint
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    27b167c View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump actions/setup-python from 4.6.1 to 4.7.0 (#2821)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4.6.1...61a6322)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    1b4191d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. chore(deps-dev): bump ruff from 0.0.278 to 0.0.279 (#2822)

    * chore(deps-dev): bump ruff from 0.0.278 to 0.0.279
    
    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.278 to 0.0.279.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
    - [Commits](astral-sh/ruff@v0.0.278...v0.0.279)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * ruff: fixing PLR1714 error
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Leandro Damascena <[email protected]>
    dependabot[bot] and leandrodamascena authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a945715 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83ee162 View commit details
    Browse the repository at this point in the history
  3. docs(community): new batch processing article (#2828)

    Co-authored-by: Leandro Damascena <[email protected]>
    Co-authored-by: Heitor Lessa <[email protected]>
    3 people authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c060a00 View commit details
    Browse the repository at this point in the history
  4. docs(parameters): improve readability on error handling get_parameter… (

    #2833)
    
    * docs(parameters): improve readability on error handling get_parameters_by_name
    
    * docs(parameters): add details about return on get_parameters; improve code snippet
    
    * docs(ssm): correct api docstring on return value
    heitorlessa authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ec62084 View commit details
    Browse the repository at this point in the history
  5. feat(general): add support for Python 3.11 (#2820)

    * feat: add support for Python 3.11
    
    * fix: remove python-snappY
    
    * fastjsonschema: test change due to behavior change in fastjsonschem
    
    * LRU: test
    
    * Removing snappy since it doesnt offer to Python3.11
    
    * Adding support to Python3.11 in the layer for test
    
    * Skipping test
    
    * Skipping test for Python 3.11+
    
    ---------
    
    Co-authored-by: Leandro Damascena <[email protected]>
    rubenfonseca and leandrodamascena authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    dfb9892 View commit details
    Browse the repository at this point in the history
  6. chore(ci): changelog rebuild (#2829)

    Co-authored-by: Powertools for AWS Lambda (Python) bot <[email protected]>
    github-actions[bot] and Powertools for AWS Lambda (Python) bot authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    0a48d87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75d3d53 View commit details
    Browse the repository at this point in the history
  8. chore(deps-dev): bump ruff from 0.0.279 to 0.0.280 (#2836)

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.279 to 0.0.280.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
    - [Commits](astral-sh/ruff@v0.0.279...v0.0.280)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f15bd2b View commit details
    Browse the repository at this point in the history
  9. chore(deps-dev): bump mypy-boto3-cloudformation from 1.28.0 to 1.28.10 (

    #2837)
    
    Bumps [mypy-boto3-cloudformation](https://github.com/youtype/mypy_boto3_builder) from 1.28.0 to 1.28.10.
    - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
    - [Commits](https://github.com/youtype/mypy_boto3_builder/commits)
    
    ---
    updated-dependencies:
    - dependency-name: mypy-boto3-cloudformation
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    9c5b6b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    64c60a0 View commit details
    Browse the repository at this point in the history
  2. chore(ci): changelog rebuild (#2838)

    Co-authored-by: Powertools for AWS Lambda (Python) bot <[email protected]>
    Co-authored-by: Heitor Lessa <[email protected]>
    Co-authored-by: Leandro Cavalcante Damascena <[email protected]>
    4 people authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    0527be4 View commit details
    Browse the repository at this point in the history
  3. chore: version bump

    Powertools for AWS Lambda (Python) bot committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3bcaf35 View commit details
    Browse the repository at this point in the history
Loading