Skip to content

Releases: yuval9313/FastApi-RESTful

v0.6.0

07 May 22:45
52e0b51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

13 Aug 17:15
3ed7815
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V0.4.5...v0.5.0

V0.4.5

08 Jun 20:35
fe649b5
Compare
Choose a tag to compare

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

07 Jun 00:10
Compare
Choose a tag to compare

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

12 Feb 20:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

FastAPI RESTful - Add support for 3.10

12 Feb 20:02
Compare
Choose a tag to compare

** Almost breaking change **
We had to drop support for python versions < 3.6.2

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

FastAPI RESTful

20 Jun 00:14
a139150
Compare
Choose a tag to compare

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

16 May 23:16
Compare
Choose a tag to compare

What's new?

  • Now sqlalchemy session can be installed as extra with pip install fastapi-restful[session]. Mentioned here
  • CVE-2021-29510 fix for one of the dependencies

FastAPI RESTful: Python 3.9 support

05 May 23:50
Compare
Choose a tag to compare

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

16 Jul 19:34
d8401c0
Compare
Choose a tag to compare
Merge pull request #2 from yuval9313/feature/simplier-classes

Update readme