Kombo Kombo Changelog logo

Kombo Changelog

Back to Kombo Subscribe to Updates

Labels

  • All Posts
  • General
  • ATS
  • HRIS
  • Assessment
  • SFTP
  • DATEV
  • LMS

Jump to Month

  • May 2026
  • April 2026
  • March 2026
  • February 2026
  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • June 2025
  • May 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • March 2023
  • February 2023
  • January 2023
General
3 days ago

Platform Updates - May 10, 2026

Highlights

  • πŸ” Static IPs per Connection Link: You can now configure static IP allowlisting directly when creating a new connection link. This gives you granular control over network routing for each of your customers, ensuring traffic originates from a trusted IP address from the very first connection.

Other Updates

  • Dashboard UI/UX Improvements:
    • ⌨️ Added an "Esc" keyboard shortcut to close sidebar views for faster navigation.
    • πŸ—ΊοΈ Long paths in the custom field mapping dropdown now show a full tooltip on hover.
    • πŸ› Fixed several layout issues, including sticky headers on the logs page, collapsing cards on narrow screens, and overflowing text in selectors.
    • πŸ” You can now search for countries by their full name (e.g., "United States") instead of just their two-letter code in the "Add Job Posting" dialog.
  • πŸͺ„ Improved Employee Selection in Forms: When using the create-employee form, the dropdown for selecting employees (like a manager) has been improved, showing full names and hiding redundant IDs for a cleaner experience.
  • πŸ—‘οΈ Removed Legacy Action: The legacy create-employee action, which has been superseded by the more powerful form-based version, is now hidden in the dashboard's coverage grid to reduce confusion.
Avatar of authorAike Hillbrands
General
a week ago

Platform Updates - May 3, 2026

Highlights

  • πŸ—οΈ New Setup Link Endpoint: We've introduced a new endpoint, POST /integrations/{integration_id}/setup-link, allowing you to programmatically generate links to the Setup Flow for your customers' existing integrations. This is useful for guiding users to configure settings like custom fields after the initial connection.
  • πŸ“š Enhanced Security and API Documentation: We've significantly expanded our documentation to cover key topics like API key security, roles and access control, data residency, and data retention policies. We've also added clarification on the purpose of the end_user_* fields in the embedded connection flow to address common questions.

Other Updates

  • πŸ•΅οΈβ€β™‚οΈ Improved Connection Flow Search: The search bar in the Connection Flow is now more accurate. It searches across integration names and common aliases, making it easier for your customers to find the right system.
  • 🎨 Dashboard & Developer Experience Overhaul: We've rolled out numerous improvements to the dashboard to streamline your workflow. Key changes include redesigned integration and tool pages with quick-switch dropdowns, contextual sidebars for easier navigation, and consistent breadcrumbs throughout the interface.
  • βš™οΈ SFTP Onboarding: The connection process for SFTP integrations is now clearer, with scope-dependent instructions on required file names.
Avatar of authorAike Hillbrands
General
2 weeks ago

Platform Updates - April 26, 2026

Highlights

  • πŸ“£ Customer-Facing Settings in Dashboard: Many integration and global settings are now exposed directly in the Kombo dashboard. You can view and, where applicable, edit settings for your integrations, giving you more control without needing to contact support. This feature is being rolled out progressively across integrations.
  • 🎨 Revamped Dashboard UI and Navigation: We've completed a major overhaul of our dashboard's component library and navigation. Integration-specific pages like Logs and Settings have moved from tabs into the main sidebar for a more unified experience. The updated UI components provide a cleaner, more consistent look and feel.
  • πŸͺ Restructured Webhooks Configuration Page: The webhook configuration page has been redesigned for improved clarity and ease of use. It now features a better layout and more intuitive actions, simplifying the process of managing your webhooks.

Other Updates

  • πŸ’¬ Improved Error Messages: API error messages for unavailable actions or models now clearly distinguish between features the underlying provider doesn't support versus those Kombo has not yet implemented, giving you better context.
  • πŸ”— Better Deep-Linking in Dashboard: We've fixed an issue where deep-linking to a specific page in the dashboard would not correctly redirect you after logging in.
  • πŸ“š New Documentation: We've added a new guide on how we handle data normalization during syncs and expanded our sandbox documentation to clarify its capabilities.
  • ⚑️ Webhook Reliability: We've improved the performance and reliability of our webhook delivery system to ensure more timely and consistent notifications.
Avatar of authorAike Hillbrands
General
3 weeks ago

Platform Updates - April 19, 2026

Highlights

  • πŸŠβ€β™‚οΈ New Static IP Pools for API Requests: For customers who need to allowlist our IPs, you can now enable static IP pools for your integrations directly from the dashboard. This gives you a stable set of IP addresses for all API requests Kombo makes to your customers' HR systems.
  • πŸ”€ More Reliable `data-changed` Webhooks: We've improved our webhook delivery logic to ensure that the `changed_models` array in `data-changed` webhooks accurately reflects all data modifications, even when multiple syncs for the same integration run concurrently.
  • ⏳ Increased Timeout for Write Actions in SDKs: To prevent timeouts on slower HR systems, we've increased the default timeout for all POST endpoints in our SDKs to 5 minutes. This makes write actions like creating a candidate or application more reliable.
  • 🧭 New Guide for Asynchronous Endpoints: We've published a new guide in our developer documentation explaining how to work with asynchronous, long-running tasks. This guide details the poll-based pattern used for operations like bulk data uploads.

Other Updates

  • 🐘 For large API responses that can't be displayed in the dashboard, you can now download the response file directly, in addition to opening it in your browser.
  • πŸ—ΊοΈ We've clarified in our documentation that API rate limits are applied per environment (i.e., per API key).
  • πŸ”‘ SFTP integrations now support configuring the CSV file encoding as either `utf-8` or `latin1`.
Avatar of authorAike Hillbrands
General
a month ago

Platform Updates - April 12, 2026

Highlights

  • πŸ”§ More Control Over Sync Frequency: You can now configure full data syncs to run as infrequently as every 90 days, up from the previous maximum of 7 days. This gives you more control over API call volume for integrations where you primarily rely on delta syncs and webhooks.

Other Updates

  • 🎨 Dashboard UI Polish: We've made several small improvements to the dashboard, including better navigation for tabs with many items, and cleaner truncation for long integration names.
  • ✨ Connection Flow Enhancements: Access cards in the connection flow now provide clearer descriptions of the data being accessed, such as hiring team and role information.
  • πŸ“š Improved API Documentation: We've clarified our API documentation for the updated_after filter, making it easier to understand which related records are included in filtered responses.
Avatar of authorAike Hillbrands
General
a month ago

Platform Updates - March 29, 2026

Highlights

  • 🎈 Picture-in-Picture Mode for Kombo Connect: For a smoother experience for your customers, the Kombo Connect connection flow can now detach into a floating Picture-in-Picture (PiP) window. This prevents the flow from being interrupted if your customer navigates to a different tab or a new page opens during authentication.
  • πŸͺ‚ New Remapping Option: Fallback to Kombo's Default: When configuring custom field remappings, you now have the flexibility to insert "Fallback to Kombo's mapping" as a prioritized option. This allows you to create powerful remapping rules that combine your custom logic with Kombo's standard mapping for ultimate control.

Other Updates

  • πŸͺ„ Self-Serve SFTP Decryption: You can now configure PGP decryption for files uploaded via SFTP directly from the dashboard, simplifying the setup for secure file transfers.
  • Developer Experience & Dashboard Improvements
    • ⚑ You can now trigger full and delta syncs for any integration directly from the command palette (Cmd+K).
    • πŸ”Ž In the Data Explorer, you can now search for jobs by their posting URL, making it easier to find specific job postings.
    • πŸ”— When a sync is in progress, the "View Logs" button now links directly to the logs for that specific sync interaction.
    • πŸ“œ HTTP headers in interaction logs are now sorted alphabetically for easier inspection.
    • ✨ We've made numerous smaller UI improvements to the dashboard, including more accurate integration counts, better tooltips, and improved navigation.
  • Documentation
    • πŸ“š Webhook documentation now includes detailed payload examples for all event types, making it easier to build and test your webhook consumers.
    • 🧹 We've removed outdated migration guides for the `data-changed` webhook to simplify our documentation.
Avatar of authorAike Hillbrands
General
a month ago

Platform Updates - March 22, 2026

Highlights

  • πŸ“£ Action Concurrency Limiting Enforced: To improve platform stability, we are now enforcing concurrency limits on all write actions. If you send too many requests in parallel for a single integration, you will receive a new `PLATFORM.CONCURRENCY_LIMIT_EXCEEDED` error with an HTTP 429 status code. We recommend implementing a retry mechanism with exponential backoff for these cases.
  • πŸ’… Redesigned Integration Dashboard: We've revamped the integration detail page! You can now find logs embedded directly in a new β€œLogs” tab for easier debugging. The sync status and manual sync trigger have been redesigned into a cleaner, more intuitive component in the page header.
  • πŸ“š Richer `updated_after` Filter Documentation: Our API documentation for all model endpoints now dynamically lists which related objects are considered when you use the `updated_after` filter. This makes it much clearer which updates will cause a record to be returned.

Other Updates

  • βš™οΈ Dashboard & Connection Flow:
    • You can now filter integrations by tags (e.g., β€œOAuth recommended”, β€œIP allowlisting”) on the main Tools page.
    • We've improved the connection flow for integrations that have optional partner credentials, allowing them to be enabled more easily.
  • ⚑️ Performance & Reliability:
    • We've increased the timeout for webhooks, which will reduce the number of `502` errors you may have seen for long-running webhook deliveries.
Avatar of authorAike Hillbrands
General
a month ago

Platform Updates - March 15, 2026

Highlights

  • πŸ‘‘ Self-Service Unlock for Integrations: To help you resolve issues faster, we've added a β€œForce unlock” button in the dashboard. Administrators can now manually unblock integrations that are stuck in setup or testing states, reducing the need to contact support for common setup hurdles.

Other Updates

  • πŸ“Ό Improved β€œReplay in Komboman”: The replay feature in your request logs is now smarter. It can now correctly identify and replay requests made to third-party APIs via our passthrough feature, making debugging easier.
Avatar of authorAike Hillbrands
General
2 months ago

Platform Updates - March 8, 2026

Highlights

  • βš™οΈ Per-Integration Rate Limiting: You now have more granular control over API usage. A new optional setting allows you to configure specific rate limits for each of your integrations, which is perfect for managing high-volume connections without affecting others.
  • ⚑️ Major Performance Boost for API Queries: We've rolled out a new query architecture that dramatically speeds up data retrieval for all model endpoints. This new engine is now the default for fetching candidates and applications, delivering significantly faster response times, especially for integrations with large amounts of data.
  • πŸ—ΊοΈ Customizable Connection Flow Guides: To provide a more tailored experience for your customers, you can now override the default Kombo connection guide with your own custom URL. This link will be displayed to your customers during the integration setup process.

Other Updates

  • πŸ§‘β€πŸ’» Developer Experience: Our internal Komboman tool now offers better support for SOAP-based Passthrough APIs like Workday, including the ability to load XML request examples.
  • πŸ“š Documentation: The webhooks documentation has been updated to clarify our automatic retry behavior.
Avatar of authorAike Hillbrands
General
2 months ago

Platform Updates - March 1, 2026

Highlights

  • 🚧 Action Concurrency Limiting in Closed Beta: To improve stability for both you and your customers' systems, we've introduced concurrency limiting for write actions. When the limit is reached, our API will now respond with a `429 Too Many Requests` error, allowing your application to handle the load gracefully. This feature is not enabled by default right now and is being piloted with the first customers.

Updates

  • πŸ“Š Dashboard Improvements:
    • The Data Explorer now displays all components of a location and correctly hides deleted job postings.
    • We've updated browser tab titles across the dashboard to make navigation easier when you have multiple tabs open.
    • Clarified the distinction between "upstream webhooks" (from the provider) and Kombo's webhooks in the integration settings UI.
    • Improved the in-app documentation for our static outbound IP proxy to make IP allowlisting clearer.
Avatar of authorAike Hillbrands