Releases: langchain-ai/langsmith-sdk
Releases · langchain-ai/langsmith-sdk
v0.1.139rc2
v0.1.139
What's Changed
- Skip model_dump for classes by @hinthornw in #1149
- Minimize Repr by @hinthornw in #1155
- serialize instead of deepcopy for performance gains by @efriis in #1136
- Annotation Support by @hinthornw in #1146
- release 0.1.139 by @efriis in #1161
Full Changelog: v0.1.138...v0.1.139
v0.1.139rc1
What's Changed
- Skip model_dump for classes by @hinthornw in #1149
- Minimize Repr by @hinthornw in #1155
- serialize instead of deepcopy for performance gains by @efriis in #1136
Full Changelog: v0.1.138...v0.1.139rc1
v0.1.138
What's Changed
- feat(js): Use new multipart endpoint when available by @jacoblee93 in #1106
- chore(js): Release 0.1.67 by @jacoblee93 in #1119
- fix(js): Limit queue batch concurrency, bump timeout, add maximum wait period for serverless envs by @jacoblee93 in #1124
- feat(vercel): add OTEL based LangSmith trace exporter by @dqbd in #1104
- factor out background and serde by @efriis in #1130
- integration tests multipart by @efriis in #1118
- properly setup env for tests by @efriis in #1131
- fix(js): Further reduce blocking behavior, try naive stringification instead of circular detection by @jacoblee93 in #1133
- integration tests against staging by @efriis in #1143
- fix(js): Remove focused test, fix tests by @jacoblee93 in #1138
- fix: add required basic auth environment variable by @bvs-langchain in #1128
- feat(py): Add multipart feedback ingestion by @akira in #1129
- use staging for integration tests - js by @efriis in #1145
- use staging for integration tests by @efriis in #1140
- fix(vercel): pass run name if the root run is within a span by @dqbd in #1150
- Add version check for feedback multipart by @akira in #1151
- [python] Bump to 0.1.138 by @akira in #1156
New Contributors
Full Changelog: v0.1.137...v0.1.138
v0.1.138rc2
What's Changed
- integration tests against staging by @efriis in #1143
- use staging for integration tests - js by @efriis in #1145
- use staging for integration tests by @efriis in #1140
- fix(vercel): pass run name if the root run is within a span by @dqbd in #1150
- Add version check for feedback multipart by @akira in #1151
Full Changelog: v0.1.138rc1...v0.1.138rc2
v0.1.138rc1
What's Changed
- feat(js): Use new multipart endpoint when available by @jacoblee93 in #1106
- chore(js): Release 0.1.67 by @jacoblee93 in #1119
- fix(js): Limit queue batch concurrency, bump timeout, add maximum wait period for serverless envs by @jacoblee93 in #1124
- feat(vercel): add OTEL based LangSmith trace exporter by @dqbd in #1104
- factor out background and serde by @efriis in #1130
- integration tests multipart by @efriis in #1118
- properly setup env for tests by @efriis in #1131
- fix(js): Further reduce blocking behavior, try naive stringification instead of circular detection by @jacoblee93 in #1133
- fix(js): Remove focused test, fix tests by @jacoblee93 in #1138
- fix: add required basic auth environment variable by @bvs-langchain in #1128
- feat(py): Add multipart feedback ingestion by @akira in #1129
New Contributors
Full Changelog: v0.1.137...v0.1.138rc1
v0.1.137
What's Changed
Full Changelog: v0.1.136...v0.1.137
v0.1.136
What's Changed
- feat(JS): log
wrapOpenAI
calls with usage metdata by @agola11 in #1096 - feat: log wrap_openai runs with unified usage_metadata by @agola11 in #1071
- feat(JS): add
processInputs
/processOutputs
to traceable + add usage metadata towrapOpenAI
by @agola11 in #1095 - bump version by @nhuang-lc in #1100
- py: Remove attachments from main run payload before upload by @nfcampos in #1103
- py: 0.1.136 by @nfcampos in #1105
Full Changelog: v0.1.135...v0.1.136
v0.1.135
What's Changed
- feat(js): Validate that store values are RunTree instances by @jacoblee93 in #1088
- chore(js): Release 0.1.64 by @jacoblee93 in #1092
- Allow users to add metadata on end() by @nhuang-lc in #1085
- Add UUID to project name in integration test by @nhuang-lc in #1094
- feat(js): Adds further required support for context vars by @jacoblee93 in #1093
- py: Enable multipart endpoint without feature flag by @nfcampos in #1098
- py 0.1.135 by @nfcampos in #1099
Full Changelog: v0.1.134...v0.1.135