Releases: terascope/teraslice
Releases · terascope/teraslice
v0.54.7 - add optional performance metrics
Merge pull request #1301 from terascope/add-more-metrics v0.54.7 Add performance metrics
v0.54.6 - elasticsearch 7 support and misc fixes
Merge pull request #1294 from terascope/dependabot/npm_and_yarn/query…
v0.54.5 - fix promise usage for node 8
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
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
Fixing S3 connector ssl options
v0.54.2 - fix kafka and s3 connector
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
Merge pull request #1277 from terascope/dependabot/npm_and_yarn/aweso…
v0.54.0
Fixes to elasticsearch stability
v0.53.3 - fix unhandled rejection and improved errors
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
Merge pull request #1168 from terascope/fix-job-components v0.53.2 - Fix job components