|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## 0.1.0 (2026-02-10) |
| 4 | + |
| 5 | +Full Changelog: [v0.0.1...v0.1.0](https://github.com/togethercomputer/terraform-provider-together/compare/v0.0.1...v0.1.0) |
| 6 | + |
| 7 | +### ⚠ BREAKING CHANGES |
| 8 | + |
| 9 | +* **api:** Change call signature for `audio.create` to `audio.speech.create` to match spec with python library and add space for future APIs |
| 10 | +* **api:** Update method signature for reranking to `rerank.create()` |
| 11 | +* **api:** For the TS SDK the `images.create` is now `images.generate` |
| 12 | +* **api:** Access to the api for listing checkpoints has changed its name to `list_checkpoints` |
| 13 | +* **api:** Access to fine tuning APIs namespace has changed from `fine_tune` to `fine_tuning` |
| 14 | +* **api:** The default max retries for api calls has changed from 5 to 2. This may result in more frequent non-200 responses. |
| 15 | + |
| 16 | +### Features |
| 17 | + |
| 18 | +* **api:** Add fine_tune.delete API ([4920029](https://github.com/togethercomputer/terraform-provider-together/commit/4920029c2665a84bb2f562fc32cea65bf84990de)) |
| 19 | +* **api:** api update ([92ccee4](https://github.com/togethercomputer/terraform-provider-together/commit/92ccee4eaeaa12b9fed5a94f313993b5b07f46a3)) |
| 20 | +* **api:** api update ([f78427b](https://github.com/togethercomputer/terraform-provider-together/commit/f78427b7d9182a753ccf4bc10e7c8430e2fcb98b)) |
| 21 | +* **api:** api update ([395f051](https://github.com/togethercomputer/terraform-provider-together/commit/395f051420b0936a4ece0bf928334104bbfa9a87)) |
| 22 | +* **api:** api update ([2dea7b5](https://github.com/togethercomputer/terraform-provider-together/commit/2dea7b5621c3ed092d251014de903a27598f861a)) |
| 23 | +* **api:** api update ([e636395](https://github.com/togethercomputer/terraform-provider-together/commit/e63639515496d57a76a8f26e2a092a5c72624965)) |
| 24 | +* **api:** Change image creation signature to `images.generate` ([3cdd494](https://github.com/togethercomputer/terraform-provider-together/commit/3cdd494c93dab22ae9ab91daf0110a9ddf75372c)) |
| 25 | +* **api:** Change rerank method signature ([c72be89](https://github.com/togethercomputer/terraform-provider-together/commit/c72be89f4c718b8c7fda57a0a18a245f200168bb)) |
| 26 | +* **api:** Change the default max retries from 5 to 2 ([8d93523](https://github.com/togethercomputer/terraform-provider-together/commit/8d935230d108a0d343f2dc223eca074cc58cbb42)) |
| 27 | +* **api:** Change TTS call signature ([a0fab47](https://github.com/togethercomputer/terraform-provider-together/commit/a0fab47249e0264e4665744ef674d61efd9cf6ac)) |
| 28 | +* **api:** manual updates ([9c540e0](https://github.com/togethercomputer/terraform-provider-together/commit/9c540e069412bdf3eeccac71e61784efdcaab123)) |
| 29 | +* **api:** manual updates ([37acadb](https://github.com/togethercomputer/terraform-provider-together/commit/37acadbb3b9f6355f5c3201ac6503dc1049c4131)) |
| 30 | +* **api:** manual updates ([5551523](https://github.com/togethercomputer/terraform-provider-together/commit/5551523c39bf15a3746845ebe3ad253ae2d1a974)) |
| 31 | +* **api:** Update Eval APIs ([a99ec0f](https://github.com/togethercomputer/terraform-provider-together/commit/a99ec0f4c75b970b7c590b0e93c67a12de270cfd)) |
| 32 | + |
| 33 | + |
| 34 | +### Bug Fixes |
| 35 | + |
| 36 | +* configurability of some attributes ([9efe090](https://github.com/togethercomputer/terraform-provider-together/commit/9efe09005a3a1017ebce3e44c0b8db1f569f90d8)) |
| 37 | +* correctly mark a subset of fields shared between create and update calls as required ([55f8130](https://github.com/togethercomputer/terraform-provider-together/commit/55f8130de9e47aaaaaae55342d30cb42946bf3cc)) |
| 38 | +* ensure derived request attribute schemas conform to the upstream configurability overrides ([0e981a6](https://github.com/togethercomputer/terraform-provider-together/commit/0e981a6bd4fa6335c1bec615d538dcf3597fe23d)) |
| 39 | +* ensure dynamic values always yield valid container inner values ([a184800](https://github.com/togethercomputer/terraform-provider-together/commit/a1848004449ce45aea2b1f35d943adcdd931f4cc)) |
| 40 | +* list style data sources should always have id value populated ([293e1a9](https://github.com/togethercomputer/terraform-provider-together/commit/293e1a9714909a6e49f44215e4f75c4350ae0799)) |
| 41 | + |
| 42 | + |
| 43 | +### Chores |
| 44 | + |
| 45 | +* Add Instant Clusters to OpenAPI spec ([efe8f80](https://github.com/togethercomputer/terraform-provider-together/commit/efe8f80320602d7cc7d6b2cb8aa27cfe94bb2e67)) |
| 46 | +* **api:** Cleanup some exported types ([9ca7551](https://github.com/togethercomputer/terraform-provider-together/commit/9ca755139fa946abbff1384a2d16045acf1bc6d0)) |
| 47 | +* **api:** Globally disable terraform module generation ([3c8455f](https://github.com/togethercomputer/terraform-provider-together/commit/3c8455f8c51eab422cd2af882ddae9c597206b0b)) |
| 48 | +* **api:** Remove API that is not intended to be public. ([64af004](https://github.com/togethercomputer/terraform-provider-together/commit/64af0044a56c83881e0031c53bc6f7c9734a8a8d)) |
| 49 | +* bump dependency version ([750f6f3](https://github.com/togethercomputer/terraform-provider-together/commit/750f6f3f6a797fee561cd3be49c38493bd03467c)) |
| 50 | +* Configure fields to be omitted from terraform cluster create ([a4cd81b](https://github.com/togethercomputer/terraform-provider-together/commit/a4cd81b5da438d1e9a784d19823e2288769ff800)) |
| 51 | +* configure new SDK language ([3183562](https://github.com/togethercomputer/terraform-provider-together/commit/3183562f6393254dd0c3c3e2efa1f45dcd44d9e7)) |
| 52 | +* ensure tests build as part of lint step ([1d73806](https://github.com/togethercomputer/terraform-provider-together/commit/1d738065d2d960889eb7d735a011496d45a19b1a)) |
| 53 | +* Force cluster creation billing type to be ON_DEMAND ([#5](https://github.com/togethercomputer/terraform-provider-together/issues/5)) ([648e7f7](https://github.com/togethercomputer/terraform-provider-together/commit/648e7f7170c073f931ff112d4ac682fb45898e92)) |
| 54 | +* **internal:** address linter warnings ([d319a72](https://github.com/togethercomputer/terraform-provider-together/commit/d319a72e3fc655186a52835d24fb24872ebbc807)) |
| 55 | +* **internal:** codegen related update ([2d03d96](https://github.com/togethercomputer/terraform-provider-together/commit/2d03d96a99b6c66196ec0401758c16803edde4b7)) |
| 56 | +* **internal:** codegen related update ([5b1effd](https://github.com/togethercomputer/terraform-provider-together/commit/5b1effd2ff7fb2a891d46728718f82b9ee61cf74)) |
| 57 | +* **internal:** codegen related update ([6f55159](https://github.com/togethercomputer/terraform-provider-together/commit/6f55159f92cca777f66322e1d80629a379b8bf33)) |
| 58 | +* **internal:** codegen related update ([5356b9d](https://github.com/togethercomputer/terraform-provider-together/commit/5356b9d8b932ea0947787419fdcfa063c59d073a)) |
| 59 | +* **internal:** codegen related update ([826b17b](https://github.com/togethercomputer/terraform-provider-together/commit/826b17bf28486e102f0c80d0a119f6c0ba6f39e1)) |
| 60 | +* **internal:** codegen related update ([a2a30f8](https://github.com/togethercomputer/terraform-provider-together/commit/a2a30f89a3292b48b46bc57853ba6a85996bb9b8)) |
| 61 | +* **internal:** codegen related update ([2b2dc02](https://github.com/togethercomputer/terraform-provider-together/commit/2b2dc02aa6f23982124bfedc6ade5e1c993bfa39)) |
| 62 | +* **internal:** codegen related update ([41a04a5](https://github.com/togethercomputer/terraform-provider-together/commit/41a04a51a97268842c8d60156635726b912eaf0e)) |
| 63 | +* **internal:** codegen related update ([e3d18e2](https://github.com/togethercomputer/terraform-provider-together/commit/e3d18e2ad0eb4616923f507760a9c33057477e5c)) |
| 64 | +* **internal:** codegen related update ([c792853](https://github.com/togethercomputer/terraform-provider-together/commit/c792853aff4de447bb62720c38193ca8d40cb454)) |
| 65 | +* **internal:** codegen related update ([9a068a6](https://github.com/togethercomputer/terraform-provider-together/commit/9a068a6fd64018372209bded87b0d36b5822d9f7)) |
| 66 | +* **internal:** update `actions/checkout` version ([4229996](https://github.com/togethercomputer/terraform-provider-together/commit/4229996d2af1244d3dcda7b4cbabc295b2185938)) |
| 67 | +* Update cluster apis to reflect their new response shape ([0dc8895](https://github.com/togethercomputer/terraform-provider-together/commit/0dc8895c2ee108089ae5cc49a757d61f21beb932)) |
| 68 | +* Update descriptions for jig queue methods and properties ([7016581](https://github.com/togethercomputer/terraform-provider-together/commit/7016581b9bd929568497387daca961ec686655db)) |
| 69 | +* update Go SDK version ([7d98f53](https://github.com/togethercomputer/terraform-provider-together/commit/7d98f5333ccb3fde4c976fb72ecaf2e47efeb765)) |
| 70 | +* Update reference to terraform repo name ([0aad161](https://github.com/togethercomputer/terraform-provider-together/commit/0aad161042b0668b2317a3d3e78962991f57797d)) |
| 71 | +* Update terraform go sdk version ([60a225f](https://github.com/togethercomputer/terraform-provider-together/commit/60a225feb3538baf38510b6f3cdc9c79d5c8d05b)) |
| 72 | + |
| 73 | + |
| 74 | +### Styles |
| 75 | + |
| 76 | +* **api:** Change fine tuning method `retrieve_checkpoints` to `list_checkpoints` ([3af90b5](https://github.com/togethercomputer/terraform-provider-together/commit/3af90b50a9ebd495935614e4b0f53f064e5cd0de)) |
| 77 | +* **api:** Change fine tuning namespace to `fine_tuning` ([c0e5fd2](https://github.com/togethercomputer/terraform-provider-together/commit/c0e5fd222142f0fc21861ec41566cf3f930e69d2)) |
0 commit comments