Skip to content

Releases: salesforce/django-declarative-apis

v0.34.1

22 Jul 22:37
eb4d87f

Choose a tag to compare

What's Changed

Full Changelog: v0.34.0...v0.34.1

v0.34.0

22 Jul 19:42
a87d604

Choose a tag to compare

What's Changed

  • chore(deps-dev): bump coverage from 7.8.0 to 7.8.2 in the dev-dependencies group by @dependabot[bot] in #175
  • Fix up the CHANGELOG by @bgrant in #176
  • chore(deps-dev): bump coverage from 7.8.2 to 7.9.2 in the dev-dependencies group by @dependabot[bot] in #177
  • fix json emitter for empty response bodies by @demianbrecht in #178

Full Changelog: v0.33.0...v0.34.0

Django Declarative APIs v0.33.0

08 Apr 22:29
38b079c

Choose a tag to compare

release v0.33.0 (#174)

Django Declarative APIs v0.32.0

06 Mar 19:35
0dd8f0e

Choose a tag to compare

update workflow (#170)

Django Declarative APIs v0.31.7

08 Feb 10:31
d829170

Choose a tag to compare

What's Changed

Django Declarative APIs v0.31.6

16 Nov 02:12
08bc20d

Choose a tag to compare

Add ExpandableGeneric filter type

Django Declarative APIs v0.31.5

25 Oct 19:44
6ac0442

Choose a tag to compare

  • Clean up logging
  • Doc updates

Django Declarative APIs v0.31.4

12 Oct 16:02
f04c662

Choose a tag to compare

  • Fixes issues caused when asynchronous tasks are dispatched before the endpoint's .finalize() method is called

Django Declarative APIs v0.31.3

02 Oct 20:11
0ab00ce

Choose a tag to compare

  • Fixes an issue when a filter expansion field returns a pydantic object

Django Declarative APIs v0.31.2

12 Sep 18:32
3475f9d

Choose a tag to compare

  • Fixes a bug in filter caching for unhashable types