Changelog

Learn about Merge’s latest integrations and features

Get email updates
View All Changelogs

Week 2 & 3, August 2025

Improvements

💰     Accounting
  • Improved NetSuite integration URL handling and transactions
  • Added edge case support for special character for POST /attachments for Sage Intacct
  • Added mapping enhancements to location for GET /tracking-categories for Sage Intacct
🤝     ATS
  • Added support for “draft” jobs in GET /jobs for Ashby
  • Added pagination enhancements for faster subsequent syncs for GET /applications and GET /candidates for BambooHR
  • Added support to capture “tag” deletions for GET /candidates for Greenhouse
🏆     CRM
  • Added mapping enhancements to “status” for GET /opportunities for Hubspot
  • Added support for AU region for Zoho CRM
📁     File Storage
  • Added performance improvements for subsequent syncs for Box
  • Added support for shared drive removals for S2 linked accounts for GET /drives for Google Drive
🏠     HRIS
  • Added support for GET /time-off for Justworks
  • Added edge case handling for GET /employees for OneLogin
  • Added support for “remote_data” for GET /locations for Okta
  • Added mapping enhancements for “manager” and “phone_number” for GET /employees for Oracle HCM
  • Added mapping enhancements for “first_name” for terminated employees for GET /employees for Oracle HCM
  • Added mapping enhancements for “employment_status” for GET /employees for Oracle HCM
  • Added support for pending employees and employments for GET /employees and GET /employments for Oracle HCM
  • Added mapping enhancements for updates to “DIVISION” groups for GET /groups for SAP SuccessFactors
  • Added supported for removing “email_address” for GET /employees for Workday
  • Added support for additional “employment_type” enum mappings for GET /employees for UKG Pro
  • Added mapping enhancements to earnings with the same paycode for GET /employee-payroll-runs for UKG Pro
🎟️     Ticketing
  • Added support for “ticket” relation on POST /attachments for Azure DevOps
  • Updated “category” to be a required integration parameter for POST /tickets for Freshservice
  • Added performance enhancements for GET /tickets for Hubspot Ticketing
  • Added mapping enhancements to editing “remote_fields” for PATCH /tickets for Jira
  • Added mapping enhancements to “description” to PATCH /tickets for Linear
⚛     Cross-category
  • Pagination improvements for data sync performance
  • Increased memory allocation to improve async passthrough performance
  • Security upgrades for frontend dependencies
  • Added webhook support for ADP Next Gen
🎮     Merge Dashboard
  • Improved Common Model overrides for SAP SuccessFactors
  • Improved order_by query for Dayforce
  • Field-level scopes reliability improved
  • Improved email notification when adding a new user
🔗     Merge Link
  • Single click on folder or drive title now navigates into the folder or drive for File Picker
  • File Picker performance improvements
📄     Docs
  • Improved Linked Account docs rate limit to x / minute (per Linked Account)
  • Enhanced “Articles” docs for clarity
  • Enhanced sample data in docs for “Expense Reports”

👨‍💻

SDK Updates

Java SDK v4.0.0 Forward-Compatible Enums

The SDK now uses forward-compatible enums instead of native Java enums. This allows your code to work with new enum values returned by the API before the SDK is updated. This is a breaking change if you were using enum values in switch/case statements and direct comparisons. Use resource.EnumProperty.getEnumValue() to reference the enum values within Switch statements.