Back to changelog
UNIFIED
Agent Handler
Gateway

Merge Unified

Accounting
New
Accounting
Improved
  • Mapping enhancement for GET /tax-rates for Microsoft Dynamics 365 Business Central
  • Mapping enhancement for authentication flows for Xero — improved reliability and consistency during account connection
  • Mapping enhancement for GET /company-info for Oracle Fusion Cloud ERP [Closed Beta]
  • Performance improvement for GET /journal-entries for Oracle Fusion Cloud ERP [Closed Beta]
  • Performance improvement for subsidiary handling for NetSuite — improved accuracy and efficiency for multi-subsidiary accounts
Accounting
Fixed
  • Error handling improvement for GET /invoices for Sage Intacct
  • Edge case handling for invoice amount calculations for GET /invoices for NetSuite
  • Edge case handling for OAuth account linking for Sage Business Cloud in Spain
ATS
New
ATS
Fixed
  • Error handling improvement for endpoint authentication validation across ATS integrations (e.g., GET /candidates)
  • Edge case handling for candidate stage mapping during GET /offers for Workable
CRM
Improved
File Storage
New
  • Added support for GET /groups for SharePoint — multi-auth support for site group and user management
File Storage
Improved
  • Performance improvement for GET /files for SharePoint — improved delta sync efficiency and handling of paginated 410 responses
  • Performance improvement for GET /files for Dropbox — improved initial sync traversal for member folders
File Storage
Fixed
  • Error handling improvement for GET /files for Google Drive — improved reliability for large file exports to prevent sync failures
HRIS
New
HRIS
Improved
  • Mapping enhancement for status handling in GET /time-off for Oracle HCM
  • Performance improvement for GET /employees for Workday by optimizing pagination
  • Mapping enhancement for employment status based on employment dates in GET /employments for IRIS Cascade
HRIS
Fixed
  • Edge case handling for missing balance summaries in GET /time-off-balances for Oracle HCM
  • Error handling improvement for upstream endpoint failures in GET /employees for Workday to prevent incomplete syncs
  • Error handling improvement for rate limiting during GET /employees for Employment Hero
  • Edge case handling for pending-to-active employee conversions in GET /employees for UKG Pro
Ticketing
Improved
  • Mapping enhancement for POST /tickets for Azure DevOps — improved due date handling for more accurate ticket creation
Ticketing
Fixed
  • Edge case handling for GET /tickets for HubSpot — fixed pagination issues that could cause ticket sync failures during large retrievals
  • Error handling improvement for ticket creation metadata via GET /tickets/meta/post for ServiceNow to improve required-field guidance
  • Error handling improvements and logging for validation across ticket linking flows (e.g., POST /tickets and PATCH /tickets/{id}) for Asana, Zendesk, Jira, Jira Service Management, Linear, Basecamp, Gorgias, GitLab, Zoho Desk, Aha!, Teamwork, Help Scout, Azure DevOps, and Intercom
Cross-category
Fixed
  • Addressed edge case with selective sync when new field mappings are added or scopes change
  • Addressed edge case with advanced field mappings on common model overrides
Docs
Improved
  • Updated description for collection_id query parameter for GET /tickets

Merge Agent Handler

Connectors & Tools
New
  • Added Strava connector — access activity, athlete, and segment data
  • Added Vestaboard connector — send messages to Vestaboard displays
  • Added Attio CRM connector with 31 tools for contacts, lists, tasks, and records
  • Added Arize connector for ML observability and model monitoring
  • Added FireHydrant connector with incident management and task tools
  • Added Coda connector for docs, pages, tables, rows, and formulas
  • Added Whoop connector for health and fitness data
  • Added Oura Ring connector for sleep and biometric data
  • Added Fireflies connector for meeting transcription and notes
  • Added WordPress connector for managing posts, pages, comments, media, categories, tags, and blocks
  • Added workspace-level OAuth support to Databricks alongside existing PAT auth
  • Expanded Databricks with additional tools including rename_workspace_file and run_page_url on job and run outputs
  • Expanded Slack and Monday with additional tool coverage
Connectors & Tools
Improved
  • Strengthened Greenhouse v3 API compatibility across create, update, merge, transfer, and note operations
  • Improved Box file download to support .docx and .xlsx formats and handle large files via shared link creation
  • Refined HubSpot deal priority field naming for consistency
  • Improved Wikipedia title resolution to prioritize exact matches before falling back to suggestions
  • Enhanced tool search by enriching descriptions before embedding and including titles for stronger semantic matching
Connectors & Tools
Fixed
  • Added optional passphrase support for Snowflake key-pair auth, with clearer error messages and IP allowlist guidance
User experience
New
  • Filtered global default credentials from the credential picker so users see only their own app credentials
  • Surfaced an Override button for Merge default credentials
User experience
Improved
  • Consolidated application credentials into a single unified modal
User experience
Fixed
  • Preserved credentials when navigating back from a validation error screen — no more re-entering API keys after a failed connection attempt
New features
New
  • Added external ID support for application credentials — manage multiple OAuth apps per connector with unique identifiers
  • Added shared secrets for OAuth — app credentials can now inject client ID and secret into auth options during the link flow
  • Added optional authorization code support to the link flow
  • Added callback URL and port validation for magic link origins, including localhost support
  • Added auth_options to the public connector API
  • Added tool name format validation — invalid formats now return a 400 early