Changelog
Review the version history of EHF Mortgages, including recent updates, new features, and resolved issues.
Subscribe to our changelog feed at https://docs.example.com/changelog.xml or follow us on GitHub for notifications about new releases and important updates.
Recent Releases
Track the evolution of EHF Mortgages through our release history. Each release includes new features for mortgage applications, improvements to the API, bug fixes, and occasional breaking changes.
Latest: v1.2.0
Enhanced loan calculations and API performance.
v1.1.0
New authentication flows and dashboard updates.
v1.0.0
Initial stable release with core mortgage tools.
New Features
- Added advanced mortgage affordability calculator with real-time interest rate updates
- Introduced webhook support for loan application status changes
Improvements
- Optimized API response times by
>30%for high-volume queries - Enhanced dashboard with customizable widgets for loan officers
Bug Fixes
- Fixed intermittent failures in document upload endpoints
- Resolved validation errors for international applicant data
New Features
- Multi-factor authentication (MFA) for secure account access
- Bulk import for applicant data via CSV files
Bug Fixes
- Corrected PDF generation issues for loan agreements
- Patched security vulnerability in session handling (CVE-2024-XXXX)
Improvements
- Updated UI components for better mobile responsiveness
New Features
- Core mortgage application API with endpoints for pre-approval and full applications
- Integrated credit score fetching from major bureaus
Breaking Changes
- Migrated authentication from basic auth to OAuth 2.0 – update your integrations
Initial Release
- Complete dashboard for tracking applications
- RESTful API documentation at
https://api.example.com/docs
Upgrading to the Latest Version
Follow these steps to upgrade your EHF Mortgages integration.
Review Changelog
Check the release notes above for breaking changes.
Update Dependencies
npm install ehf-mortgages@latest
yarn add ehf-mortgages@latest
Migrate Configuration
Update your config to use the new OAuth endpoints:
const config = {
apiUrl: 'https://api.example.com/v1',
auth: {
type: 'oauth2', // Changed from 'basic'
tokenUrl: 'https://auth.example.com/token'
}
};
Test Integration
Run your test suite against the staging environment at https://api.example.com/staging.
For enterprise users, contact support@ehfmortgages.com for assisted migrations or custom release channels.
Previous Versions
Older releases are available in our GitHub releases page. Use version pinning in your package.json for stability:
{
"dependencies": {
"ehf-mortgages": "1.1.0"
}
}
Last updated today