Releases: terascope/teraslice
Releases · terascope/teraslice
v1.5.0
v1.4.1
v1.4.0
v1.3.1
What's Changed
- Teraslice
data-mate
package- allow adding _meta to ES/OS mapping/template by @lesleydreyer in #3597
Full Changelog: v1.3.0...v1.3.1
v1.3.0
v1.2.1
What's Changed
- Consider node version when calling deleteOlderAssets() in e2e by @busma13 in #3583
- Change s3 store to use terafoundation createClient by @sotojn in #3591
- Bundled deps update by @sotojn in #3593
- add bypass option to skip validation for
_inactive
jobs by @busma13 in #3592 which fixes #3471
Full Changelog: v1.2.0...v1.2.1
v1.2.0
- Adds
caCertificate
option inside of the s3 connector configuration which allows the user to pass in a ca-certificate inside of config instead of reading it from a file. - Deprecates
certLocation
inside of the s3 connector configuration - Updates file-asset-apis from v0.12.2 to v0.13.0
- Adds cross-validation functionality for schemas that now checks for conflicting settings
v1.1.3
What's Changed
- Terafoundation
elasticsearch
connector removal by @jsnoble in #3577 - fix range coercion for infinity by @lesleydreyer in #3580
- remove old elasticsearch from more places by @lesleydreyer in #3581
⚠️ Important Configuration change
As of this release, the elasticsearch
connector type has been removed from the code base and all references to that connector type should be removed from your configurations. Configurations should be using elasticsearch-next
instead. If you do not remove the old connector type the Teraslice master will crash with a log message that includes the following error: TSError: Could not retrieve schema code for: elasticsearch
Full Changelog: v1.1.2...v1.1.3
v1.1.2
v1.1.1
What's Changed
- Update File Assets Api by @sotojn in #3576
- This fixes a TLS bug referenced here: terascope/file-assets#960
- convert teraslice-cli to esm modules by @jsnoble in #3560
- Cli asset fix by @jsnoble in #3566
- migrate docker-compose-js to esm modules by @jsnoble in #3569
- fix error if job finishes before status check by @ciorg in #3570
- Add support for storing assets in S3 by @busma13 in #3563
- add date math support by @lesleydreyer in #3572
Full Changelog: v1.1.0...v1.1.1