Releases: terascope/teraslice
Releases · terascope/teraslice
v0.53.1
Fix/improvements to the way operation apis are loaded
v0.53.0
This release contains no major changes
v0.52.0 - add flush on shutdown support
Merge pull request #1104 from terascope/release-v0.52.0 Release (v0.52.0)
v0.51.0
v0.50.0
This release contains the following improvements:
- Kubernetes Related
- #933 - Update to Nodejs 10
- #1031 - Remove write refresh when updating state and analytics indices
More details can be found in the v0.50.0
Milestone
v0.49.0 - Improved Error Handling and Stability Improvements
remove rc1 from the teraslice package.json
v0.48.1
This release includes dependency updates
v0.48.0
Update webhdfs to 1.0.0
v0.47.0 - [BREAKING CHANGE]
[BREAKING CHANGE] - remove builtin elasticsearch and kafka assets
v0.46.2
- Fix Execution Watch Dog
- Add the ability for a slice retry to "fail loudly" by setting
error.fatalError = true
whenonSliceRetry
is called. - Avoid marking a slice as "failed" when the state update to "complete" fails
- Avoid the worker's availability getting out-of-sync with the Execution Controller by resending the availability message every 60 seconds when no slices have received on a worker.
- Fix
worker_id
in logger - Fix bunyan piping error but it still exits early
- Fix stop issue when shutting execution controller takes a very long time