Releases: cfpb/ccdb5-api
Releases · cfpb/ccdb5-api
Development Release
Development Release for deployed QA
/states API Filtering Change
Row charts beneath the map were using the same filtering as our "Filters" aggregations, which led to incorrect items being displayed for some filter selections.
This resolves the issue and ensures all filters are applied to chart and map data on the "Map" page.
States API Additions
- Updated States endpoints to support mapping views
- Updated swagger documentation for endpoints
Resolve Tag Filter Bug
- Bugfix / minor release
- Ensures that "Tags" filter functions when multiple options are selected.
1.3.0
Add support for Django 2.2
Development Release
Dev release only. Not for production or other use.
API Clarity
Clarify the behavior in the swagger documentation as well as correct some minor errors.
Development Release
For development deployments. Not production ready.
1.2.0
Allow CORS from API Docs
In order to allow for fully interactive API Documentation, we are allowing limited requests (GET) from Github Pages urls controlled by the organization for the purposes of modern documentation.