Skip to content

Releases: terascope/teraslice

v0.37.0

03 Jul 19:27
17cce93
Compare
Choose a tag to compare
v0.37.0 Pre-release
Pre-release

This release contains the following changes

  • Changed the order that operations are loaded, assets will now override teraslice code: #749
  • Fixes the way job property defaults are handled: #737
  • Fixes multiple slicer issue: #730

v0.36.5

14 Jun 20:29
b5063ec
Compare
Choose a tag to compare
v0.36.5 Pre-release
Pre-release
Merge pull request #736 from terascope/v0.36.5

v0.36.5 change asset hostname to use 127.0.0.1

v0.36.4 Engine and messages fixes

12 Jun 21:30
41c4c88
Compare
Choose a tag to compare
Pre-release
  • Fixed Travis Github Release deploy
  • Updated dependencies to use the NPM version of a few our dependencies
  • Fixed issue in messaging.js that could potentially double subscribe to events and rooms
  • Fixed issue in engine.js that could prevent workers from being removed from the queue on network disconnect

v0.36.3 improved test consistency, automation and fixed several small issues

11 Jun 20:20
Compare
Choose a tag to compare

improved test consistency, automation and fixed several small issues.

Merge pull request #725 from terascope/v0.36.2-prerelease

07 Jun 20:36
9ba3694
Compare
Choose a tag to compare

Worker will return slice if over allocated

v0.36.1 bug fixes, test improvements and automation (#721)

07 Jun 20:26
Compare
Choose a tag to compare
  • 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

21 May 18:17
160d1de
Compare
Choose a tag to compare
Release 0.36.0 Pre-release
Pre-release

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

03 May 23:04
c49826e
Compare
Choose a tag to compare
Update to v0.35.0 Pre-release
Pre-release

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

03 May 20:49
Compare
Choose a tag to compare
v0.34.0 Pre-release
Pre-release

Allow stop to bypass saftey check, resolves #697 (#699)

v0.33.0

24 Apr 23:45
b52384c
Compare
Choose a tag to compare
v0.33.0 Pre-release
Pre-release
  • 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)