This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
Release 0.16.4
Highlights
- Expanded Streamlet API
- Bug Fixes
Release Notes
- Fix the correct python package for building heronpy (#2493)
- Add gflags to cpp instance to get rid of positional arguments (#2491)
- Make stmgr and tmaster use gflags. This removes the ugly positional arguments (#2490)
- Make Streamlets and KVStreamets independent of each other (#2487)
- Add flags to the heron executor. (#2463)
- Python Instance now takes key/value based arguments (#2489)
- validate topology before submitting (#2483)
- remove unnecessary import statement (#2488)
- Add dual license to api files (#2435)
- Updated the workspace after we upgraded to newer requests (#2486)
- Acking topologies for Java documentation (#2485)
- Kill both containers when zombie host happens (#2480)
- Removed dependency on psutil since its not manylinux compliant (#2479)
- Update k8s/GKE docs for multiple storage systems (#2478)
- Documentation for the Prometheus metrics sink (#2457)
- Update python requests version (#2456)
- changing commandline arguments to be passed in a key value fashion (#2471)
- fix bugs and simplifying join API (#2476)
- Make cli python3 compliant (#2475)
- Add gcp bookkeeper deploy file. (#2477)
- Heron on Kubernetes docs (#2444)
- fixing bugs in python streamlet join (#2474)
- Change logging interface to accept ostringstream to be outputted to log (#2469)
- Clear bookkeeper data, when redeploying minikube (#2466)
- Guard empty execute state (#2453)
- bump version (#2470)
- Added a CPP example topology (#2465)
- Make container ram padding configurable for round robin packing. (#2464)
- rename link in TOC (#2467)
- Documentation for the Scribe metrics sink (#2459)
- Added cli/scheduler support for submitting/launching cpp topologies (#2462)
- add prometheus-sinks configs to the remaining base templates (#2458)
- Added tests for cpp api (#2461)
- Enforce Memory limit for Python Instance (#2460)
- Heron C++ Instance (#2449)
- Rename "DSL" to "Streamlet API" (#2424)
- Heron API server documentation (#2405)
- add heron config section (#2417)