Skip to content

Releases: cfpb/ccdb5-api

1.1.11

15 Aug 16:29
d407bfa
Compare
Choose a tag to compare
  • Properly support Unicode in CSV exports #94

1.1.10

10 Jul 15:07
cbdc2df
Compare
Choose a tag to compare
  • Run the linter as part of Travis testing #92
  • Remove call to set default encoding to UTF-8 #93

1.1.9

21 Jun 19:25
e72e0d1
Compare
Choose a tag to compare
  • Update .travis.yml to build a universal wheel file #91

1.1.8

21 Jun 18:19
406a90f
Compare
Choose a tag to compare
  • Make the tests pass in Python 3.6 #89

Export updates

12 Dec 14:28
c21b032
Compare
Choose a tag to compare

Updates to ensure accuracy of exports.

Revert 5K limit

11 Dec 17:47
26cde7e
Compare
Choose a tag to compare

Reverting 5K limit for item exports from CCDB5-API.

Modernization Version update

06 Dec 17:57
18b9f70
Compare
Choose a tag to compare

Updated the version range for the Requests package to match the modernization team's update.

Export dependencies

28 Nov 21:33
42eaaf8
Compare
Choose a tag to compare
  • 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

27 Nov 14:15
3abb98b
Compare
Choose a tag to compare

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

08 Nov 18:54
0ffd310
Compare
Choose a tag to compare

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.