0.6.0 (2018-10-15)
Implemented enhancements:
- Environment Workflow should be general function environment #168
- Support 'output'-field #48
- Implement metric support #6
Fixed bugs:
- 0.5.0 appears to break Fission function input #172
- The namespace of workflow environment can not be configured #160
- Fix evaluation queue implementation #148
Closed issues:
- Data streams and repository access via Fission? #202
- api docs #186
- Remove wfcli, move workflow functionality to fission CLI #68
Merged pull requests:
- Graceful stopping of controller #224 (erwinvaneyk)
- Improved opentracing support #222 (erwinvaneyk)
- Extract environment proxy #221 (erwinvaneyk)
- Bumped Fission dependency to 0.11.0 #220 (erwinvaneyk)
- Added initial makefile #219 (erwinvaneyk)
- Formalize typedvalues implementation #218 (erwinvaneyk)
- Add AddTask as an endpoint #217 (erwinvaneyk)
- Add LRU and loading caches #215 (erwinvaneyk)
- Bump Fission references to 0.10.0 #214 (erwinvaneyk)
- Minor CLI improvements #213 (erwinvaneyk)
- Force k8s object removal in e2e cleanup #212 (erwinvaneyk)
- Generate event type identifiers #211 (erwinvaneyk)
- Added invocation and workflow stores for typed entity retrieval #210 (erwinvaneyk)
- Constrain memory usage in the in-memory backend #209 (erwinvaneyk)
- Revert "improve mechanism inside invocation rule" #208 (erwinvaneyk)
- HTTP Runtime #207 (erwinvaneyk)
- improve mechanism inside invocation rule #206 (xiekeyang)
- Remove RuleHasCompleted structure #199 (xiekeyang)
- Support output transformations #194 (erwinvaneyk)
- Add support for jsonpb-encoded workflow specs #193 (erwinvaneyk)
- Add workqueue to Invocation Controller #192 (xiekeyang)
- Opentracing Support #185 (erwinvaneyk)
- close response body #182 (xiekeyang)
- Fix HTTP handler of health checking #181 (xiekeyang)
- Event structuring #179 (erwinvaneyk)
- Propagate HTTP invocation context #177 (erwinvaneyk)
- Parse and Resolve the Namespace of Fission function #176 (xiekeyang)
- Added environment as a kubernetes resource definition #175 (erwinvaneyk)
- Update compiling instructions and rename potential conflicting wfcli directory #171 (erwinvaneyk)
- Parallelize task executions #170 (erwinvaneyk)
- Use priority queue instead of queue #167 (erwinvaneyk)
- Updated Fission dependency to 0.9.1 #166 (erwinvaneyk)
- add configurable runtime parameters to chart #165 (xiekeyang)
- Make CLI compatible with Fission CLI plugin interface #158 (erwinvaneyk)