v0.51.8
What's Changed
- fix: dont crash the async batch handler when a batch raises by @gtarpenning in #2370
- chore(weave): cost docs first pass by @jwlee64 in #2372
- chore(weave): Add new
require_current_callwhich raises if the current call isNoneby @andrewtruong in #2379 - feat: Table Creation and Update endpoints return row digests by @tssweeney in #2394
- chore: guess cell format for timestamps by @jamie-rasmussen in #2397
- chore: ensure .cache directory exists by @jamie-rasmussen in #2401
- chore: overflow trace name gracefully by @gtarpenning in #2395
- chore: Fix CI for new wandb package by @tssweeney in #2407
- fix: Running evals should use in-memory data instead of re downloading everything by @tssweeney in #2393
- chore(docs): Fix PII notebook to prevent broken docs generation by @ash0ts in #2404
- docs(cookbook): Code Generation Example by @ash0ts in #2101
- chore: Generate Doc Update by @tssweeney in #2411
- chore: Add playwright to requirements by @jamie-rasmussen in #2400
- chore: remove limit on columns when initting a query panel table with initTableWithPickColumns by @gtarpenning in #2392
- fix: dont crash when changing eval peek by @gtarpenning in #2417
- perf: push down conditions in objects query by @gtarpenning in #2412
- chore: add invalid field 403 error by @gtarpenning in #2409
- chore: Refactor & Comment Saving Methods by @tssweeney in #2419
- feat: Add pagination and sorting to object APIs by @tssweeney in #2420
- fix: code editor in string popup was not scrolling with trackpad by @jamie-rasmussen in #2421
- ci: disable wandb sentry reporting during tests by @raubitsj in #2422
- fix: strip large fields after failed clickhouse insert (3.5MB row size, 1MB single field size) by @gtarpenning in #2353
- chore(ui): Add parallel coordinates icon by @connieelee in #2430
- feat(weave): Add setting to control code capture by @andrewtruong in #2428
- fix(weave): callsQueryStream properly handles selected columns and include costs by @jwlee64 in #2427
- chore(weave): Split out Trace and Query tests; move trace tests into dedicated tox envs across py39-312 by @andrewtruong in #2403
- feat: Enable sorting and finish pagination on Table Queries by @tssweeney in #2423
- chore: Better matrix test protection by @tssweeney in #2436
- feat: Add chat view of calls by @jamie-rasmussen in #2414
- chore: Followups for table query by @tssweeney in #2435
New Contributors
Full Changelog: v0.51.7...v0.51.8