Releases: salesforce/django-declarative-apis
Releases · salesforce/django-declarative-apis
Django Declarative APIs v0.31.1
11 Sep 17:38
Compare
Sorry, something went wrong.
No results found
PR 134 Make filter caching work for all datatypes
PR 131 Support non-utf8 request body
Django Declarative APIs v0.29.0
16 Aug 18:53
Compare
Sorry, something went wrong.
No results found
Changed
Remove outdated HttpResponse wrapper
Django Declarative APIs v0.28.0
05 Jun 20:03
Compare
Sorry, something went wrong.
No results found
Changed
PR 127 Cache functions and fake relations in filters
Django Declarative APIs v0.27.0
28 Apr 02:24
Compare
Sorry, something went wrong.
No results found
Adds support for generic objects (not just Django models) to be used as endpoint resources
Django Declarative APIs v0.26.0
08 Mar 21:43
Compare
Sorry, something went wrong.
No results found
Adds query caching in DDA filters to prevent redundant DB hits when constructing the response
Django Declarative APIs v0.25.3
09 Feb 21:40
Compare
Sorry, something went wrong.
No results found
[0.25.3] - 2023-02-09
Fixed
PR 122 Handle malformed OAuth header
0.25.2
24 Jan 18:33
Compare
Sorry, something went wrong.
No results found
[0.25.2] - 2023-01-24
Fixed
PR 118 Fix typo in docs
PR 120 Fix correlation ID logging for deferred tasks
Changed
PR 116 Only run PR checks on pull_request
Django Declarative APIs v0.25.1
19 Dec 21:08
Compare
Sorry, something went wrong.
No results found
Fixed
PR 117 Fix README specification in pyproject.toml
Django Declarative APIs v0.25.0
19 Dec 20:25
Compare
Sorry, something went wrong.
No results found
Added
PR 106 Test against Python 3.11 in PR checks
Fixed
PR 112 Try again to use new ReadTheDocs config
PR 111 ReadTheDocs only supports up to Python 3.8
PR 110 Fix ReadTheDocs build by specifying python version differently
PR 108 Fix ReadTheDocs documentation build with pyproject.toml
Changed
PR 114 Allow cryptography > 3.4.8
PR 113 Require oauthlib >= 3.1.0
PR 109 Update Github actions
PR 107 Update to use pyproject.toml
Django Declarative APIs v0.24.0
03 Nov 20:25
Compare
Sorry, something went wrong.
No results found
Added
PR 101 Allow Pydantic models as field types
Fixed
PR 103 Update contributing doc
PR 102 Fix typos in docs and tests
Changed