Skip to content

v0.35.5 - Pagination helper & many improvements

Compare
Choose a tag to compare
@bastienbeurier bastienbeurier released this 24 Oct 09:22
· 1126 commits to master since this release
93cd819

✨ New Features

# Title Issue/PR Description
1 Pagination helper #856 Script the pagination code in your custom integration scripts.
2 Faster Activity tab #1121 It took a long time to load with significant traffic, now 10x faster.
3 Records filtering #1170 Filter records by created/updated/deleted
4 Auth modal close #571 The auth modal returns an error when the end-user interrupts the auth flow.
5 Sync run time #991 The dashboard now shows script run time (latest run + 30d accumulated runs)
6 Sync status endpoint #1081 Get the status of a sync (running, success, failure, paused)
7 Actions improvements #1091 #1156 #1025 Better logging & error reporting for actions
8 List syncs & actions #1120, #1109 Endpoint to return available syncs & actions
9 Webhook improvement #1134 Option to send a webhook when syncs complete without delta (enable in Project Settings)
10 Integration details #1072 Specify details about your integrations (required scopes, etc.)
11 Frontend SDK improvement #1154 The Frontend SDK now exports AuthError and AuthResult.
12 Unauthenticated integrations #1014 Added support for integrations that do not require authentication (e.g. scrapping).

🔌 New APIs & Integrations

# Issue/PR Description
1 #1139 Gong API
2 #1146 Sendgrid API
3 #1071 GitHub Apps
4 #1065 Hubspot Knowledge Base integration
5 #1069 Salesforce Service Cloud Ticket integration

🐞 Bug Fixes

# Issue/PR Description
1 #693 Some APIs returned encoded responses.
2 #1094 Track deletes problem.
3 #1104 Fix npm audit warnings.
4 #1110 Connection creation form doesn't expose dynamic fields.
5 #1138 Activity log deep linking doesn't work.