v4.0.0
Breaking Changes
This major version release comes with several breaking changes:
- The
DataStore
models have been removed - All exports are available at the root level and subpath exports have been removed
- The types have been moved, most notably
Prompt.Msg
is now a top level type asMsg
- The old
Msg
class has been renamed toMsgUtils
We will publish more details on upgrading shortly. We may also publish a codemod for the moved/renamed types/classes.
What's Changed
- Add OpenTelemetry tracing via Sentry by @rileytomasek in #38
- Fix streaming for function & tool chat completions by @rileytomasek in #43
- Upgrade deps & add
gpt-4o-mini
to price calculator by @rileytomasek in #44 - Add telemetry abstraction to remove Sentry dep (round 2) by @rileytomasek in #47
- Upgrade dependencies (minor and patch) by @rileytomasek in #49
- Upgrade to latest ESLint config and fix errors by @rileytomasek in #50
- Dexter V4 by @rileytomasek in #52
Full Changelog: v2.1.0...v4.0.0