Skip to content

Update changelog for June 24, 2025 #1424

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions docs/changelog/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,52 @@ title: Changelog
description: All notable changes to Latitude.
---

<Update label='2025-06-24'>

## Feature/bring back create log method

Reintroduced the `create log` method to enhance logging capabilities.

[PR #1423](https://github.com/latitude-dev/latitude-llm/pull/1423)

## feat: cli

Implemented a CLI for interacting with Latitude projects from the terminal, including syncing, checking status, and managing project versions.

[PR #1413](https://github.com/latitude-dev/latitude-llm/pull/1413)

## Refactor: Improve request parameter typing in Typescript SDK

Centralized URL and body parameter type definitions to improve type inference and safety.

[PR #1416](https://github.com/latitude-dev/latitude-llm/pull/1416)

## chore(deps-dev): bump @aws-sdk/client-bedrock-runtime from 3.826.0 to 3.830.0

Updated the AWS SDK client for Bedrock Runtime to the latest version.

[PR #1417](https://github.com/latitude-dev/latitude-llm/pull/1417)

## feature: adds sdk methods for new gateway endpoints

Added SDK methods for new gateway endpoints, including project and version management.

[PR #1412](https://github.com/latitude-dev/latitude-llm/pull/1412)

## Telemetry SDK changes

Made changes related to the Telemetry SDK to improve observability.

[PR #1407](https://github.com/latitude-dev/latitude-llm/pull/1407)

## Smarter diff for Latte streaming

Improved the diff calculation for Latte streaming to handle real-time editing more efficiently.

[PR #1409](https://github.com/latitude-dev/latitude-llm/pull/1409)

</Update>

<Update label='2025-06-04'>

## Numeric similarity evaluation metric
Expand Down
Loading