Skip to content

Releases: salesforce/django-declarative-apis

Django Declarative APIs v0.31.1

11 Sep 17:38
1334779

Choose a tag to compare

  • 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
5498f2e

Choose a tag to compare

Changed

  • Remove outdated HttpResponse wrapper

Django Declarative APIs v0.28.0

05 Jun 20:03
3771323

Choose a tag to compare

Changed

  • PR 127 Cache functions and fake relations in filters

Django Declarative APIs v0.27.0

28 Apr 02:24
25c6224

Choose a tag to compare

  • 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
4e36059

Choose a tag to compare

  • 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
40e49ae

Choose a tag to compare

[0.25.3] - 2023-02-09

Fixed

  • PR 122 Handle malformed OAuth header

0.25.2

24 Jan 18:33
e64ead9

Choose a tag to compare

[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
9bf934e

Choose a tag to compare

Fixed

  • PR 117 Fix README specification in pyproject.toml

Django Declarative APIs v0.25.0

19 Dec 20:25
1bb18f5

Choose a tag to compare

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
ab681eb

Choose a tag to compare

Added

  • PR 101 Allow Pydantic models as field types

Fixed

  • PR 103 Update contributing doc
  • PR 102 Fix typos in docs and tests

Changed