@insightfactory.ai/insightfactory-databricks-langgraph-tracer 1.0.0-dev.15 → 1.0.1-dev.16

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -20,6 +20,16 @@ prerelease from this section.
20
20
 
21
21
  ## [Unreleased]
22
22
 
23
+ ## [1.0.1] - 2026-09-03
24
+
25
+ ### Changed
26
+
27
+ - Rewrote the README that npm renders in plainer prose. Commands, code samples
28
+ and configuration tables are unchanged, so there is no behaviour or packaging
29
+ change.
30
+ - Corrected the truncation placeholder example, which showed a trailing ellipsis
31
+ in `preview`. The tracer stores a plain slice of the original string.
32
+
23
33
  ## [1.0.0] - 2026-09-02
24
34
  ### Changed
25
35
  - Renamed the npm package from `@insightfactory-ai/databricks-langgraph-tracer` to
@@ -162,7 +172,8 @@ reserved by the repo's immutable-releases policy and cannot be created. Restore
162
172
  typescript-vX.Y.Z tag links if the names are ever reclaimed. 0.5.0's tag is
163
173
  created out-of-band (its bump predates the release workflow); 0.5.1+ tags are
164
174
  minted by release.yml on push to main. -->
165
- [Unreleased]: https://github.com/insightfactory-ai/if_s_langraph_mlflow_tracer/compare/typescript-v1.0.0...HEAD
175
+ [Unreleased]: https://github.com/insightfactory-ai/if_s_langraph_mlflow_tracer/compare/typescript-v1.0.1...HEAD
176
+ [1.0.1]: https://github.com/insightfactory-ai/if_s_langraph_mlflow_tracer/compare/typescript-v1.0.0...typescript-v1.0.1
166
177
  [1.0.0]: https://github.com/insightfactory-ai/if_s_langraph_mlflow_tracer/compare/typescript-v0.6.2...typescript-v1.0.0
167
178
  [0.6.2]: https://github.com/insightfactory-ai/if_s_langraph_mlflow_tracer/compare/typescript-v0.6.1...typescript-v0.6.2
168
179
  [0.6.1]: https://github.com/insightfactory-ai/if_s_langraph_mlflow_tracer/compare/typescript-v0.6.0...typescript-v0.6.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insightfactory.ai/insightfactory-databricks-langgraph-tracer",
3
- "version": "1.0.0-dev.15",
3
+ "version": "1.0.1-dev.16",
4
4
  "description": "LangGraph tracing for Databricks MLflow (TypeScript)",
5
5
  "type": "module",
6
6
  "packageManager": "yarn@4.12.0",