teraslice 3.2.0 → 3.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -41,7 +41,7 @@ describe('S3 backend test', () => {
41
41
  connection: 'default',
42
42
  bucket: 'Invalid-Bucket-Name@'
43
43
  });
44
- await expect(s3Backend.initialize()).rejects.toThrow('Bucket name does not follow S3 naming rules: The specified bucket is not valid.');
44
+ await expect(s3Backend.initialize()).rejects.toThrow('Bucket name does not follow S3 naming rules: InvalidBucketName');
45
45
  });
46
46
  });
47
47
  describe('->verifyClient', () => {
@@ -80,8 +80,7 @@ const newSysConfig = (options) => {
80
80
  'elasticsearch-next': {
81
81
  default: {
82
82
  node: [SEARCH_TEST_HOST],
83
- requestTimeout: timeout,
84
- deadTimeout: timeout
83
+ requestTimeout: timeout
85
84
  }
86
85
  }
87
86
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "teraslice",
3
3
  "displayName": "Teraslice",
4
- "version": "3.2.0",
4
+ "version": "3.2.1",
5
5
  "description": "Distributed computing platform for processing JSON data",
6
6
  "homepage": "https://github.com/terascope/teraslice#readme",
7
7
  "bugs": {
@@ -39,12 +39,12 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@kubernetes/client-node": "~1.4.0",
42
- "@terascope/core-utils": "~2.0.6",
43
- "@terascope/elasticsearch-api": "~5.0.6",
44
- "@terascope/file-asset-apis": "~2.0.0",
45
- "@terascope/job-components": "~2.0.6",
46
- "@terascope/teraslice-messaging": "~2.0.6",
47
- "@terascope/types": "~2.0.3",
42
+ "@terascope/core-utils": "~2.1.0",
43
+ "@terascope/elasticsearch-api": "~5.1.0",
44
+ "@terascope/file-asset-apis": "~2.0.1",
45
+ "@terascope/job-components": "~2.1.0",
46
+ "@terascope/teraslice-messaging": "~2.1.0",
47
+ "@terascope/types": "~2.1.0",
48
48
  "async-mutex": "~0.5.0",
49
49
  "barbe": "~3.0.17",
50
50
  "body-parser": "~2.2.2",
@@ -62,12 +62,12 @@
62
62
  "semver": "~7.7.3",
63
63
  "socket.io": "~4.8.3",
64
64
  "socket.io-client": "~4.8.3",
65
- "terafoundation": "~2.0.7",
66
- "terafoundation_kafka_connector": "~2.0.0",
65
+ "terafoundation": "~2.1.0",
66
+ "terafoundation_kafka_connector": "~2.0.1",
67
67
  "uuid": "~13.0.0"
68
68
  },
69
69
  "devDependencies": {
70
- "@terascope/opensearch-client": "~2.0.6",
70
+ "@terascope/opensearch-client": "~2.1.0",
71
71
  "@types/archiver": "~7.0.0",
72
72
  "@types/body-parser": "~1.19.6",
73
73
  "@types/decompress": "~4.2.7",