This repository has been archived by the owner on Nov 10, 2024. It is now read-only.
Releases: yuval9313/FastApi-RESTful
Releases · yuval9313/FastApi-RESTful
v0.6.0
What's Changed
- Bump ruff from 0.0.272 to 0.0.284 by @dependabot in #223
- Bump actions/setup-python from 1 to 4 by @dependabot in #222
- Bump abatilo/actions-poetry from 2.1.3 to 2.3.0 by @dependabot in #221
- Bump actions/cache from 1 to 3 by @dependabot in #220
- Bump actions/upload-pages-artifact from 1 to 2 by @dependabot in #219
- Add proper version by @pavelzw in #214
- Split publish docs and publish workflows by @yuval9313 in #224
- Cleanup remnants of name change by @Dosenpfand in #236
- style: format code with Black and isort by @deepsource-autofix in #243
- Bump fastapi from 0.101.0 to 0.103.2 by @dependabot in #241
- docs: remove refs to InferringRouter as it is deprecated by @omars44 in #239
- style: format code with Black and isort by @deepsource-autofix in #244
- Bugfix/repeat every runs only once by @DanielEidlin in #142
- Update dependencies by @yuval9313 in #256
- 90 url for returns wrong path by @yuval9313 in #257
- Update what was missing for github pages by @yuval9313 in #289
- Create-release by @yuval9313 in #290
New Contributors
- @Dosenpfand made their first contribution in #236
- @omars44 made their first contribution in #239
- @DanielEidlin made their first contribution in #142
Full Changelog: v0.5.0...v0.6.0
v0.5.0
V0.4.5
What's Changed
- Change docs of package to github pages and changed publish to pypi by @yuval9313 in #186
- Remove locking on FastApi to allow installing more versions alongside this package
Full Changelog: v0.4.4...V0.4.5
v0.4.4
What's Changed
- Chore/fixup tests by @yuval9313 in #135
- Update class-resource.md by @fugacityengr in #141
- Add .deepsource.toml by @deepsource-autofix in #161
- Remove unnecessary generator by @deepsource-autofix in #162
- Remove assert statement from non-test files by @deepsource-autofix in #163
- Update dependencies, etc. (#269) by @yuval9313 in #180
- Remove un-neccessary config files in favor of pyproject.toml and flake8 by @yuval9313 in #133
New Contributors
- @fugacityengr made their first contribution in #141
- @deepsource-autofix made their first contribution in #161
Full Changelog: v0.4.3...v0.4.4
v0.4.3 - FastAPI RESTful
What's Changed
- Fix inferring router don't infer None by @yuval9313 in #134
- Bump pytest from 6.2.5 to 7.0.0 by @dependabot in #132
- Bump mkdocs-material from 8.1.9 to 8.1.10 by @dependabot in #131
Full Changelog: v0.4.2...v0.4.3
FastAPI RESTful - Add support for 3.10
** Almost breaking change **
We had to drop support for python versions < 3.6.2
What's Changed
- Remove black/flake8/mypy from main dependencies by @takeda in #125
- Bump mkdocs-material from 8.1.6 to 8.1.9 by @dependabot in #127
- Bump black from 21.12b0 to 22.1.0 by @dependabot in #126
- Bump sqlalchemy from 1.4.29 to 1.4.31 by @dependabot in #122
- Bump fastapi from 0.71.0 to 0.73.0 by @dependabot in #123
- Improve packages pinning by @yuval9313 in #128
- Bump version pre-release by @yuval9313 in #129
- Bump again due to tagging issues by @yuval9313 in #130
New Contributors
Full Changelog: v0.4.1...v0.4.2
FastAPI RESTful
Massive dependencies update
- CVE-2021-32677 - Cross-Site Request Forgery (CSRF) in FastAPI
- Update timing middleware to work on both Windows and Unix
- Remove
TypeDecorator
'''cache_ok''' warning from class GUID
FastAPI RESTful: Slim dependencies with extras install
What's new?
- Now
sqlalchemy
session can be installed as extra withpip install fastapi-restful[session]
. Mentioned here - CVE-2021-29510 fix for one of the dependencies
FastAPI RESTful: Python 3.9 support
Thanks to PR and issues risen on both the original product and mine I've fix multiple issues in this version
Now can be used with python 3.9
FastAPI RESTful Introducing: Class resources
Merge pull request #2 from yuval9313/feature/simplier-classes Update readme