Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 16:17
· 194 commits to main since this release
4619eaa

Patch Changes

  • 67b0a5e: Remove timeout when quering to create the initial log to support tables over 150MB in size
  • 2b2c2fe: Support BETWEEN, BETWEEN SYMMETRIC and IS UNKNOWN comparison predicates
  • 77d7bff: Implement log chunking, which tries to keep chunks within the specified LOG_CHUNK_BYTES_THREHSOLD - see relevant PR
  • 538d99f: Remove list_active_shapes and replace it by list_shapes.
  • 1d00501: Clean cached column info on relation changes.