8.5.0 - Rebuilt binary attachment downloads
What's new
Binary attachment downloads, rebuilt
The old attachment download flow often required a page refresh to work correctly. The whole flow is rebuilt:
- Web: downloads are more reliable and no longer require a page refresh.
- Desktop: downloads run in the background and write straight to disk, with a progress notification.
- Extension: zips are built and saved in one step, which is the only option available in that environment.
StaticResource export
StaticResource joins Attachment, ContentVersion, and Document as a supported object for binary export.
Fewer footguns
Previously you had to make sure your query included specific fields. Jetstream now re-queries the records to fetch whatever fields the download needs, so any query works.
Multiple downloads at once
You can now run multiple attachment downloads at the same time.