Sim Studio v0.5.92 adds Pipedrive sort order and improves pagination across integrations
New Features
Sim Studio v0.5.92 brings several improvements to integration capabilities and platform stability:
- Pipedrive Enhancement: Added sort order support to Pipedrive endpoints, alongside a turborepo upgrade to improve build performance.
- Pagination Expansion: Extended pagination support to remaining integrations that support it, providing better handling of large datasets.
- Short Link Rewrite: Implemented Beluga short link rewrite functionality for hosted campaigns.
Code Quality & Type Safety
The release focuses on improving code maintainability:
- Type Safety: Replaced
@ts-ignorecomments with a properly typedProviderErrorclass, reducing technical debt and improving error handling across the codebase. - Linting Improvements: Fixed react-doctor errors and warnings to maintain code quality standards.
- UI Improvements: Enhanced copilot scrolling stickiness for better user experience.
Bug Fixes
- Fixed pagination by adding missing
next_pagefields to response interfaces and operator comments, ensuring consistent pagination behavior across endpoints.
This incremental release continues Sim Studio's focus on expanding integration capabilities and improving code quality.