You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cli/CHANGELOG.md
+69Lines changed: 69 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,74 @@
1
1
# lingo.dev
2
2
3
+
## 0.133.5
4
+
5
+
### Patch Changes
6
+
7
+
-[#2049](https://github.com/lingodotdev/lingo.dev/pull/2049)[`2aa4145`](https://github.com/lingodotdev/lingo.dev/commit/2aa414565c802db71367ce00b1d062dc0488ef2f) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - Fixed a bug where the CI pull request flow would ignore the existing translation branch and start from scratch, which could produce duplicate PRs when the original was merged during a concurrent run.
8
+
9
+
## 0.133.4
10
+
11
+
### Patch Changes
12
+
13
+
-[#2051](https://github.com/lingodotdev/lingo.dev/pull/2051)[`9991515`](https://github.com/lingodotdev/lingo.dev/commit/9991515adad3773d40791b18f2e6105235145609) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - SDK: Improved API error messages by parsing server JSON responses instead of using HTTP status text. Removed try/catch from whoami so network errors propagate instead of being silently treated as "not authenticated". Deduplicated error handling into shared helpers. Removed unused workflowId parameter.
14
+
15
+
CLI: Auth failures now show specific error messages (e.g., "Invalid API key" vs generic "Authentication failed").
-[#2036](https://github.com/lingodotdev/lingo.dev/pull/2036)[`a73abec`](https://github.com/lingodotdev/lingo.dev/commit/a73abec7040fcc9146907861360c63bbb3223547) Thanks [@tjazsilovsek](https://github.com/tjazsilovsek)! - Bump @biomejs/js-api and @biomejs/wasm-nodejs to latest versions
38
+
39
+
## 0.133.0
40
+
41
+
### Minor Changes
42
+
43
+
-[#2035](https://github.com/lingodotdev/lingo.dev/pull/2035)[`73a8c73`](https://github.com/lingodotdev/lingo.dev/commit/73a8c731f5af03db9c165000e87ee5e5a1086a48) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - Migrate SDK and CLI to unified API endpoints. All requests now use `api.lingo.dev` with `X-API-Key` auth. Added `engineId` config option (auto-migrated from `vNext`)
-[#2027](https://github.com/lingodotdev/lingo.dev/pull/2027)[`bb3ec79`](https://github.com/lingodotdev/lingo.dev/commit/bb3ec797ad0379d99f84f20731f37ab03f759b00) Thanks [@AndreyHirsa](https://github.com/AndreyHirsa)! - Add vNext API support to LingoDotDevEngine. When engineId is provided, the engine routes requests to the vNext API. Refactor vNext localizer to use LingoDotDevEngine from SDK instead of custom inline implementation
65
+
66
+
-[#2026](https://github.com/lingodotdev/lingo.dev/pull/2026)[`a6aa9f2`](https://github.com/lingodotdev/lingo.dev/commit/a6aa9f2df134de2de706246847dcbeef83b13eec) Thanks [@cherkanovart](https://github.com/cherkanovart)! - Exit with non-zero code when localization tasks fail, so CI/CD pipelines correctly detect partial errors
0 commit comments