Releases: terascope/teraslice
Releases · terascope/teraslice
v0.43.3
This release includes the following changes:
v0.43.2
- Fix DataEntity type error handling
- Fix Stdout Processor
v0.43.1
- Fix issue with detecting DataEntities, which prevented some asset bundles from working right
- Add support for autoloading assets
v0.43.0
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
This release includes the following improvements:
- Improved execution controller performance and reduced memory leaks
Bump packages for latest changes
- Bump packages for latest changes, see #845
- Update
job-components
to match the latest changes of teraslice
v0.42.1
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
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
Improvements included in this release:
- Fixed memory leak in worker process
v0.41.3
This release includes the following improvements:
- Fixed memory leaks in execution_controller and worker
- General memory usage improvements