Skip to main content

FlowSynx v0.4.0 is now available

· 2 min read
Maintainers

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

Release highlights

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

FlowSynx

  • [ADDED] Add Google Drive storage plugin #53
  • [ADDED] Add Cache to the FlowSynx to load already defined and loaded plugins from Memory instead initialized each time #56
  • [FIXED] Rename showMetadata property to includeMetadata in the list request #42
  • [FIXED] Add additional condition to check both Container and Directory Exist in Azure Blob plugin #44
  • [FIXED] Move logic from Specifications to Initialize for AWS S3 storage plugin #58
  • [ADDED] Add Argument guard for ISerializer during contract object for AWS S3 plugin #59
  • [FIXED] Update FlowSynx packages version to 1.0.0 due to the release new version #64
  • [FIXED] Change access modifier for Path property in StorageNormsInfo #66
  • [FIXED] Move File and Directory filtering to the StorageFilter instead of the implementation in the plugin #37

CSharp-Sdk

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

Share-Components

  • [ADDED] Add Initialize function to the IPlugin interface #6
  • [ADDED] Add Cache in FlowSynx.IO and related UnitTests #7
  • [RELEASED] - New version 1.0.0 released