Skip to content

2.2.2

Choose a tag to compare

@effigies effigies released this 12 Nov 15:20
· 15 commits to main since this release
10d1ff3

Changed

  • Support min() and max() 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_ENCODING issues 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