-
Notifications
You must be signed in to change notification settings - Fork 429
Comparing changes
Open a pull request
base repository: aws-powertools/powertools-lambda-python
base: v2.21.0
head repository: aws-powertools/powertools-lambda-python
compare: v2.22.0
- 17 commits
- 37 files changed
- 8 contributors
Commits on Jul 21, 2023
-
chore(ci): layer docs update (#2817)
Co-authored-by: Powertools for AWS Lambda (Python) bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab9c3fd - Browse repository at this point
Copy the full SHA ab9c3fdView commit details -
chore(ci): bump version to 2.21.0 (#2815)
Co-authored-by: Powertools for AWS Lambda (Python) bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6e2908 - Browse repository at this point
Copy the full SHA e6e2908View commit details -
chore(ci): changelog rebuild (#2819)
Co-authored-by: Powertools for AWS Lambda (Python) bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 146bbc6 - Browse repository at this point
Copy the full SHA 146bbc6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 27b167c - Browse repository at this point
Copy the full SHA 27b167cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1b4191d - Browse repository at this point
Copy the full SHA 1b4191dView commit details
Commits on Jul 24, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a945715 - Browse repository at this point
Copy the full SHA a945715View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83ee162 - Browse repository at this point
Copy the full SHA 83ee162View commit details -
docs(community): new batch processing article (#2828)
Co-authored-by: Leandro Damascena <[email protected]> Co-authored-by: Heitor Lessa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c060a00 - Browse repository at this point
Copy the full SHA c060a00View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ec62084 - Browse repository at this point
Copy the full SHA ec62084View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for dfb9892 - Browse repository at this point
Copy the full SHA dfb9892View commit details -
chore(ci): changelog rebuild (#2829)
Co-authored-by: Powertools for AWS Lambda (Python) bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a48d87 - Browse repository at this point
Copy the full SHA 0a48d87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75d3d53 - Browse repository at this point
Copy the full SHA 75d3d53View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f15bd2b - Browse repository at this point
Copy the full SHA f15bd2bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9c5b6b5 - Browse repository at this point
Copy the full SHA 9c5b6b5View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 64c60a0 - Browse repository at this point
Copy the full SHA 64c60a0View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 0527be4 - Browse repository at this point
Copy the full SHA 0527be4View commit details -
Powertools for AWS Lambda (Python) bot committed
Jul 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 3bcaf35 - Browse repository at this point
Copy the full SHA 3bcaf35View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.21.0...v2.22.0