Skip to content

Releases: cfpb/ccdb5-api

1.9

29 Dec 18:52
f2be1ab

Choose a tag to compare

What's Changed

  • Bump supported Django version from 5.1 to 5.2 by @chosak in #236

Full Changelog: 1.8.2...1.9

1.8.2

19 Nov 21:38
35d0868

Choose a tag to compare

What's Changed

  • Remove swagger documentation code from the main branch

Full Changelog: 1.8.1...1.8.2

1.8.1

19 Nov 19:44
3f9d45a

Choose a tag to compare

1.8.1 Pre-release
Pre-release

What's Changed

Full Changelog: 1.8.0...1.8.1

1.8.0

10 Nov 15:39
bebc052

Choose a tag to compare

1.8.0 Pre-release
Pre-release

What's changed

  • Convert API code to use opensearch-py instead of outdated elasticsearch-py code, to align with our use of AWS OpenSearch.
  • Upgrade from Python 3.8 to Python 3.13.

Full Changelog: 1.7.4...1.8.0

1.7.4

28 Aug 17:57
fdb23c7

Choose a tag to compare

What's Changed

Full Changelog: 1.7.3...1.7.4

1.7.3

08 Aug 00:34
d7b5e9b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.2...1.7.3

Upgrade dependencies

24 Jun 15:54
94d2640

Choose a tag to compare

This upgrades Python packages for security patches.

Update dependencies and add support for Django 4.2

06 Mar 16:33
3c83d88

Choose a tag to compare

Merge pull request #207 from cfpb/django42

Update dependencies and support Django 4.2

Drop support for Django<3.2, repo fixes

31 Jan 17:25
01334f5

Choose a tag to compare

What's Changed

Full Changelog: 1.6.6...1.7.0

Batch pagination

17 Feb 20:32
2cc3f0d

Choose a tag to compare

Implement progressive batch pagination, which lets most searches get by with paginating only 200 results, and paginating deeper only on demand, via the "Next" button.