-
Notifications
You must be signed in to change notification settings - Fork 439
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: 70db99f
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: aws-powertools/powertools-lambda-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4260cf2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 4 files changed
- 2 contributors
Commits on Jul 27, 2021
-
feat(data-classes): decode json_body if based64 encoded (#560)
Michael Brewer authoredJul 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 1135314 - Browse repository at this point
Copy the full SHA 1135314View commit details
Commits on Jul 29, 2021
-
chore(deps-dev): bump isort from 5.9.2 to 5.9.3 (#574)
Bumps [isort](https://github.com/pycqa/isort) from 5.9.2 to 5.9.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pycqa/isort/releases">isort's releases</a>.</em></p> <blockquote> <h3>5.9.3 July 28 2021</h3> <ul> <li>Improved text of skipped file message to mention gitignore feature.</li> <li>Made all exceptions pickleable.</li> <li>Fixed <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1779">#1779</a>: Pylama integration ignores pylama specific isort config overrides.</li> <li>Fixed <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1781">#1781</a>: <code>--from-first</code> CLI flag shouldn't take any arguments.</li> <li>Fixed <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1792">#1792</a>: Sorting literals sometimes ignored when placed on first few lines of file.</li> <li>Fixed <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1777">#1777</a>: extend_skip is not honored wit a git submodule when skip_gitignore=true.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyCQA/isort/blob/main/CHANGELOG.md">isort's changelog</a>.</em></p> <blockquote> <h3>5.9.3 July 28 2021</h3> <ul> <li>Improved text of skipped file message to mention gitignore feature.</li> <li>Made all exceptions pickleable.</li> <li>Fixed <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1779">#1779</a>: Pylama integration ignores pylama specific isort config overrides.</li> <li>Fixed <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1781">#1781</a>: <code>--from-first</code> CLI flag shouldn't take any arguments.</li> <li>Fixed <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1792">#1792</a>: Sorting literals sometimes ignored when placed on first few lines of file.</li> <li>Fixed <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1777">#1777</a>: extend_skip is not honored wit a git submodule when skip_gitignore=true.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/isort/commit/fd5ba70665a37ec301a1f714ed09336048b3be63"><code>fd5ba70</code></a> Bump version to 5.9.3</li> <li><a href="https://github.com/PyCQA/isort/commit/4d50ebd5a7ffd4be29ef0d440d873e450aed4a41"><code>4d50ebd</code></a> Fixed <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1777">#1777</a>: extend_skip is not honored wit a git submodule when skip_gitigno...</li> <li><a href="https://github.com/PyCQA/isort/commit/6edce900adc900f28dd3e58b0d352a3dfeabf486"><code>6edce90</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1794">#1794</a> from MarcoGorelli/patch-1</li> <li><a href="https://github.com/PyCQA/isort/commit/01546f71b2c33795b920bff09bece517c3d3250a"><code>01546f7</code></a> Update minimum pre-commit version to 2.9.2</li> <li><a href="https://github.com/PyCQA/isort/commit/e625f8a8355172091d69db95b791771142b22805"><code>e625f8a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1793">#1793</a> from PyCQA/issue/1792-fix-literal-sort-at-top</li> <li><a href="https://github.com/PyCQA/isort/commit/915aa6814cc7eef2305b336f4457c667e8f9fc38"><code>915aa68</code></a> Fixed <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1792">#1792</a>: Sorting literals sometimes ignored when placed on first few line...</li> <li><a href="https://github.com/PyCQA/isort/commit/8ae8d5045bcc4b80850d22fc4191dc36552d4e5b"><code>8ae8d50</code></a> Revert "Fixed <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1785">#1785</a>: module incorrectly excluded from stdlib definition."</li> <li><a href="https://github.com/PyCQA/isort/commit/3afcb2dac3d8208ffeb1400c5208e0a3877923c3"><code>3afcb2d</code></a> Merge branch 'main' of <a href="https://github.com/timothycrosley/isort">https://github.com/timothycrosley/isort</a></li> <li><a href="https://github.com/PyCQA/isort/commit/0d4f1fab342017dddd8b914f71cf6938ac7ac622"><code>0d4f1fa</code></a> Make all exceptions pickleable</li> <li><a href="https://github.com/PyCQA/isort/commit/f3116272c50b3be68d4d3750ae6b6105893d1cc2"><code>f311627</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1789">#1789</a> from ucodery/better-gitignore</li> <li>Additional commits viewable in <a href="https://github.com/pycqa/isort/compare/5.9.2...5.9.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
Configuration menu - View commit details
-
Copy full SHA for f3ee8d1 - Browse repository at this point
Copy the full SHA f3ee8d1View commit details -
chore(deps-dev): bump mike from 0.6.0 to 1.0.1
Bumps [mike](https://github.com/jimporter/mike) from 0.6.0 to 1.0.1. - [Release notes](https://github.com/jimporter/mike/releases) - [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md) - [Commits](jimporter/mike@v0.6.0...v1.0.1) Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4260cf2 - Browse repository at this point
Copy the full SHA 4260cf2View commit details
Loading
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 70db99f...4260cf2