Releases: thomaxxl/safrs
Releases · thomaxxl/safrs
2.12.2
- apply page[limit] also to non-lazy relationships
- default to PK order_by if no
sort=
is specified
- fix missing mssql order_by/sort
- generate apilogicserver schema
2.12.1
Minor improvements:
- Use sqlalchemy
or_
as the default jsonapi filter strategy to combine distinct filters
- Cast mssql.DECIMAL to float (instead of str)
2.12.0
- use fstrings
- don't check HTTP Content-Type for HTTP DELETE (for axios)
2.11.5
Minor changes:
- Better support for composite keys / PKs not named "id"
- Pagination: add "total" count to meta, support larger
page[limit]
2.11.4
- add commit() to _s_patch
- dynamicall add classname to JABase.type
2.11.3
- JABase class for objects without a db.Model
- Minor bugfixes related to swagger gen
2.11.2
- support POST of nested relationships (
_s_allow_add_rels
)
- minor bugfixes related to stateless models
2.11.1
Minor bugfixes:
- PATCH when id is empty won't work
- sorting instrumentedlist with NULL values gave exceptions
2.10.7
- fixed a packaging bug in 2.10.6