Skip to content

Releases: Scale3-Labs/langtrace

3.0.6

12 Sep 21:02
0c9bbfb
Compare
Choose a tag to compare

What's Changed

  • Cost tracking and playground support for OpenAI's latest models o1-preview and o1-mini
  • Release 3.0.6 by @karthikscale3 in #276

Full Changelog: 3.0.5...3.0.6

3.0.5

12 Sep 16:35
2cf6242
Compare
Choose a tag to compare

What's Changed

This release contains the following features, enhancements and bugfixes

Full Changelog: 3.0.4...3.0.5

3.0.4

07 Sep 06:34
11fc863
Compare
Choose a tag to compare

What's Changed

  • Bugfixes and performance enhancements.
  • Release 3.0.4 by @darshit-s3 in #267

Full Changelog: 3.0.2...3.0.4

3.0.3

06 Sep 10:03
4494373
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.0.3

3.0.2

05 Sep 01:34
4494373
Compare
Choose a tag to compare

What's Changed

  • Minor bugfixes

Full Changelog: 3.0.1...3.0.2

3.0.1

04 Sep 16:28
d358327
Compare
Choose a tag to compare

What's Changed

This Release contains the following changes, improvements and bugfixes:

Features

  • Project types to differentiate between agentic frameworks like CrewAI, Langgraph and DSPy.
  • A dedicated CrewAI dashboard for CrewAI projects.
  • Redirection fix when user does not exist.
  • Trace page scroll behaviour fixes and enhancements.
  • Minor UI bug fixes

Migrations

  • Adding a new type column to the Project table. This is set to default by default.

Full Changelog: 3.0.0...3.0.1

3.0.0

14 Aug 22:35
99ce36b
Compare
Choose a tag to compare

What's Changed

This Release contains the following changes, improvements and bugfixes:

Features

  • Show the current version of the app in the UI.
  • Move evaluations under datasets for better organization.
  • Radar graphs for visualizing the results of evaluations.
  • Resizeable columns and a redesign of the datasets and evaluations tabs.
  • Update models and cost information for Azure OpenAI, perplexity and anthropic models.
  • UI improvements to the trace graph.
  • Adds LLM Inference metrics to the Metrics tab.
  • Bugfixes and Query performance improvements.

Migrations

  • We are dropping the annotatedOutput and context columns from the Data model and adding expectedOutput and model columns.

Note: If the migrations don't apply cleanly, please run the sql command manually from the migration file. Reach out to us on Discord if you face any issues

Full Changelog: 2.2.0...3.0.0

2.2.0

03 Aug 03:13
9899ca5
Compare
Choose a tag to compare

What's Changed

Features

  • Adds manual evaluations chart to the metrics and annotations page
  • Adds refresh buttons to traces and annotations pages
  • Bug fixes to annotations page auto refresh and token cost chart
  • Fixes missing psql dependency
  • Fixes issue with the entrypoint logic for new setups

Full Changelog: 2.1.0...2.2.0

2.1.0

03 Aug 02:07
bd415a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.1.0

2.0.1

02 Aug 17:33
9c221d9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

Features:

This release introduces a breaking change for users still on version 1.5.10 or below. Please ensure you upgrade to version 1.7.0 before upgrading to this release.

This Release contains the following changes:

  • Annotations page redesign
  • Trace page improvements
  • Allow downloading last 100 traces
  • Bug fixes and performance improvements

Migrations:

⚠️ ⚠️ ⚠️ Breaking Change ⚠️ ⚠️ ⚠️

We are changing the way we handle migrations to enhance performance and ensure data integrity. With this new approach, users will no longer face issues such as tables being wiped during migrations.

Upgrade Path:

  • Step 1: Users on version 1.5.10 or below must first upgrade to version 1.7.0. This intermediary step is crucial to prepare your system for the changes introduced in this release.
  • Step 2: After successfully upgrading to version 1.7.0, you can proceed with upgrading to the latest release.

Improvements:

  • Automated Schema Updates: Migrations will now automatically update the schema to ensure compatibility with new features and improvements.
  • Rollback Capabilities: Enhanced rollback capabilities to provide greater flexibility in managing database changes.

In case you encounter any issues during the update, please reach out to us via chat or discord.