Skip to content

Commit 8fa66ba

Browse files
committed
Release new SDKs
1 parent d693942 commit 8fa66ba

File tree

4 files changed

+28
-7
lines changed

4 files changed

+28
-7
lines changed

packages/sdks/python/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.3.0] - 2025-10-10
11+
12+
Official release of v5.3.0.
13+
14+
### Added
15+
16+
- Added `runs.attach()` method
17+
- Added `runs.stop()` method
18+
- Added background option when running a prompt
19+
- Bump PromptL to 0.8.0
20+
21+
### Changed
22+
23+
- Now `prompts.run()` method returns a `BackgroundResult` instead of a `FinishedResult` when `background` is `true`
24+
- Now `prompts.run()`, `prompts.chat()` and `runs.attach()` methods have `stream` option set to `true` by default
25+
1026
## [5.3.0-beta.2] - 2025-10-09
1127

1228
- Official pre-release of v5.3.0

packages/sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "latitude-sdk"
3-
version = "5.3.0-beta.2"
3+
version = "5.3.0"
44
description = "Latitude SDK for Python"
55
authors = [{ name = "Latitude Data SL", email = "hello@latitude.so" }]
66
maintainers = [{ name = "Latitude Data SL", email = "hello@latitude.so" }]

packages/sdks/python/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sdks/typescript/CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [5.2.0] - 2025-10-09
10+
## [5.2.0] - 2025-10-10
1111

1212
Official release of v5.2.0.
1313

14-
- Implements run background executions. Pass `background: true` to `prompts.run()` to run a prompt in the background.
15-
- Adds `runs.attach()` method to attach to running prompts.
16-
- Changes default stream option to true for prompts.run() and prompts.chat() methods.
14+
### Added
1715

18-
- Official pre-release of v5.2.0
16+
- Added `runs.attach()` method to TypeScript SDK
17+
- Added `runs.stop()` method to TypeScript SDK
18+
- Added background option when running a prompt
19+
20+
### Changed
21+
22+
- Now `prompts.run()` method, of the TypeScript SDK, returns a `GenerationJob` instead of a `GenerationResponse` when `background` is `true`
23+
- Now `prompts.run()`, `prompts.chat()` and `runs.attach()` methods, of the TypeScript SDK, have `stream` option set to `true` by default
1924

2025
## [5.2.0-beta.6] - 2025-10-09
2126

0 commit comments

Comments
 (0)