Releases: Scale3-Labs/langtrace
Releases · Scale3-Labs/langtrace
1.5.10
This release has the following features, fixes and migrations
Features
- Project Settings Page for managing project details and API keys
- Advanced filter attributes are in sync with all the SDK attributes
Migrations
- Previously, there was a drift in the migration file which was causing an issue with local setups. This update fixes that issue. No action is needed from your end. The migrations should auto apply when you pull the latest docker image and bring it up. If you face any issues, reach out to our support channel on Discord.
1.5.9-pre.1977e0b9a
What's Changed
- hot fix for api key gen by @dylanzuber-scale3 in #161
Full Changelog: 1.5.7...1.5.9-pre.1977e0b9a
1.5.9
This release contains a minor bug fix to API key generation
1.5.8
1.5.7
This release has the following features, bugfixes and migrations
Features:
- If you are storing and fetching prompts from Langtrace in your code, you can now see the prompt ID and prompt version in the traces tab.
- We have exposed an API for creating projects programatically. In order to do this, create a global API key by going to Settings -> Team from the top level projects page. Then use this API to create projects programatically. https://docs.langtrace.ai/api-reference/project/POST-project
Migrations:
Note: Only for self hosted setups
- Please run the following migration which adds
apiKeyHash
to theTeam
table.
ALTER TABLE "Team" ADD COLUMN "apiKeyHash" TEXT;
CREATE UNIQUE INDEX "Team_apiKeyHash_key" ON "Team"("apiKeyHash");
1.5.6
1.5.5
1.5.4
- Bugfixes and minor enhancements
1.5.3
This is a minor release which contains the following:
- Prompt registry & Playground integration
1.5.2
Summary:
- Added DSPy support, enhanced UI, and updated pricing models with minor bug fixes.
Key points:
- Added DSPy support in README.md, components/shared/vendor-metadata.tsx, and lib/utils.ts.
- Enhanced UI in components/project/traces/trace-row.tsx by refactoring class names and improving conditional rendering.
- Added new pricing models in lib/constants.ts.
- Minor bug fixes and code refactoring in lib/utils.ts.