Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@aykut-bozkurt aykut-bozkurt released this 24 Feb 14:42
· 1 commit to main since this release
2f0e2a8

This is pg_parquet v0.3.0, which supports COPY TO/FROM Azure Blob Storage and caches connections per session and bucket.

Important Changes

  • Supports COPY TO/FROM Azure Blob Storage (fcb5036),
  • Caches remote connections per Postgres session and bucket (3ff46d5),
  • Adds basic support for writing geoparquet metadata (30fb0c6),
  • Fixes memory leak during COPY FROM huge tables (2c1a62d),
  • Skips unrecognized or unsupported uri schemes instead of throwing error (2f0e2a8),
  • Disallows special numerics +-Inf or NaN (e775b0e).

Full Changelog: v0.2.0...v0.3.0