Skip to content

Releases: thomaxxl/safrs

2.12.2

29 Dec 16:07
Compare
Choose a tag to compare
  • 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

13 Dec 13:51
Compare
Choose a tag to compare

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

04 Oct 11:39
Compare
Choose a tag to compare
  • use fstrings
  • don't check HTTP Content-Type for HTTP DELETE (for axios)

2.11.5

23 Jul 06:29
Compare
Choose a tag to compare

Minor changes:

  • Better support for composite keys / PKs not named "id"
  • Pagination: add "total" count to meta, support larger page[limit]

2.11.4

21 May 20:48
Compare
Choose a tag to compare
  • add commit() to _s_patch
  • dynamicall add classname to JABase.type

2.11.3

26 Apr 18:23
Compare
Choose a tag to compare
  • JABase class for objects without a db.Model
  • Minor bugfixes related to swagger gen

2.11.2

17 Mar 13:03
Compare
Choose a tag to compare
  • support POST of nested relationships (_s_allow_add_rels)
  • minor bugfixes related to stateless models

2.11.1

08 Feb 18:11
Compare
Choose a tag to compare

Minor bugfixes:

  • PATCH when id is empty won't work
  • sorting instrumentedlist with NULL values gave exceptions

2.11.0

25 Jan 07:39
Compare
Choose a tag to compare
flake

2.10.7

19 Dec 20:09
Compare
Choose a tag to compare
  • fixed a packaging bug in 2.10.6