|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.1.0-alpha.3 (2026-03-13) |
| 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 ([d3f857b](https://github.com/digitalocean/gradient-typescript/commit/d3f857b3f40fd0a59ef36babb4ca3c07a7b65b60)) |
| 12 | +* **api:** manual updates ([5c777eb](https://github.com/digitalocean/gradient-typescript/commit/5c777ebfe13fa14902807c294c0c526b875e5213)) |
| 13 | +* **api:** manual updates ([8438034](https://github.com/digitalocean/gradient-typescript/commit/84380346540b47a0ca718615203a977cce8a4fd5)) |
| 14 | +* **api:** responses ([4d54b13](https://github.com/digitalocean/gradient-typescript/commit/4d54b13ed89410abd126a3884f02ecf6410677e3)) |
| 15 | +* **api:** update urls for endpoints ([0067a21](https://github.com/digitalocean/gradient-typescript/commit/0067a21886cb57dc6b8d7501bee90096e781ba2e)) |
| 16 | +* knowledge base indexing poller ([#14](https://github.com/digitalocean/gradient-typescript/issues/14)) ([04e35f0](https://github.com/digitalocean/gradient-typescript/commit/04e35f0553c622fe33b422f611bb7f1592346510)) |
| 17 | +* **knowledge-bases:** add waitForDatabase polling helper ([#8](https://github.com/digitalocean/gradient-typescript/issues/8)) ([12d1af3](https://github.com/digitalocean/gradient-typescript/commit/12d1af3c82962f420eef7160b8ac043aa96087f7)) |
| 18 | + |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* **client:** avoid memory leak with abort signals ([df369db](https://github.com/digitalocean/gradient-typescript/commit/df369dba63ac59bc45473ef5dfa73a3a07b090aa)) |
| 23 | +* **client:** avoid removing abort listener too early ([668bd67](https://github.com/digitalocean/gradient-typescript/commit/668bd67adbf454c1e53749432e8f4b2f735f8c40)) |
| 24 | +* **client:** improve parameter names ([99840ee](https://github.com/digitalocean/gradient-typescript/commit/99840ee6b466e42e5cad5341a900fdd797c03c9c)) |
| 25 | +* **docs/contributing:** correct pnpm link command ([2973721](https://github.com/digitalocean/gradient-typescript/commit/2973721e8773057d0878d116df443c69f439b931)) |
| 26 | +* **docs:** remove extraneous example object fields ([567e164](https://github.com/digitalocean/gradient-typescript/commit/567e16465f480fa863752fe01c1fa9aeadf5c6e2)) |
| 27 | +* **mcp:** correct code tool API endpoint ([5f8590e](https://github.com/digitalocean/gradient-typescript/commit/5f8590e624c7ccb2f6828716da50348854c60df5)) |
| 28 | +* **mcp:** return correct lines on typescript errors ([8319037](https://github.com/digitalocean/gradient-typescript/commit/8319037b19e6053a35eb81458d031db739e83e19)) |
| 29 | + |
| 30 | + |
| 31 | +### Chores |
| 32 | + |
| 33 | +* break long lines in snippets into multiline ([9f37a5c](https://github.com/digitalocean/gradient-typescript/commit/9f37a5c29ee47a8910839c4fe9b05b4fce53fede)) |
| 34 | +* **client:** do not parse responses with empty content-length ([9f8fe4b](https://github.com/digitalocean/gradient-typescript/commit/9f8fe4b69fbfbda525bb52bfde6a7b5d770b3a03)) |
| 35 | +* **client:** fix logger property type ([8fd08d8](https://github.com/digitalocean/gradient-typescript/commit/8fd08d8830ec5a7443751eaf33eb11b6bf12114e)) |
| 36 | +* **client:** restructure abort controller binding ([f870ac9](https://github.com/digitalocean/gradient-typescript/commit/f870ac93827237ceb62fee3a5c69a1a3b083a154)) |
| 37 | +* fix typo in descriptions ([0e1ebdc](https://github.com/digitalocean/gradient-typescript/commit/0e1ebdcb7344114467ff92d6e4267cd581a5f908)) |
| 38 | +* formatting fixes ([b2388ec](https://github.com/digitalocean/gradient-typescript/commit/b2388ec757d21bdb00365969af5b083ae1e574b0)) |
| 39 | +* **internal/client:** fix form-urlencoded requests ([ca13d4c](https://github.com/digitalocean/gradient-typescript/commit/ca13d4c5eb471d4cf1e53aa3602603cebc1f423a)) |
| 40 | +* **internal:** avoid type checking errors with ts-reset ([f65684d](https://github.com/digitalocean/gradient-typescript/commit/f65684de1df3fa5dac3b7d383b7bf7ba4a5739d1)) |
| 41 | +* **internal:** codegen related update ([ad16fc8](https://github.com/digitalocean/gradient-typescript/commit/ad16fc8a92e8bddfe5d7e6a3c7f36b680ef79d38)) |
| 42 | +* **internal:** codegen related update ([30443b1](https://github.com/digitalocean/gradient-typescript/commit/30443b15ba303a0ac07c89cbb8acf87cd4912e93)) |
| 43 | +* **internal:** codegen related update ([5fd1413](https://github.com/digitalocean/gradient-typescript/commit/5fd1413340c7c00cc8b41b05c4c414eb7a08f777)) |
| 44 | +* **internal:** codegen related update ([7f7aade](https://github.com/digitalocean/gradient-typescript/commit/7f7aade29a94a1ea9284b1f63967c94b33c6d6b4)) |
| 45 | +* **internal:** codegen related update ([7e9ea70](https://github.com/digitalocean/gradient-typescript/commit/7e9ea70cca7d7cc04be9e3981461972c51bfc89f)) |
| 46 | +* **internal:** improve import alias names ([1a7a7cb](https://github.com/digitalocean/gradient-typescript/commit/1a7a7cbfc30a56c0ac0f611834a7a580a01fc2f8)) |
| 47 | +* **internal:** move stringifyQuery implementation to internal function ([351d77d](https://github.com/digitalocean/gradient-typescript/commit/351d77dbdf93158adefd6e1a1cc72f4d69c75e96)) |
| 48 | +* **internal:** remove mock server code ([8e38366](https://github.com/digitalocean/gradient-typescript/commit/8e383665af321ec0ecd39ce9d6d1a50d81af47b4)) |
| 49 | +* **internal:** update `actions/checkout` version ([5251ebe](https://github.com/digitalocean/gradient-typescript/commit/5251ebef334a8d735e033bc7b10e400a48cacd95)) |
| 50 | +* **internal:** update dependencies to address dependabot vulnerabilities ([3be0987](https://github.com/digitalocean/gradient-typescript/commit/3be0987f02741f7d5c537ea6b465de14e4002a63)) |
| 51 | +* **internal:** upgrade babel, qs, js-yaml ([04a3af2](https://github.com/digitalocean/gradient-typescript/commit/04a3af23b65a292083eda991ed540e178a5b329f)) |
| 52 | +* **internal:** upgrade eslint ([e5f9760](https://github.com/digitalocean/gradient-typescript/commit/e5f976075b297f41de5b8280aefa231c5eecf750)) |
| 53 | +* **mcp-server:** improve instructions ([9fdcce1](https://github.com/digitalocean/gradient-typescript/commit/9fdcce1ec58ff5dffd57553cee3d2421897b0d2d)) |
| 54 | +* update mock server docs ([95e3e5a](https://github.com/digitalocean/gradient-typescript/commit/95e3e5a390587a5f68a72cfddb28426b1a987529)) |
| 55 | + |
| 56 | + |
| 57 | +### Refactors |
| 58 | + |
| 59 | +* normalize wait-for implementations ([#20](https://github.com/digitalocean/gradient-typescript/issues/20)) ([30419d1](https://github.com/digitalocean/gradient-typescript/commit/30419d1f1b238a5d2fcb4720c9599c66daa78ce9)) |
| 60 | + |
3 | 61 | ## 0.1.0-alpha.2 (2025-10-16) |
4 | 62 |
|
5 | 63 | Full 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) |
|
0 commit comments