Skip to content

Releases: terascope/teraslice

v0.53.1

26 Jun 22:14
3c08295
Compare
Choose a tag to compare
v0.53.1 Pre-release
Pre-release

Fix/improvements to the way operation apis are loaded

v0.53.0

26 Jun 14:13
cb0254d
Compare
Choose a tag to compare
v0.53.0 Pre-release
Pre-release

This release contains no major changes

v0.52.0 - add flush on shutdown support

23 May 19:52
d10cd79
Compare
Choose a tag to compare
Merge pull request #1104 from terascope/release-v0.52.0

Release (v0.52.0)

v0.51.0

05 Apr 17:48
846cd7e
Compare
Choose a tag to compare

The following changes to Teraslice were made in this release:

  • #1055 - Improved job targets to support more k8s targeting options.

v0.50.0

12 Mar 21:07
badb3a6
Compare
Choose a tag to compare

This release contains the following improvements:

  • Kubernetes Related
    • #914 - Ability to set default cpu and memory cluster wide
    • #918 - Rename Teraslice Worker and Execution Deployments/pods/etc
    • #981 - Improve information in Teraslice cluster state
    • #1002 - Jobs can specify the teraslice image to run
    • #1032 - Update kubernetes-client library
  • #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

01 Feb 20:34
961a503
Compare
Choose a tag to compare
remove rc1 from the teraslice package.json

v0.48.1

22 Jan 15:06
6b6f933
Compare
Choose a tag to compare
v0.48.1 Pre-release
Pre-release

This release includes dependency updates

v0.48.0

17 Jan 01:04
e08c7de
Compare
Choose a tag to compare
v0.48.0 Pre-release
Pre-release

Update webhdfs to 1.0.0

v0.47.0 - [BREAKING CHANGE]

15 Jan 20:01
0647979
Compare
Choose a tag to compare
Pre-release

[BREAKING CHANGE] - remove builtin elasticsearch and kafka assets

v0.46.2

14 Jan 18:20
f038089
Compare
Choose a tag to compare
v0.46.2 Pre-release
Pre-release
  • Fix Execution Watch Dog
  • Add the ability for a slice retry to "fail loudly" by setting error.fatalError = true when onSliceRetry 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