Skip to content

v1.52.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jun 22:22
· 5 commits to main since this release

Changes since v1.51.0:

  • e8b759e prepare for v1.52.0 release
  • 5fa33a5 update README to reflect current implementation
  • 83375a9 chore(deps): upgrade all Go modules to latest versions
  • 9d20d38 feat(io): add --writer-key-file flag to load writer encryption keys from JSON
  • 7b5db60 refactor(io): make key file parser format-neutral
  • 2835d08 fix(io): reject unknown fields in reader key file
  • c8cf6e1 docs: document --key-file flag for reader decryption
  • ee41c2a feat(io): add --key-file flag to load reader decryption keys from JSON
  • 33dee58 test: add negative cases for invalid logical type + physical type combos
  • 3d7bc5c build(deps): bump github.com/hangxie/parquet-go/v3 from v3.3.0 to v3.3.1
  • d7da6b6 test: expand one-line map entries to multi-line format