Releases: langwatch/scenario
javascript/v0.2.4
javascript/v0.2.3
javascript: v0.2.5
javascript/v0.2.2
What's Changed
- fix: update docs by @drewdrewthis in #47
- fix: convert messages from ai's
CoreMessageto agui'sMessageTypeformat by @0xdeafcafe in #48 - fix: expose system prompt by @drewdrewthis in #49
- chore: update ts version by @richhuth in #50
Full Changelog: javascript/v0.2.1...javascript/v0.2.2
javascript/v0.2.1
What's Changed
- chore: js docs by @0xdeafcafe in #37
- fix: endpoint typo fixes by @richhuth in #41
- feat: better reporting by @drewdrewthis in #42
- chore: update python and ts package versions by @richhuth in #45
New Contributors
Full Changelog: javascript/v0.2.0...javascript/v0.2.1
javascript/v0.2.0
What's Changed
- chore: update how default exports are handled by @0xdeafcafe in #28
- chore: update javascript library to match python contracts by @0xdeafcafe in #26
- chore: regenerate ts api reference by @0xdeafcafe in #29
- fix: js client using out of date schema by @0xdeafcafe in #30
- feat: record and handle execution errors on js library by @0xdeafcafe in #32
- feat: add set id to js by @0xdeafcafe in #31
- fix: absolutely vile message format hack for js library by @0xdeafcafe in #34
- chore: release python 0.7.3 by @0xdeafcafe in #35
- feat: add reporter and setup integration for vitest by @0xdeafcafe in #36
- chore: release javascript/v0.2.0-prerelease.1 by @0xdeafcafe in #38
- chore: update readme to latest api version by @0xdeafcafe in #39
- feat: release javascript/v0.2.0 by @0xdeafcafe in #40
Full Changelog: javascript/v0.2.0-prerelease.0...javascript/v0.2.0
python/v0.7.3
What's Changed
- feat: add set id support to python by @drewdrewthis in #27
- chore: release python 0.7.3 by @0xdeafcafe in #35
Full Changelog: python/v0.7.2...python/v0.7.3
python/v0.7.2
fix: add missing python-dateutil dependency, necessary for generated api calls
javascript/v0.2.0-prerelease.1
What's Changed
- chore: update how default exports are handled by @0xdeafcafe in #28
- chore: update javascript library to match python contracts by @0xdeafcafe in #26
- chore: regenerate ts api reference by @0xdeafcafe in #29
- fix: js client using out of date schema by @0xdeafcafe in #30
- feat: record and handle execution errors on js library by @0xdeafcafe in #32
- feat: add set id to js by @0xdeafcafe in #31
- fix: absolutely vile message format hack for js library by @0xdeafcafe in #34
- chore: release python 0.7.3 by @0xdeafcafe in #35
- feat: add reporter and setup integration for vitest by @0xdeafcafe in #36
- chore: release javascript/v0.2.0-prerelease.1 by @0xdeafcafe in #38
Full Changelog: javascript/v0.2.0-prerelease.0...javascript/v0.2.0-prerelease.1
python/v0.7.1
What's Changed
b50c716 feat: make messages passed around a bit more forgiving, to not break at reporting level, and ignore pydantic warnings on conversions that actually work fine
b50c716 fix: fix missing _generated folders included on the published package
3d6bad7 fix: fix having backslash on f-string which doesn't compile sometimes
ec02c71 refactor: move some deps to be dev only, they are not needed for the library user
81bde7d refactor: move run to separate function (#24)
546acd7 fix: pdocs reference generation (#25)
Full Changelog: python/v0.7.0...python/v0.7.1