File tree Expand file tree Collapse file tree 4 files changed +34
-3
lines changed
Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.2 "
2+ "." : " 0.1.0-alpha.3 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-alpha.3 (2025-12-05)
4+
5+ Full Changelog: [ v0.1.0-alpha.2...v0.1.0-alpha.3] ( https://github.com/digitalocean/gradient-typescript/compare/v0.1.0-alpha.2...v0.1.0-alpha.3 )
6+
7+ ### Features
8+
9+ * add waitForAgentReady helper for agent deployment polling ([ #9 ] ( https://github.com/digitalocean/gradient-typescript/issues/9 ) ) ([ 48a9366] ( https://github.com/digitalocean/gradient-typescript/commit/48a9366dbb8879bb6a4be7b59a6bba26840d50d9 ) )
10+ * ** api:** include indexing jobs ([ b283f6f] ( https://github.com/digitalocean/gradient-typescript/commit/b283f6f123067b864841df1eb21e5f1d6da51c93 ) )
11+ * ** api:** manual updates ([ 8438034] ( https://github.com/digitalocean/gradient-typescript/commit/84380346540b47a0ca718615203a977cce8a4fd5 ) )
12+ * knowledge base indexing poller ([ #14 ] ( https://github.com/digitalocean/gradient-typescript/issues/14 ) ) ([ 04e35f0] ( https://github.com/digitalocean/gradient-typescript/commit/04e35f0553c622fe33b422f611bb7f1592346510 ) )
13+ * ** knowledge-bases:** add waitForDatabase polling helper ([ #8 ] ( https://github.com/digitalocean/gradient-typescript/issues/8 ) ) ([ 12d1af3] ( https://github.com/digitalocean/gradient-typescript/commit/12d1af3c82962f420eef7160b8ac043aa96087f7 ) )
14+
15+
16+ ### Bug Fixes
17+
18+ * ** mcp:** correct code tool API endpoint ([ 5f8590e] ( https://github.com/digitalocean/gradient-typescript/commit/5f8590e624c7ccb2f6828716da50348854c60df5 ) )
19+ * ** mcp:** return correct lines on typescript errors ([ 8319037] ( https://github.com/digitalocean/gradient-typescript/commit/8319037b19e6053a35eb81458d031db739e83e19 ) )
20+
21+
22+ ### Chores
23+
24+ * ** client:** fix logger property type ([ 8fd08d8] ( https://github.com/digitalocean/gradient-typescript/commit/8fd08d8830ec5a7443751eaf33eb11b6bf12114e ) )
25+ * formatting fixes ([ b2388ec] ( https://github.com/digitalocean/gradient-typescript/commit/b2388ec757d21bdb00365969af5b083ae1e574b0 ) )
26+ * ** internal:** codegen related update ([ 7e9ea70] ( https://github.com/digitalocean/gradient-typescript/commit/7e9ea70cca7d7cc04be9e3981461972c51bfc89f ) )
27+ * ** internal:** upgrade eslint ([ e5f9760] ( https://github.com/digitalocean/gradient-typescript/commit/e5f976075b297f41de5b8280aefa231c5eecf750 ) )
28+
29+
30+ ### Refactors
31+
32+ * normalize wait-for implementations ([ #20 ] ( https://github.com/digitalocean/gradient-typescript/issues/20 ) ) ([ 30419d1] ( https://github.com/digitalocean/gradient-typescript/commit/30419d1f1b238a5d2fcb4720c9599c66daa78ce9 ) )
33+
334## 0.1.0-alpha.2 (2025-10-16)
435
536Full Changelog: [ v0.1.0-alpha.1...v0.1.0-alpha.2] ( https://github.com/digitalocean/gradient-typescript/compare/v0.1.0-alpha.1...v0.1.0-alpha.2 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @digitalocean/gradient" ,
3- "version" : " 0.1.0-alpha.2 " ,
3+ "version" : " 0.1.0-alpha.3 " ,
44 "description" : " The official TypeScript library for the Gradient API" ,
55 "author" : " DigitalOcean, LLC <dev@digitalocean.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.1.0-alpha.2 ' ; // x-release-please-version
1+ export const VERSION = '0.1.0-alpha.3 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments