2.2.2
Changed
-
Support
min()andmax()of numbers in the expression language. This allows for simpler rules when a field may be a number or array of numbers. -
Annexed files that are not local are treated as empty instead of erroring if a remote URL could not be constructed. The size of missing files are included in the summary estimate of dataset size.
Fixed
INVALID_FILE_ENCODINGissues now print sensible messages instead of crashing.
Pull requests merged
- feat: Support min/max of single numbers by @effigies in #284
- chore: Bump schema by @effigies in #285
- feat: Fall back to an empty file for absent symlinks with no public S3 URL by @effigies in #287
- chore(ci): Build against macos-15-intel by @effigies in #289
- fix: Add missing INVALID_FILE_ENCODING issue definition by @nellh in #292
Full Changelog: 2.2.1...2.2.2