@opentelemetry/instrumentation-cassandra-driver 0.53.0 → 0.54.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.
package/README.md CHANGED
@@ -44,7 +44,7 @@ await client.execute('select * from foo');
44
44
  ### Instrumentation options
45
45
 
46
46
  | Option | Type | Default | Description |
47
- |-----------------------------|--------------------------------------------------|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
47
+ | --------------------------- | ------------------------------------------------ | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
48
48
  | `enhancedDatabaseReporting` | `boolean` | `false` | Whether to include database queries with spans. These can contain sensitive information when using unescaped parameters - i.e. `insert into persons (name) values ('Bob')` instead of `insert into persons (name) values (?)`. |
49
49
  | `responseHook` | `CassandraDriverResponseCustomAttributeFunction` | `undefined` | Hook for adding custom attributes before response is handled |
50
50
  | `maxQueryLength` | `number` | `65536` | If `enhancedDatabaseReporting` is enabled, limits the attached query strings to this length. |
@@ -1,3 +1,3 @@
1
- export declare const PACKAGE_VERSION = "0.53.0";
1
+ export declare const PACKAGE_VERSION = "0.54.1";
2
2
  export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-cassandra-driver";
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -17,6 +17,6 @@
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  exports.PACKAGE_NAME = exports.PACKAGE_VERSION = void 0;
19
19
  // this is autogenerated file, see scripts/version-update.js
20
- exports.PACKAGE_VERSION = '0.53.0';
20
+ exports.PACKAGE_VERSION = '0.54.1';
21
21
  exports.PACKAGE_NAME = '@opentelemetry/instrumentation-cassandra-driver';
22
22
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH,4DAA4D;AAC/C,QAAA,eAAe,GAAG,QAAQ,CAAC;AAC3B,QAAA,YAAY,GAAG,iDAAiD,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n// this is autogenerated file, see scripts/version-update.js\nexport const PACKAGE_VERSION = '0.53.0';\nexport const PACKAGE_NAME = '@opentelemetry/instrumentation-cassandra-driver';\n"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH,4DAA4D;AAC/C,QAAA,eAAe,GAAG,QAAQ,CAAC;AAC3B,QAAA,YAAY,GAAG,iDAAiD,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n// this is autogenerated file, see scripts/version-update.js\nexport const PACKAGE_VERSION = '0.54.1';\nexport const PACKAGE_NAME = '@opentelemetry/instrumentation-cassandra-driver';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentelemetry/instrumentation-cassandra-driver",
3
- "version": "0.53.0",
3
+ "version": "0.54.1",
4
4
  "description": "OpenTelemetry instrumentation for `cassandra-driver` database client library for Apache Cassandra",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/src/index.d.ts",
@@ -52,24 +52,15 @@
52
52
  "devDependencies": {
53
53
  "@opentelemetry/api": "^1.3.0",
54
54
  "@opentelemetry/context-async-hooks": "^2.0.0",
55
- "@opentelemetry/contrib-test-utils": "^0.54.0",
55
+ "@opentelemetry/contrib-test-utils": "^0.56.0",
56
56
  "@opentelemetry/sdk-trace-base": "^2.0.0",
57
57
  "@opentelemetry/sdk-trace-node": "^2.0.0",
58
- "@opentelemetry/semantic-conventions": "^1.27.0",
59
- "@types/mocha": "10.0.10",
60
- "@types/node": "18.18.14",
61
- "@types/semver": "7.5.8",
62
- "@types/sinon": "17.0.4",
63
- "cassandra-driver": "4.6.4",
64
- "cross-env": "7.0.3",
65
- "nyc": "17.1.0",
66
- "rimraf": "5.0.10",
67
- "sinon": "15.2.0",
68
- "typescript": "5.0.4"
58
+ "@opentelemetry/semantic-conventions": "^1.37.0",
59
+ "cassandra-driver": "4.6.4"
69
60
  },
70
61
  "dependencies": {
71
- "@opentelemetry/instrumentation": "^0.207.0"
62
+ "@opentelemetry/instrumentation": "^0.208.0"
72
63
  },
73
64
  "homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-cassandra-driver#readme",
74
- "gitHead": "2801ab2f0f9243b154a624298dacb7228c4f70cd"
65
+ "gitHead": "66935ac724cc271f70028035e534d47a4dfbcf12"
75
66
  }