@forzalabs/remora 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,8 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
6
6
 
7
7
  ## Unreleased
8
8
 
9
+ ## V 1.2.2 - 2026-04-10
10
+
9
11
  ### Added
10
12
  - Added field-level consumer validations with support for multiple rules per field and per-rule failure actions: `fail`, `skip`, `warn`, and `set_default`
11
13
  - Added dataset-level consumer validations for `unique_fields`, `min_rows`, `max_rows`, `no_duplicates`, and `not_empty`
@@ -14,6 +16,8 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
14
16
  - Added `warn()` logging support for non-fatal validation outcomes
15
17
  - Added canary consumer coverage for field-level and dataset-level validations with passing, warning, skipped, defaulted, and failing scenarios
16
18
  - Added `verify:local` to the canary package to build the local CLI and run the canary suite against it instead of the published package
19
+ - Added canary coverage for `sample` and `discover` against gzipped local producer inputs
20
+ - Added compressed CSV and JSONL canary fixtures plus matching producer definitions for gzip-based CLI verification
17
21
 
18
22
  ### Changed
19
23
  - Updated consumer field validation configuration from a single flat validation object to an ordered array of validation rules with explicit `onFail` behavior
@@ -21,6 +25,8 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
21
25
  ### Fixed
22
26
  - Fixed the consumer JSON schema to support the new field-level and dataset-level validation configuration
23
27
  - Fixed AJV strict-mode compatibility for validation `in` and `not_in` rule arrays by replacing union `type` declarations with `oneOf`
28
+ - Fixed CLI `sample` and `discover` commands so they can read producers configured with compressed local files by reusing the existing decompression logic during sampling
29
+ - Fixed conflict in export with unique values and split by max size
24
30
 
25
31
  ## V 1.1.15 - 2026-03-26
26
32