Releases: Scale3-Labs/langtrace
Releases · Scale3-Labs/langtrace
1.6.5
1.6.4
This release adds the following features, bugfixes and migrations
Features
- Filter traces by models detected in the traces
- Save time stamp preferences
- Option to group spans by traces when filters are applied
Bugfixes
- Minor bugfix to lock tests in the annotations view
Migrations
- None
1.6.3
1.6.2
This release adds the following features and bugfixes:
- Refactors and redesigns the advanced filter in the Traces tab in order to make it easier to
- Filter based on vendor
- Filter by vendor function
- Filter by events
- Filter by attributes
- Filter by user and prompt ID
- Bugfixes to filters and UI elements
- Query performance improvements for faster filtering
1.6.1
What's Changed
- changed string literal from output to expected output to make it clearer by @dabiras3 in #183
- Release 1.6.0 by @karthikscale3 in #187
New Contributors
Full Changelog: 1.5.13...1.6.1
1.6.0
This release contains the following features, bugfixes and migrations:
- Backwards compatible fixes to support OTEL semantic GenAI spans and traces
- Bugfixes and query performance improvements
1.5.13
What's Changed
- add download stats by @yemiadej in #176
- adding projectid to api call by @dylanzuber-scale3 in #181
Full Changelog: 1.5.12...1.5.13
1.5.13-pre.e9a781311
What's Changed
- Release 1.5.12 by @karthikscale3 in #174
Full Changelog: 1.5.11...1.5.13-pre.e9a781311
1.5.12
Note: This is a follow up release to 1.5.11. This is not a mandatory release unless you are deploying Langtrace on Vercel. We are downgrading next from 1.14.1 to 1.14.0 as it is causing deployment issues on Vercel.
1.5.11
This release contains the following features, bugfixes and migrations
Features
- Azure AD Login support for self hosters
- Minor UI bug fixes
Migrations
- A minor schema change adds the optional column
ext_expires_in
to theAccount
table. - Note for self hosters: Please run the following query on your postgres database in case you run into any issues
ALTER TABLE "Account" ADD COLUMN "ext_expires_in" INTEGER;