Skip to main content

FlowSynx v0.3.2 is now available

· 2 min read
Maintainers

We are super excited to announce the latest release of FlowSynx, v0.3.2! This post covers the highlights of the new features and enhancements in FlowSynx v0.3.2.

Release highlights

If you’re new to FlowSynx, familiarize yourself by visiting the getting started page.

FlowSynx

  • [ADDED] Add Amazon S3 storage plugin #28
  • [FIXED] Correcting Md5 hash value for Google cloud storage plugin #34
  • [FIXED] Change Google cloud storage name and delete storage word from the end of the name #35
  • [FIXED] Move File and Directory filtering to the StorageFilter instead of the implementation in the plugin #37 #38 #39 #40 #41
  • [FIXED] Rename ShowMetadata property to the IncludeMetadata in the list request #42
  • [FIXED] Add additional condition to check both Container and Directory Exist in Azure Blob plugi #44
  • [FIXED] Add StorageMetadataOptions to the StorageService and refactoring some related code #45
  • [FIXED] Update FlowSynx packages to 0.9.1 for FlowSynx project as well as other plugins to adopt new changes regarding updated IStoragePlugin interface #46 #47 #48 #49 #50 #51
  • [FIXED] Update README file #31

FlowCtl

  • [FIXED] Open dashboard in web browser when user running dashboard command #19
  • [FIXED] Rename property ShowMetadata to the IncludeMetadata Storage List command as well as update FlowSynx.Client version #35

CSharp-Sdk

  • [FIXED] Rename property ShowMetadata to the IncludeMetadata in the storage ListRequest #2
  • [RELEASED] - New version 0.2.0 released

Share-Components

  • [FIXED] Add StorageMetadataOptions to the FlowSynx.Plugin.Storage project in order to handle the IncludeMetadata property #3
  • [FIXED] Add unit tests for FlowSynx.IO project #4
  • [FIXED] Add unit tests for the FlowSynx.Plugin.Storage project #5
  • [RELEASED] - New version 0.9.1 released