Releases: dexaai/dexter
Releases · dexaai/dexter
v4.0.1
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
v4.0.0-1
- Refactor imports and simplify module exports 4513b78
- Upgrade
openai-zod-to-json-schema
to v1.0.3 0874859 - Enhance
readme.md
based on feedback 9f4dd77 - Replace legacy
Model.Message
type withMsg
d419fd0 - Add optional strict validation to extract function 7947e4b
- Rename
Runner
toAIRunner
for consistency e3b290e
v3.0.0-3
What's Changed
- Add telemetry abstraction to remove Sentry dep (round 2) by @rileytomasek in #47
Full Changelog: v3.0.0-2...v3.0.0-3
v3.0.0-2
What's Changed
- Upgrade deps & add
gpt-4o-mini
to price calculator by @rileytomasek in #44
Full Changelog: v3.0.0-1...v3.0.0-2
v3.0.0-1
What's Changed
- Fix streaming for function & tool chat completions by @rileytomasek in #43
Full Changelog: v3.0.0-0...v3.0.0-1
v3.0.0-0
What's Changed
- Add OpenTelemetry tracing via Sentry by @rileytomasek in #38
NOTE: this version requires Sentry as a peer dependency. If you aren't using Sentry and don't want to install it, please wait for a future release where it is moved to optional.
Full Changelog: v2.1.0...v3.0.0-0
v2.1.0
What's Changed
- add opt for passing abort signal to chatCompletion function by @cfortuner in #37
New Contributors
- @cfortuner made their first contribution in #37
Full Changelog: v2.0.3...v2.1.0
v2.0.3
v2.0.2
What's Changed
- Minor/patch dependency upgrades by @rileytomasek in #35
Full Changelog: v2.0.1...v2.0.2