Skip to content

Releases: terascope/teraslice

v0.43.3

09 Nov 23:47
fcb1326
Compare
Choose a tag to compare

This release includes the following changes:

v0.43.2

08 Nov 21:17
4cdc50d
Compare
Choose a tag to compare
v0.43.2 Pre-release
Pre-release
  • Fix DataEntity type error handling
  • Fix Stdout Processor

v0.43.1

01 Nov 22:04
adfb3f4
Compare
Choose a tag to compare
v0.43.1 Pre-release
Pre-release
  • Fix issue with detecting DataEntities, which prevented some asset bundles from working right
  • Add support for autoloading assets

v0.43.0

31 Oct 22:01
c39e906
Compare
Choose a tag to compare
v0.43.0 Pre-release
Pre-release

This release of Teraslice includes the following:

  • Introduction of new Job API and backwards compatible shim for old style processors. It is possible that some old style processor fail to work, but most known use cases have been tested.
  • Cluster info is now accessible on the root URL #862
  • Cluster stats API endpoint now prometheus compatible #861

v0.42.3

15 Oct 17:55
2793da2
Compare
Choose a tag to compare
v0.42.3 Pre-release
Pre-release

This release includes the following improvements:

  • Improved execution controller performance and reduced memory leaks

Bump packages for latest changes

04 Oct 14:37
edd20c0
Compare
Choose a tag to compare
Pre-release
  • Bump packages for latest changes, see #845
  • Update job-components to match the latest changes of teraslice

v0.42.1

03 Oct 22:59
ab6732c
Compare
Choose a tag to compare
v0.42.1 Pre-release
Pre-release

This release includes the following improvements:

  • Execution Controller memory leak fixes
  • Execution Controller performance improvements
  • #841 - failed k8s deployments should set _failureReason on ex
  • #827 - add clusterName constraint - elasticsearch_Name format

v0.42.0

26 Sep 21:28
540dccb
Compare
Choose a tag to compare
v0.42.0 Pre-release
Pre-release

This release includes the following things:

  • Fixed k8s issues:
    • #830 - eliminate image pull secret warnings
    • #824 - allow two clusters to run in same namespace
    • #817 - max-old-space-size driven by job memory setting
    • #811 - asset volume is configurable at the cluster level
  • #837 - Average slicer analytics to reduce execution_controller memory footprint

v0.41.4

21 Sep 20:17
f7e6b36
Compare
Choose a tag to compare
v0.41.4 Pre-release
Pre-release

Improvements included in this release:

  • Fixed memory leak in worker process

v0.41.3

21 Sep 00:56
f9696ec
Compare
Choose a tag to compare
v0.41.3 Pre-release
Pre-release

This release includes the following improvements:

  • Fixed memory leaks in execution_controller and worker
  • General memory usage improvements