All Versions
99
Latest Version
Avg Release Cycle
67 days
Latest Release
215 days ago

Changelog History
Page 6

  • v0.28.0 Changes

    January 29, 2019
    * Added direct cli level action call with command line parameters (-run=)
    * Patched nil pointer on trip runner/http:stressTest
    * Added endpoint:http file:// path support
    * Added workflow:setEnv action
    * Added docker:copy
    * Loading new line delimited JSON patched
    * Minor patches
    
  • v0.27.1 Changes

    January 28, 2019
    * Added -j endly cli option to list UDFs
    * Updated init attribute node without prefix  as action attribute
    * Patch storage.copy asset join with source and dest
    
  • v0.27.0 Changes

    January 20, 2019
    * Added gc/* services
    * Refactored and broke compatibility with former ec2/gce services
    * Moved system/docker to system/docker/ssh package    
    
  • v0.26.0 Changes

    January 09, 2019
    * Added endly Route OnRawRequest hook
    * Added aws/* services
    * Refactored aws/ec2 service
    * Added context level Loging for action
    * Minor patches
    
  • v0.25.1 Changes

    January 07, 2019
    * Resolved template variable collision with sub workflow templates
    * Patched non writable map data type mutation
    
  • v0.25.0 Changes

    January 06, 2019
    * Moved msg service to testing/msg package
    * Patched embeded non pointer struct conversion (toolbox)
    * Added firebase, casandra dependency (driver, template) 
    * Added dsunit.CompareRequest to check SQL based data from various db.
    * Added $context.secrets.${key} to expose credential config details like projectID, etc...
    * Add FollowRedirects option to http clinet (viant/toolbox)
    * Patched slice yaml variable conversion
    * Added message grouping
    * Added template tag failure level reporting for sub workflows
    * Stremlined CLI reporter
    
  • v0.24.0 Changes

    December 28, 2018
    * Added smtp endpoint
    * Moved event reporting msg package to model/msg
    * Moved messaging package to msg
    * Enhanced inline workflow node data substitution
    * Migrated e2e example to inline workflows and go 1.11 build
    * Ehnaced muli resource substitution with $argDataX and main yaml resource support
    * Added dataSource customization (response, response.Body) (http/runner:send)
    * Added workflow/default to fallback chain in external resource loading (inline workflow)
    * Patched processing unexported struct field (viant/toolbox)
    * Added QueryEscape udf (viant/toolbox)
    * BQ Streaming insert customization (viant/bgc)
    * Added Expect attribute in Query operation for optional valiation (SQL based validation) (viant/dsunit)   
    * Minor patches
    
  • v0.23.1 Changes

    December 19, 2018
    * Added logging option on abstract node level
    * Patched action tracking for cli execution path reporter  
    * Refactored yaml source kv paris into map for inline workflow action request attributes
    * Data substitution expression patches (toolbox)
    * Moved standard udf from neatly to toolbox/data/udf (neatly)
    * Added Expect attribute to http/runner Request type (data cohesion)
    * Minor patches
    
  • v0.23.0 Changes

    December 12, 2018
    * Added workflow scoped variable ($self.x)
    * Enhanced inline workflow task conversion process (init,post,when)
    * Added Values,Keys,IndexOf udf (neatly)
    * Enhanced multi parameters UDF call expression syntax (toolbox)
    * Renamed and moved pubsub service to messaging
    * Added AssertPath directive (assertly)
    
  • v0.22.0 Changes

    December 05, 2018
    * Refactored/streamlined expression parser
    * Added basic arithmetic support
    * Added workflow params and data to worklow state dedicated bucket
    * Enhanced criteria parser to work with UDF expression
    * Renamed ShareStateMode to ShareState on workflow:run request
    * Removed setting ShareState by inline workflow by default
    * Added elapsed time helper $elapsedToday.locale i.e. : ${elapsedToday.UTC}  
    * Added remianing time helper $remainingToday.locale i.e. : ${remainingToday.UTC}
    * Patched/refactored variable loading