Stay up to date with the latest changes, improvements, and additions to the ModernFi API.

Release Notes

This changelog documents all notable changes to the ModernFi API including new features, improvements, bug fixes, and breaking changes. Each entry includes:

  • Version number following semantic versioning (MAJOR.MINOR.PATCH)
  • Release date for tracking when changes were deployed
  • Change type indicated by tags (Added, Improved, Fixed, Breaking)
  • Detailed description of what changed and why

Versioning

ModernFi follows semantic versioning principles:

  • MAJOR version for incompatible API changes
  • MINOR version for backwards-compatible functionality additions
  • PATCH version for backwards-compatible bug fixes

Stay Informed

Subscribe to our RSS feed to receive automatic updates when new versions are released.

Support

Questions about a specific release? Contact our support team at support@modernfi.com or visit our API Reference for detailed endpoint documentation.

February 15, 2025

v1.3.0

This update introduces file retrieval functionality, adding two new /files endpoints for fetching statements and downloading files via presigned URLs. It also includes schema refinements for transactions and improved documentation consistency.

What’s New

File Retrieval Endpoints

  • GET /files/statements - Retrieve available statements for accounts
  • GET /files/download - Generate presigned URLs for secure file downloads

Schema Improvements

  • Enhanced transaction schema with additional metadata fields
  • Improved validation rules for transaction records
  • Better error messages for failed operations

Documentation Updates

  • Comprehensive examples for file download workflows
  • Updated API reference with detailed parameter descriptions
  • Added best practices for file handling and storage