Releases: cfpb/hmda-platform
Releases · cfpb/hmda-platform
HMDA Platform v1.13.0
New Features
- Cluster roles: the platform now has four separate cluster roles (api, persistence, query, publication).
- File name is now included on all submission API endpoints
Fixes
- Blank email search requests will no longer return any results
- Corrected logic of several edits
- Filing status will no longer reset after being marked as completed
HMDA Platform v1.12.0
New Features
- Updates to README
- Log levels are configurable at runtime by using the
HMDA_LOGLEVEL
environment variable
HMDA Platform v1.11.1
New Features
- Adds authentication for
Cassandra
journal and snapshot stores
HMDA Platform v1.11.0
New Features
- Implement A&D Report for table 5-1
- Fixes several issues with LAR edit logic
- Improvements in clustering (cluster API, remove auto-downing)
- Updated README
- Fix issue with IRS reporting
- Implementation of bulkhead pattern with custom dispatchers
HMDA Platform v1.10.1
New Features
- Added publication project, including disclosure report D5-1
- Upgraded Scala and SBT versions, improving compile times
- Fixed compiler warnings by removing unused imports
HMDA Platform v1.10.0
Bug Fixes
- Q049 was being checked twice, removed extra check
HMDA Platform v1.9.0
New Features
- Made keyspace names configurable to avoid collusion with multiple deployments
- Updated actor timeout to allow large files to finish validation
- Added toggle for S025 to avoid triggering in test environments
- Updated documentation for panel loader
Known Issues
- IRS and Summary page will occasionally return empty results
HMDA Platform v1.8.0
New Features
- Project LAR data to Cassandra-based back-end data store
- Refactored panel loader, can now be used with Cassandra backend
- Upgraded Akka HTTP to 10.0.8
Bug Fixes
- Fixed issue with IRS CSV download formatting
HMDA Platform v1.7.0
New Features
- Project institution data to Cassandra-based back-end data store
- New endpoint to download Institution Register Summary (IRS) in CSV format
- Sort submissions by descending sequenceNumber in filings API response
- Syntactical edits S011 and S040
- Upgraded Akka version to 2.4.19
- Updated language for describing Submission statuses
Bug Fixes
- Resolved certain intermittent spec failures in Q011Spec
- Resolved IRS summaries reflecting too many LARs. Bug fix involves entirely new implementation of IRS reporting.
Known Issues
- Several remaining intermittent spec failures, especially on CI server.
HMDA Platform 1.6.0
New Features
- Adds Q029
- Added protobuf serialization for parser, FSM, validation, filing, submission LAR stats and Institution view persistent actors.
- Adds basic clustering support, forming a cluster of one and putting that configuration in
ZooKeeper
Bug Fixes
- Fixed Q130 failure
- Intermittent test failure in Q011 (tests only)