@lingo.dev/_spec@0.49.1

lingodotdev/lingo.dev@lingo.dev/_spec@0.49.1Apr 27, 2026by github-actions[bot]

AI Summary

Patch release adding a `keyColumn` option to CSV buckets to specify unique row identifiers and prevent data loss.

Key Highlights

  • Added `keyColumn` option to specify which column is the unique row identifier.
  • Added validation for key uniqueness to prevent silent data loss from duplicate keys.

New Features

  • Added `keyColumn` option for CSV buckets

Full Release Notes

### Patch Changes

-   [#2076](https://github.com/lingodotdev/lingo.dev/pull/2076) [`bb295f7`](https://github.com/lingodotdev/lingo.dev/commit/bb295f77c0c7b17f780b0080308bce9b7827a1ba) Thanks [@cherkanovart](https://github.com/cherkanovart)! - feat(cli): add `keyColumn` option for CSV buckets to specify which column is the unique row identifier, and validate key uniqueness to prevent silent data loss from duplicate keys