Releases: cfpb/owning-a-home-api
Releases · cfpb/owning-a-home-api
0.15.0
0.14.0
0.13.1
0.13.0
0.12.4
Remove manual SQL action from migration
The manual SQL action didn't work as intended anywhere except production for reasons that are not entirely obvious. We think it's safest just to remove it, and we'll manually work on any databases we might need to.
Remove rate-checker-fees endpoint and Fee model
Changes in this owning-a-home-api release are as follows:
- Update Loader class to filter out duplicate rates in loader.py
- Reduce load call_count from 5 to 4 in test_load_daily_data
- Update API and README documentation
- Add ratechecker migration to remove_fee_loader
- Add fix_fee_product_index to remove_fee_loader migration
- Remove FeeLoader Class from loader.py
- Delete fee from views.py and test_views.py
- Remove FEE, TestFeeLoader, Fee model and view tests
- Delete rate-checker-fees endpoint URL
- Remove rate_checker_fees from view