Skip to content

v0.28.1 - Multiple users & per-record added/updated metadata

Compare
Choose a tag to compare
@rguldener rguldener released this 11 Aug 14:36
· 1997 commits to master since this release

🚨 Breaking changes

Title Issue/PR Description
1 UPCOMING: nango.batchSend is deprecated #764 Use batchSave instead (drop-in replacement). batchSend will be removed with a future release.
2 UPCOMING: returning data at the end of fetchData is deprecated #764 Use await batchSave() instead. See Sync data guide.
3 Two parameters changed in /sync/records REST API #893 The recently introduced sortBy parameter is now sort_by and the values have also changed to snake case. See docs

Please reach out if you need help migrating your Sync scripts!

✨ New features

Title Issue/PR Description
1 Multiple users in same account #874 On Nango Cloud you can now collaborate with multiple users on the same account
2 Get per-record metadata #893 Nango can now tell you per record which have been added or updated with the last sync. See docs for details
3 Request retries on timeouts #907 The nango proxy now automatically retries requests that time out (respecting the retries you set)
4 Request retries on network issues #887 The nango proxy now automatically retries requests that experience network issues (respecting the retries you set)
5 Trigger individual one-off syncs #891 When triggering syncs for one-off runs with the API or SDK, you can now specify which syncs should run (see docs)
6 Types for metadata #898 You can now type your metadata for better type safety

🐞 Bug fixes

Issue/PR Description
1 #908 Fixed a bug with connection configs not being properly inserted
2 #896 Fixed an issue where sometimes an incremental sync would start, even if an initial sync had not yet finished
3 #902 Fixed a small bug which could cause sync scripts compilation to fail unnecessarily