Releases: cfpb/ccdb5-api
Releases · cfpb/ccdb5-api
1.1.11
1.1.10
1.1.9
1.1.8
Export updates
Updates to ensure accuracy of exports.
Revert 5K limit
Reverting 5K limit for item exports from CCDB5-API.
Modernization Version update
Updated the version range for the Requests package to match the modernization team's update.
Export dependencies
- Resolved issues with dependencies for the requests package
- Update version of django-flags to 4.0.x
- Included unit tests for the search() function export functionality
Export Scripts
Final version of a new Python script that generates CSV and JSON files from exports of consumer complaints rather than using Elasticsearch's dataformat plugin. This should prevent the Elasticsearch cluster from needing to be restarted when several large downloads are being handled.
CSV Export Script Test
Includes a Python script intended to generate CSV exports of complaints to take that load off of the Elasticsearch cluster. Also includes some updates to dependencies. This release is experimental.