Skip to content

Releases: viant/endly

Release v0.23.0

13 Dec 00:03
Compare
Choose a tag to compare
* 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

Installation
OSX:
wget https://github.com/viant/endly/releases/download/v0.23.0/endly_osx_0.23.0.tar.gz
tar -xvzf endly_osx_0.23.0.tar.gz
cp endly /usr/local/bin/

Linux:
wget https://github.com/viant/endly/releases/download/v0.23.0/endly_linux_0.23.0.tar.gz
tar -xvzf endly_linux_0.23.0.tar.gz
cp endly /usr/local/bin/

Release v0.22.0

08 Dec 04:18
Compare
Choose a tag to compare
* 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

Installation
OSX:
wget https://github.com/viant/endly/releases/download/v0.22.0/endly_osx_0.22.0.tar.gz
tar -xvzf endly_osx_0.22.0.tar.gz
cp endly /usr/local/bin/

Linux:
wget https://github.com/viant/endly/releases/download/v0.22.0/endly_linux_0.22.0.tar.gz
tar -xvzf endly_linux_0.22.0.tar.gz
cp endly /usr/local/bin/

Release v0.21.2

01 Dec 22:02
Compare
Choose a tag to compare
* Refactor async action to run with repeater like a regular action
* Added keySensitive direction (assertly) 
* Added CSVReder common UDF provider
* Updated doc
* Enabled disgnostics with gops with -d switch

Installation
OSX:
wget https://github.com/viant/endly/releases/download/v0.21.2/endly_osx_0.21.2.tar.gz
tar -xvzf endly_osx_0.21.2.tar.gz
cp endly /usr/local/bin/

Linux:
wget https://github.com/viant/endly/releases/download/v0.21.2/endly_linux_0.21.2.tar.gz
tar -xvzf endly_linux_0.21.2.tar.gz
cp endly /usr/local/bin/

Release v0.20.0

26 Nov 06:46
2ee6f51
Compare
Choose a tag to compare
* Added  actions template support for inline workflow action template (neatly tag iterators)
* Added multi-asset support for inline workflow request (neatly like multi-resource loading)
* Added async flag to inline workflow at task level to allow parallel execution
* Patched matching switch case with incompatible types
* Patch assertly validator for nil in expected time validation
* Streamlined SSH execution
* Added regression format option to e2e project generator
* Patched double execution of 'defer' task
* Updated documentation 

OSX:
wget https://github.com/viant/endly/releases/download/v0.20.0/endly_osx_0.20.0.tar.gz
tar -xvzf endly_osx_0.20.0.tar.gz
cp endly /usr/local/bin/

Linux:
wget https://github.com/viant/endly/releases/download/v0.20.0/endly_linux_0.20.0.tar.gz
tar -xvzf endly_linux_0.20.0.tar.gz
cp endly /usr/local/bin/