Skip to content

Releases: terascope/teraslice

v0.54.7 - add optional performance metrics

05 Aug 21:13
695a6df
Compare
Choose a tag to compare
Merge pull request #1301 from terascope/add-more-metrics

v0.54.7 Add performance metrics

v0.54.6 - elasticsearch 7 support and misc fixes

05 Aug 14:31
8d4e8c0
Compare
Choose a tag to compare
Merge pull request #1294 from terascope/dependabot/npm_and_yarn/query…

v0.54.5 - fix promise usage for node 8

01 Aug 20:39
Compare
Choose a tag to compare
Pre-release
v0.54.5 Fix node 8 promise compatibility (#1291)

* Update docker-compose-js docs

* Change cluster services to be less dependent on bluebird

* Add pRace function to promises utils

* Fix build cleanup

* Convert assets storage to async await vs bluebird to avoid node 8 compatibility

* Update worker-shutdown to avoid using bluebird when possible

* Update to spec to avoid using bluebird specific APIs when possible

* Improvements to autoloading assets and race conditions when multiple nodes come up immediately.

* bump packages

* make linting errors not fail the build

* Fixes to asset loading

v0.54.4 - improved ping timeout

31 Jul 18:34
c42afff
Compare
Choose a tag to compare
Pre-release
Merge pull request #1287 from terascope/set-ping-timeout

v0.54.4 use the worker_disconnect_timeout to increase the ping timeout

v0.54.3

30 Jul 19:31
9de3063
Compare
Choose a tag to compare

Fixing S3 connector ssl options

v0.54.2 - fix kafka and s3 connector

29 Jul 22:55
b38295c
Compare
Choose a tag to compare
Pre-release
Merge pull request #1278 from terascope/add-more-s3-connector-options

added more s3 connector options and bumped kafka asset version

v0.54.1 - add s3 connector

29 Jul 13:44
f354ee6
Compare
Choose a tag to compare
Pre-release
Merge pull request #1277 from terascope/dependabot/npm_and_yarn/aweso…

v0.54.0

18 Jul 18:16
384f25c
Compare
Choose a tag to compare
v0.54.0 Pre-release
Pre-release

Fixes to elasticsearch stability

v0.53.3 - fix unhandled rejection and improved errors

11 Jul 23:58
Compare
Choose a tag to compare
v0.53.3 - Fix unhandledRejection and improved error logging (#1220)

* Fix unhandledRejection from elasticsearch-api

* Better error handling in pRetry and logging

* bump packages

v0.53.2

27 Jun 22:42
5a0af3a
Compare
Choose a tag to compare
v0.53.2 Pre-release
Pre-release
Merge pull request #1168 from terascope/fix-job-components

v0.53.2 - Fix job components