File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ 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
11+
12+ Official release of v5.2.0.
13+
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.
17+
18+ - Official pre-release of v5.2.0
19+
1020## [ 5.2.0-beta.6] - 2025-10-09
1121
1222- Official pre-release of v5.2.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @latitude-data/sdk" ,
3- "version" : " 5.2.0-beta.6 " ,
3+ "version" : " 5.2.0" ,
44 "description" : " Latitude SDK for Typescript" ,
55 "author" :
" Latitude Data SL <[email protected] >" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments