You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog/index.md
+26-8Lines changed: 26 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,35 @@ import { RegionalUrl } from "@site/src/components/RegionalUrls";
8
8
9
9
What's new in LangSmith — new features, enhancements, and bugs fixed — organized by release date and release version. Looking for just the major product updates & highlights? [Check out our website feed.](https://changelog.langchain.com/?categories=cat_FvjDMlZoyaKkX)
10
10
11
-
## 2025‑04‑28
11
+
## 2025‑05‑19
12
+
13
+
#### LangSmith App v0.10.60
14
+
15
+
- Updated usage charts to show month-over-month usage by workspace for SaaS customers
16
+
- Added automatic cost tracking for OpenAI's `o3` and `o4-mini` models
17
+
- Added ability to sync prompts tracked in LangSmith with external systems using [webhook notifications on prompt commit](prompt_engineering/how_to_guides/trigger_webhook)
18
+
19
+
## 2025‑05‑12
20
+
21
+
#### LangSmith App v0.10.52
22
+
23
+
-[Agent Observability: Gain Insights into Tool Calls & Run Stats](https://changelog.langchain.com/announcements/agent-observability-gain-insights-into-tool-calls-run-stats)
24
+
- Customize the number of groups when using [group by](/observability/how_to_guides/dashboards#split-the-data) in custom charts
12
25
13
-
### LangSmith v0.10.31
26
+
##2025‑05‑05
14
27
15
-
#### LangSmith
28
+
#### LangSmith App v0.10.40
29
+
30
+
- Added ability to re-sync [few shot dataset](/evaluation/how_to_guides/index_datasets_for_dynamic_few_shot_example_selection) indices via the [Python SDK's `sync_indexed_dataset()` method](https://docs.smith.langchain.com/reference/python/async_client/langsmith.async_client.AsyncClient#langsmith.async_client.AsyncClient.sync_indexed_dataset)
31
+
- Added up/down hotkey navigation for output traces when [viewing experiment results](/evaluation/how_to_guides/analyze_single_experiment#view-experiment-results)
32
+
- Added ability to run `evaluate()` on existing experiments to add more feedback to the experiment
- Improved configuration for [few-shot examples](/evaluation/how_to_guides/create_few_shot_evaluators) when creating [LLM-as-a-judge evaluators](/evaluation/how_to_guides/llm_as_judge)
35
+
36
+
## 2025‑04‑28
37
+
38
+
#### LangSmith App v0.10.31
16
39
17
40
- Directly [add example metadata](/evaluation/how_to_guides/manage_datasets_in_application#edit-example-metadata) when editing examples in the UI
18
41
- Prompt previews now render when [running an experiment in the UI](/evaluation/how_to_guides/run_evaluation_from_prompt_playground) or configuring an [online evaluator](/observability/how_to_guides/online_evaluations) with f-string prompts
19
42
-[Group by](/evaluation/how_to_guides/analyze_single_experiment#group-results-by-metadata)[dataset split](/evaluation/how_to_guides/manage_datasets_in_application#create-and-manage-dataset-splits) when analyzing experiment results
20
-
21
-
#### LangGraph Studio
22
-
23
-
- Improved layout when expanding [subgraphs](https://langchain-ai.github.io/langgraph/how-tos/subgraph/?h=subgraph)
24
-
- Render errors and [interrupts](https://langchain-ai.github.io/langgraph/concepts/human_in_the_loop/?h=#interrupt) correctly in Studio Chat UI
0 commit comments