Changelog

Learn about Merge’s latest integrations and features

Get email updates
View All Changelogs

Week 4, March 2026

Merge Unified

💰     Accounting
🤝     ATS
  • Improved reliability for GET /candidates for Taleo by reducing read timeouts
💬     Chat
  • Mapping enhancement for GET /conversations for Teams direct message — Expanded enum support for conversation types
📁     File Storage
  • Improved initial sync performance for files, folders, permissions, and users for Dropbox
  • Fixed edge case in GET /folders for Dropbox where nested folders could be incorrectly returned as root-level
  • Improved reliability of large data syncs for files and folders for Dropbox
  • Improved handling of sync selection changes for folders for SharePoint and Dropbox to ensure accurate sync behavior
🏠     HRIS
🎟️     Ticketing
  • Improved reliability for GET /tickets for Taleo by reducing read timeouts
  • Improved handling of ticket updates for PATCH /tickets for Jira by supporting additional successful response codes
  • Improved sync performance for GET /tickets for Jira
  • Mapping enhancement for PATCH /tickets for Azure DevOps — Updated due date mapping for better consistency with source systems
  • Improved processing reliability for GET /collections for Asana when permissions are enabled
⚛️     Cross-category
  • Improved error handling for rate limit errors on POST requests
  • Added edge case handling for null fields for common model overrides
🔗     Merge Link
  • Enhanced UI for File Picker

👨‍💻

SDK Updates

Merge Node SDK Release Notes - Version [4.0.2]

  • Accounting: Added isBillable field to invoice line items — You can now read and write the isBillable property on InvoiceLineItem and InvoiceLineItemRequest, indicating whether a line item can be charged to the client/customer.
  • Accounting: Added isActive filter to projects list — The projects.list() endpoint now supports an optional isActive parameter to filter projects by their active status.

🕵️

Merge Agent Handler

⚡ Connectors & Tools
  • Added Xero connector
  • Added a "get current user" tool to the Databricks connector
  • Improved Google Drive list_comments to handle a wider range of anchor values
  • Strengthened Microsoft Teams across channel ID validation, error handling, date filters, message search, send/reply serialization, and OAuth scope coverage
  • Improved Confluence URL parsing to support browser-pasted URLs
  • Improved Jira authentication to accept full browser URLs
  • Strengthened Confluence OAuth validation for varied base URL formats
  • Refined Google Calendar eventTypes query param formatting
  • Improved Datadog connector reliability
✨ New Features
  • Introduced tool-pack-level description overrides — customizable per tool pack
  • Improved connector code sync reliability
  • Enabled connector slug to be passed via the request body in ToolPackLinkTokenView
  • Added auto-set preferred test user on signup
  • Added environment list to connector metadata
  • Added date filters for searches in the frontend
🎨 User Experience
  • Consolidated dashboard stats into a single card with column dividers
  • Added a registered user dropdown and URL bar to the MCP setup section
  • Renamed "Companies" to "Groupings" for clarity
  • Polished connector search to keep focus stable while typing
  • Added comprehensive credential refresh logging