Releases: scaleway/serverless-functions-python
Releases · scaleway/serverless-functions-python
v0.2.3
What's Changed
- build(deps-dev): bump pytest from 7.4.4 to 8.3.4 by @dependabot in #119
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #115
- build(deps-dev): bump pre-commit from 4.0.0 to 4.0.1 by @dependabot in #118
- build(deps-dev): bump pylint from 3.3.1 to 3.3.2 by @dependabot in #116
- build(deps-dev): bump pytest-cov from 4.1.0 to 6.0.0 by @dependabot in #117
- build(deps-dev): bump pylint from 3.3.2 to 3.3.6 by @dependabot in #129
- build(deps-dev): bump pre-commit from 4.0.1 to 4.2.0 by @dependabot in #128
- build(deps-dev): bump isort from 5.13.2 to 6.0.1 by @dependabot in #127
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #120
- build(deps-dev): bump black from 24.10.0 to 25.1.0 by @dependabot in #125
- build(deps-dev): bump pylint-per-file-ignores from 1.3.2 to 1.4.0 by @dependabot in #122
- chore: add compatibility with Python 3.13 by @cyclimse in #130
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Fix ValueError when decoding non-unicode body by @suda in #105
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #91
- build(deps): bump flask from 3.0.0 to 3.0.3 by @dependabot in #101
- build(deps): bump typing-extensions from 4.8.0 to 4.12.2 by @dependabot in #107
- build(deps-dev): bump pylint from 3.0.2 to 3.2.7 by @dependabot in #108
- build(deps-dev): bump black from 23.12.1 to 24.8.0 by @dependabot in #109
- build(deps-dev): bump flake8 from 6.1.0 to 7.1.1 by @dependabot in #110
- build(deps-dev): bump setuptools from 67.4.0 to 70.0.0 by @dependabot in #111
- build(deps): bump werkzeug from 3.0.0 to 3.0.6 by @dependabot in #112
- build(deps-dev): bump zipp from 3.14.0 to 3.19.1 by @dependabot in #113
- build(deps): bump jinja2 from 3.1.2 to 3.1.4 by @dependabot in #114
- chore: bump version and reorder changelog by @cyclimse in #106
New Contributors
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
What's Changed
Added
- Added a simple server to test with multiple handlers
Full Changelog: v0.1.1...v0.2.0