Skip to content

Commit debca10

Browse files
Catching up on changelog entries (#814)
1 parent a8d950b commit debca10

File tree

1 file changed

+26
-8
lines changed

1 file changed

+26
-8
lines changed

docs/changelog/index.md

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,35 @@ import { RegionalUrl } from "@site/src/components/RegionalUrls";
88

99
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)
1010

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
1225

13-
### LangSmith v0.10.31
26+
## 2025‑05‑05
1427

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
33+
- [Improved multimodal support](https://changelog.langchain.com/announcements/multimodal-support-in-langsmith)
34+
- 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
1639

1740
- Directly [add example metadata](/evaluation/how_to_guides/manage_datasets_in_application#edit-example-metadata) when editing examples in the UI
1841
- 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
1942
- [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

Comments
 (0)