@insightfactory.ai/insightfactory-databricks-langgraph-tracer 1.0.1-dev.21 → 1.0.2-dev.22
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/CHANGELOG.md +4 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -20,6 +20,8 @@ prerelease from this section.
|
|
|
20
20
|
|
|
21
21
|
## [Unreleased]
|
|
22
22
|
|
|
23
|
+
## [1.0.2] - 2026-09-14
|
|
24
|
+
|
|
23
25
|
### Added
|
|
24
26
|
|
|
25
27
|
- `getActiveTracingSpan()` and `withTracingContext()`, so a span created outside the
|
|
@@ -209,7 +211,8 @@ reserved by the repo's immutable-releases policy and cannot be created. Restore
|
|
|
209
211
|
typescript-vX.Y.Z tag links if the names are ever reclaimed. 0.5.0's tag is
|
|
210
212
|
created out-of-band (its bump predates the release workflow); 0.5.1+ tags are
|
|
211
213
|
minted by release.yml on push to main. -->
|
|
212
|
-
[Unreleased]: https://github.com/insightfactory-ai/if_s_langraph_mlflow_tracer/compare/typescript-v1.0.
|
|
214
|
+
[Unreleased]: https://github.com/insightfactory-ai/if_s_langraph_mlflow_tracer/compare/typescript-v1.0.2...HEAD
|
|
215
|
+
[1.0.2]: https://github.com/insightfactory-ai/if_s_langraph_mlflow_tracer/compare/typescript-v1.0.1...typescript-v1.0.2
|
|
213
216
|
[1.0.1]: https://github.com/insightfactory-ai/if_s_langraph_mlflow_tracer/compare/typescript-v1.0.0...typescript-v1.0.1
|
|
214
217
|
[1.0.0]: https://github.com/insightfactory-ai/if_s_langraph_mlflow_tracer/compare/typescript-v0.6.2...typescript-v1.0.0
|
|
215
218
|
[0.6.2]: https://github.com/insightfactory-ai/if_s_langraph_mlflow_tracer/compare/typescript-v0.6.1...typescript-v0.6.2
|
package/package.json
CHANGED