Skip to content

Releases: Scale3-Labs/langtrace

1.6.5

25 Jul 16:06
d14097c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.4...1.6.5

1.6.4

16 Jul 15:51
3b65f2d
Compare
Choose a tag to compare

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

15 Jul 21:59
a62bd70
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.2...1.6.3

1.6.2

15 Jul 21:25
833c94f
Compare
Choose a tag to compare

This release adds the following features and bugfixes:

  1. 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
  1. Bugfixes to filters and UI elements
  2. Query performance improvements for faster filtering

1.6.1

12 Jul 18:07
5ea5aa6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.13...1.6.1

1.6.0

12 Jul 09:16
5ea5aa6
Compare
Choose a tag to compare

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

09 Jul 18:16
4bf95d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.12...1.5.13

1.5.13-pre.e9a781311

03 Jul 23:29
15f77fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.11...1.5.13-pre.e9a781311

1.5.12

03 Jul 22:54
15f77fd
Compare
Choose a tag to compare

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

03 Jul 21:04
5c47ced
Compare
Choose a tag to compare

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 the Account 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;