Skip to content

Releases: thomaxxl/safrs

2.9.2

Choose a tag to compare

@thomaxxl thomaxxl released this 31 Jul 18:17
  • Improved performance
  • Fix pagination bugs (#70, #71)

2.9.1

Choose a tag to compare

@thomaxxl thomaxxl released this 20 Jul 17:23
  • _s_delete
  • use _s_parse_attr_value return value for patch

2.9.0

Choose a tag to compare

@thomaxxl thomaxxl released this 30 Jun 06:44
  • HTTP Patch return 200
  • Empty many-to-many relationships return [] instead of null
  • Strict include= checking (return 400 in case of non-existing relationship)

2.8.1

Choose a tag to compare

@thomaxxl thomaxxl released this 01 Jun 09:26
  • fix relationship sorting & filtering
  • fix type json type coercion (by @polyatail)
  • http delete swagger response codes

2.8.0

Choose a tag to compare

@thomaxxl thomaxxl released this 02 May 20:14
  • jsonapi_attr decorator
  • granular permission checks (SAFRSBase._s_check_perms)
  • included[] bug fix reported by Matt Leiter
  • pip20 setup.py bug fix reported by @polyatail

2.7.0

Choose a tag to compare

@thomaxxl thomaxxl released this 15 Mar 20:31
  • Custom decorators
  • setup.py download link
  • Custom columns and relationships

2.6.2

Choose a tag to compare

@thomaxxl thomaxxl released this 24 Jan 14:15

#51: render default column value in the swagger

2.6.1

Choose a tag to compare

@thomaxxl thomaxxl released this 11 Jan 13:33
  • Remove debug print

2.6.0

Choose a tag to compare

@thomaxxl thomaxxl released this 07 Jan 09:07
  • Bulk post (jsonapi bulk extension)
  • More strict content type checking

2.5.5

Choose a tag to compare

@thomaxxl thomaxxl released this 14 Nov 15:56
  • Limit allowed relationships, attributes, http methods
  • Allow Model-less instances