Requests from SDK versions below the minimum supported version now return a 400 error with an upgrade prompt
GraphQL
Add new fields to RemoteDataFingoalEnrichedTransaction matching FinGoal API v3.1.3: accountType, address, city, settlement, state, subtype, transactionTagsId, website, and zipCode
Mark several existing RemoteDataFingoalEnrichedTransaction fields as nullable to accurately reflect FinGoal API v3.1.3 responses
Clarify Transaction.date field description to explain that for POSTED transactions it reflects the settlement date, and for PENDING transactions it reflects when the transaction was initiated
REST API
Expose metadata field on API Key REST schema
Platform
Improve handling of new Plaid INVALID_INPUT errors when launching Plaid Link with unprovisioned products
Dashboard
Organizations are emailed (at most monthly) when their Connector deployment is running an SDK that is a full major version behind the current release
Adjust callout sidebar width and container layout padding
Add a delete action to the profile detail view so managers can remove a profile directly from the page they are inspecting, without returning to the profiles list
Add a Notes field to API Keys for storing internal context about how a key is used
Add link to the new Quiltt Changelog page from the Dashboard
Documentation
Add Investment Holdings guide covering profile-level and account-level holdings queries, including remote data access: https://www.quiltt.dev/api/holdings
Document the new /v1/connections/{connectionId}/transactions/refresh endpoint (now in closed beta)
Update enrichment syncing information for FinGoal, MX, and Ntropy integrations to set clearer expectations around when enriched data will be available after enabling the integration
Bug Fixes
GraphQL
Fix RemoteDataNtropyEnrichedTransaction.location field appearing as locationV3 in schema introspection and not resolving as an object for 2026-04-01+ API version
Fix deprecated V2 recurrence fields (recurrence, recurrence_group_id, recurrence_group) returning null for accounts enriched with Ntropy V3
Fix Connection.products so ACCOUNT_TRANSACTIONS_REFRESHES resolves without error
Platform
Fix Finicity accounts exposing a corrupt mask value when the provider returns an account name instead of a number in the display field
Fix Plaid institutions incorrectly reporting account_transactions_refreshes support for any institution with transactions; now correctly requires Plaid's transactions_refresh product
Dashboard
Fix issue with certain Basic role users not being able to access the Profiles page
Fix Monaco editor not applying the correct theme on initial load in the GraphQL Explorer
Documentation
Fix code block rendering and hydration issues in documentation