Releases: cfpb/ccdb5-api
Releases · cfpb/ccdb5-api
1.9
1.8.2
1.8.1
What's Changed
- Remove the upper bound on Django-Flags by @willbarton in #230
Full Changelog: 1.8.0...1.8.1
1.8.0
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
1.7.3
What's Changed
- Update the release action to download Python 3.8 by @higs4281 in #213
- Revert "Update the release action to download Python 3.8" by @higs4281 in #214
- DATAP-1680 - update swagger docs by @flacoman91 in #215
- DATAP-1638 - return matched company aggregations by @flacoman91 in #219
New Contributors
- @flacoman91 made their first contribution in #215
Full Changelog: 1.7.2...1.7.3
Upgrade dependencies
This upgrades Python packages for security patches.
Update dependencies and add support for Django 4.2
Merge pull request #207 from cfpb/django42 Update dependencies and support Django 4.2
Drop support for Django<3.2, repo fixes
What's Changed
- Added editorconfig, black, flake8, isort, pre-commit by @jslay-excella in #189
- Fix flake8 configuration by @chosak in #195
- Deprecate Django support before version 3.2 by @chosak in #196
- Use Python 3.8 to build releases by @chosak in #197
Full Changelog: 1.6.6...1.7.0
Batch pagination
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.