Releases: cfpb/hmda-platform
Releases · cfpb/hmda-platform
HMDA Platform v1.5.0
New Features
- Added Macro edits Q070, Q071, Q072, Q075, and Q076
- Added Quality edits Q130 and Q029
- New and improved serialization format for more persistent data, including Filings, Submissions, HmdaRawFile, HmdaFiling
- Removed retired edit Q046
Bug Fixes
- Submission status now updates to
validated
if no Macro/Quality edits triggered, allowing signature for submissions without such edits - Fixed parser errors endpoint pagination
Known Issues
- Validation edit Q130 falsely triggers on some submissions
HMDA Platform v1.4.0
New Features
- Status updates, allowing completion of a submission workflow all the way to signing.
- Validation edit Q012 added
- Introduced optimized and future proof serialization format for Institution data
- Institution data is now loaded through Admin API
- Pagination for IRS
- Update MSA lookup to also include MD
- Filings are created automatically when a new institution is created
- Status descriptions updated
Bug fixes
- Fixed
PublicHttpApiSpec
test - Fixed validation process not completing
- Submission status now updates on edit verification
HMDA Platform v1.3.0
HMDA Platform v1.2.0
New Features
- Switched production backend to Cassandra
- Fixed bug when persisting file name
- Pagination for edits
- Add human readable names to ExternalIdType
- Updated documentation for software modules and sample bank data
- Simplify macro edits verification
- Add status to endpoints
- Speed up tests
- Added backpressure to persistent actors
- Documentation for panel data loader
Known Issues
- Workflow can't be completed (submission signed) because status is not fully updated in the backend (#906)
HMDA Platform v1.1.0
New Features
- Initial version of IRS
- Added signature endpoint
- Added summary endpoint
- Pagination for parsing errors
- Improved internal structure (sample data files, code refactoring, async tests, etc.)
- Fixed issue with client side parser
Known Issues
- There are some discrepancies between institution id and respondent id matches that will be fixed when real sample institution data is incorporated into the platform
- The IRS endpoint has some tests failing that have been commented out
HMDA Platform v1.0.0
Release 1.0.0
Goals for this release
This first release of the HMDA platform is intended to provide the basic functional components of the platform, in a working form, in order to promote transparency in our work. This platform is in very early stages of development and is not intended for production use at this time. There are three code repositories connected to this 1.0.0 release: hmda-platform, hmda-platform-ui, and hmda-platform-auth
Features Included in this release
This release establishes the basic functionality for the HMDA platform backend, the user interface, and the authentication components. Specific features include:
- Authentication: users can register and authenticate accounts and the system can validate authorized users
- The platform allows authorized users to upload a valid 2017 HMDA file
- The platform will parse the 2017 HMDA file and confirm file validity.
- Authorized users can perform validation on their uploaded HMDA file, against 2017 Syntactical, Validity and Quality edits. (Macro edits not yet feature complete).
- The system will report edit errors to users, storing intermediate results (i.e. to correct quality edits).
- Authorized users can confirm their data submission and conclude the HMDA filing process.
Known Issues
This is early release version of the platform and will not be stable.