Releases: terascope/teraslice
Releases · terascope/teraslice
Merge pull request #725 from terascope/v0.36.2-prerelease
Worker will return slice if over allocated
v0.36.1 bug fixes, test improvements and automation (#721)
- Automate npm publish and linting fixes
- Updated travis.yml and package.json
- One Dockefile to rule them all and fixed tests
- v0.36.1 bug fixes, test improvements and automation
Release 0.36.0
This release includes the following improvements:
- Upgraded dependencies and code to be compatible with Node 8 #645
- Introducing API versioning #702
- Added JSON API endpoint for assets
- Improved handling of failing processor #706
Update to v0.35.0
This is release is the same as v0.34.0 except the version is properly updated in the package.json
Effective Changes:
Allow stop to bypass saftey check, resolves #697 (#699)
v0.34.0
Allow stop to bypass saftey check, resolves #697 (#699)
v0.33.0
- fixed cross cluster searching resolves #692 (#693)
- improved error handling on asset store to not crash cluster master, improve http error responses resolves #694 (#695)
v0.32.0
Minor fix to cluster_master needed for k8s clustering development. Otherwise this is no different from v0.31.0
.
v0.31.0
- added slicer recursing event for id_slicer resolves #611
- added better error messages to incorrect date_field settings resolves (#685)
- fixed assets bug (#684)
- fixed formatting and slicer expansion bug resolves #680
- testing improvements - (#679)
v0.30.0
Includes:
- Execution fix (#676)
- Fixed message passing to asset loader resolves #670 (#671)
- Changed backend mappings to be ES 6 compatible (#673)
v0.29.0
This resolves the following issues
- Slicer refactor (#641)
- Fixed update to save unparse job config resolves #634 (#651)
- Fixed slicer analytics bug resolves #657 (#658)
- Updated test code to refelct slice api changes resolves #663 (#664)
- Fixed ex/ex_id/slicer api endpoint error resolves #660 (#662)
- Allow slices to be sent to specific workers resolves #624 (#653)
- Persistent jobs can return to running resolves #654 (#655)
- Worker refactor (#661)
- Slicer endpoint should not hang on new slicer creation resolves #659 … (#667)