diff --git a/src/changelog/2024/10/images/snapshot-download--with-options.png b/src/changelog/2024/10/images/snapshot-download--with-options.png new file mode 100644 index 0000000000..7ceeb1c524 Binary files /dev/null and b/src/changelog/2024/10/images/snapshot-download--with-options.png differ diff --git a/src/changelog/2024/10/images/snapshot-upload--with-options.png b/src/changelog/2024/10/images/snapshot-upload--with-options.png new file mode 100644 index 0000000000..cf91fd879e Binary files /dev/null and b/src/changelog/2024/10/images/snapshot-upload--with-options.png differ diff --git a/src/changelog/2024/10/snapshot-download-upload-options.md b/src/changelog/2024/10/snapshot-download-upload-options.md new file mode 100644 index 0000000000..3f24d031d0 --- /dev/null +++ b/src/changelog/2024/10/snapshot-download-upload-options.md @@ -0,0 +1,34 @@ +--- +title: Snapshot Upload and Download Improvements +description: "Components of a what to include in a snapshot can now be selected." +date: 2024-10-04 13:00:00.0 + +authors: ["stephen-mclaughlin"] +tags: + - changelog +--- + +We have added the ability to select which components of a snapshot you want to keep when downloading or uploading a snapshot. + +The options available are: +* Flows: Include the flows of the snapshot +* Credentials: Include the credentials of the snapshots flows +* Environment Variables + * Keys and Values: Include the keys and values of the environment variables + * Keys Only: Include only the keys of the environment variables + + +![Screenshot showing snapshot download component options](images/snapshot-download--with-options.png){data-zoomable} +_Screenshot showing snapshot download component options_ + + +![Screenshot showing snapshot upload component options](images/snapshot-upload--with-options.png){data-zoomable} +_Screenshot showing snapshot upload component options_ + + +This feature can help you be specific about what you want to include in a downloaded snapshot. This is especially useful when +you want to share a snapshot with others, but don't want to include sensitive information like credentials. Also, +when you receive a snapshot that needs importing into a different FlowFuse platform or team, you can can now be selective +about what to keep and what to exclude. + +See the [Snapshots](https://flowfuse.com/docs/user/snapshots) documentation for more information.