File tree Expand file tree Collapse file tree 7 files changed +26
-8
lines changed
instrumentation-anthropic Expand file tree Collapse file tree 7 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.13.4] ( https://github.com/traceloop/openllmetry-js/compare/v0.13.3...v0.13.4 ) (2025-06-10)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** anthropic:** upgrade supported version of anthropic SDK ([ #604 ] ( https://github.com/traceloop/openllmetry-js/issues/604 ) ) ([ 1ac8678] ( https://github.com/traceloop/openllmetry-js/commit/1ac8678b269c080eaaa6766e11bac4ace633f3b1 ) )
11
+
6
12
## [ 0.13.3] ( https://github.com/traceloop/openllmetry-js/compare/v0.13.2...v0.13.3 ) (2025-04-29)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
- "version" : " 0.13.3 " ,
3
+ "version" : " 0.13.4 " ,
4
4
"packages" : [" packages/*" ],
5
5
"useNx" : true
6
6
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.13.4] ( https://github.com/traceloop/openllmetry-js/compare/v0.13.3...v0.13.4 ) (2025-06-10)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** anthropic:** upgrade supported version of anthropic SDK ([ #604 ] ( https://github.com/traceloop/openllmetry-js/issues/604 ) ) ([ 1ac8678] ( https://github.com/traceloop/openllmetry-js/commit/1ac8678b269c080eaaa6766e11bac4ace633f3b1 ) )
11
+
6
12
# [ 0.13.0] ( https://github.com/traceloop/openllmetry-js/compare/v0.12.2...v0.13.0 ) (2025-04-22)
7
13
8
14
** Note:** Version bump only for package @traceloop/instrumentation-anthropic
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @traceloop/instrumentation-anthropic" ,
3
- "version" : " 0.13.0 " ,
3
+ "version" : " 0.13.4 " ,
4
4
"description" : " Anthropic Instrumentaion" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.mjs" ,
46
46
},
47
47
"devDependencies" : {
48
48
"@anthropic-ai/sdk" : " ^0.50.4" ,
49
- "@pollyjs/adapter-node-http" : " ^6.0.6" ,
50
49
"@pollyjs/adapter-fetch" : " ^6.0.7" ,
50
+ "@pollyjs/adapter-node-http" : " ^6.0.6" ,
51
51
"@pollyjs/core" : " ^6.0.6" ,
52
52
"@pollyjs/persister-fs" : " ^6.0.6" ,
53
53
"@types/mocha" : " ^10.0.10" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.13.4] ( https://github.com/traceloop/openllmetry-js/compare/v0.13.3...v0.13.4 ) (2025-06-10)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** anthropic:** upgrade supported version of anthropic SDK ([ #604 ] ( https://github.com/traceloop/openllmetry-js/issues/604 ) ) ([ 1ac8678] ( https://github.com/traceloop/openllmetry-js/commit/1ac8678b269c080eaaa6766e11bac4ace633f3b1 ) )
11
+
6
12
## [ 0.13.3] ( https://github.com/traceloop/openllmetry-js/compare/v0.13.2...v0.13.3 ) (2025-04-29)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @traceloop/node-server-sdk" ,
3
- "version" : " 0.13.3 " ,
3
+ "version" : " 0.13.4 " ,
4
4
"description" : " Traceloop Software Development Kit (SDK) for Node.js" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.mjs" ,
38
38
"@opentelemetry/exporter-trace-otlp-proto" : " ^0.56.0" ,
39
39
"@opentelemetry/sdk-node" : " ^0.56.0" ,
40
40
"@traceloop/ai-semantic-conventions" : " ^0.13.0" ,
41
- "@traceloop/instrumentation-anthropic" : " ^0.13.0 " ,
41
+ "@traceloop/instrumentation-anthropic" : " ^0.13.4 " ,
42
42
"@traceloop/instrumentation-azure" : " ^0.13.0" ,
43
43
"@traceloop/instrumentation-bedrock" : " ^0.13.0" ,
44
44
"@traceloop/instrumentation-chromadb" : " ^0.13.0" ,
You can’t perform that action at this time.
0 commit comments