Skip to main content

FlowSynx v0.4.1 is now available

· 2 min read
Maintainers

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

Release highlights

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

FlowSynx

  • [ADDED] Add In Memory Storage plugin #5
  • [ADDED] Add API endpoint to list logs #73
  • [FIXED] Change nullable string value to string in Specifications class of plugins #67 #68 #69 #70
  • [FIXED] Change plugin details from get to post and change getting by id to getting plugin by type #76
  • [FIXED] Change Plugins list from Get to Post method in Api endpoint #79
  • [ADDED] Move Taking Max result from plugins to the StorageFilter #80
  • [FIXED] Add ability to return max result from percentage #77
  • [FIXED] Change Config Details http method from Get to Post #84
  • [FIXED] Add file and directory checkers for plugins #86
  • [FIXED] Update FlowSynx packages to the version 1.2.3 #87

Flowctl

  • [FIXED] Add EscapeMarkup() to the Witten string to avoid exception of Spectre.Console about brackets #46
  • [FIXED] Add command to handle and adapt new API endpoint about Logs #40
  • [FIXED] Move dashboard version from version command to the dashboard command #42
  • [FIXED] Update FlowSynx packages to version 1.2.2 #48
  • [FIXED] Update FlowSynx.Client to the version 0.2.7 #49
  • [FIXED] Change PluginDetails Command option from Id to the Type and other related changes #50
  • [FIXED] Correct the Formatter for table to display the list object properly #51
  • [FIXED] Rename the launchSettings project name to the FlowCtl #52
  • [FIXED] Add ability to stop dashboard to the Stop command #53

Dashboard

  • [FIXED] Update FlowSynx.Client to the version 0.2.7 #6

C# Sdk

  • [ADDED] Add Logs endpoint to the SDK #3
  • [FIXED] Change the Plugin Details and list from Get to Post method #5
  • [FIXED] Change PluginDetailsRequest Id property to the Type as well as data type to string #6
  • [FIXED] Change ConfigDetails http method from get to post #7
  • [FIXED] Add PluginDetailsSpecification to the PluginDetails response object #8
  • [FIXED] Change ConfigDetails http method from Get to Post #9

Share-Components

  • [ADDED] Add InMemory LogProvider #8
  • [ADDED] Add percent parser #10
  • [FIXED] Change MaxResult datatype from int to string in order to accept string #9