Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@m-antonov m-antonov released this 13 Mar 11:39
1556af3

Backwards compatibility changes

  • Removed support pydantic v1
  • Updated minimal fastapi version fastapi>=0.112.3
  • Updated minimal pydantic version pydantic>=2.6.0
  • Added required dependency orjson>=3.10.0
  • Updated framework API

Features

  • Added support of pydantic v2
  • Improved sqla orm query building
  • Updated logic of creation custom sql filters
  • Several bugfixes

Performance improvements

  • Updated ViewBase logic of response building
  • Added storages for application lifetime entities
  • Updated "fields" feature logic