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: scaleway/serverless-functions-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: scaleway/serverless-functions-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 5 commits
  • 9 files changed
  • 4 contributors

Commits on Apr 18, 2023

  1. build(deps-dev): bump pytest from 7.3.0 to 7.3.1 (#29)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.0 to 7.3.1.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.3.0...7.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 18, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    08935fe View commit details
  2. build(deps-dev): bump autoflake from 2.0.2 to 2.1.0 (#28)

    Bumps [autoflake](https://github.com/PyCQA/autoflake) from 2.0.2 to 2.1.0.
    - [Release notes](https://github.com/PyCQA/autoflake/releases)
    - [Commits](PyCQA/autoflake@v2.0.2...v2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: autoflake
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 18, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    50a3843 View commit details

Commits on Apr 25, 2023

  1. build(deps-dev): bump autoflake from 2.1.0 to 2.1.1 (#31)

    Bumps [autoflake](https://github.com/PyCQA/autoflake) from 2.1.0 to 2.1.1.
    - [Release notes](https://github.com/PyCQA/autoflake/releases)
    - [Commits](PyCQA/autoflake@v2.1.0...v2.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: autoflake
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 25, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1c8cf1e View commit details
  2. [pre-commit.ci] pre-commit autoupdate (#30)

    updates:
    - [github.com/compilerla/conventional-pre-commit: v2.1.1 → v2.2.0](compilerla/conventional-pre-commit@v2.1.1...v2.2.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 25, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7fbe1a6 View commit details

Commits on Apr 27, 2023

  1. feat: add multiple handlers server (#32)

    * feat: add multiple handlers server
    
    * fix: missing relative_url to root
    
    * fix: update CHANGELOG.md
    
    Co-authored-by: Simon Shillaker <554768+Shillaker@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Simon Shillaker <554768+Shillaker@users.noreply.github.com>
    cyclimse and Shillaker authored Apr 27, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7d7b951 View commit details
Loading