Skip to content

extension-0.7.0

Compare
Choose a tag to compare
@smoya smoya released this 20 Jan 09:59
· 117 commits to main since this release
31f2e34

New features and improvements

  • Allow users to configure a base_url for the vectorizer OpenAI embedder (66ceb3d)
  • Upgrade ollama client to 0.4.5 (c579238)
  • Add just ext docker-start command (96ac4f5)
  • Allow vectorizers to be granted to public (7b2995b)
  • Allow superusers to create vectorizers on any table (027b3f4)

Fixes

  • Fix load_datasets to handle structs (25465ae)
  • Fix deprecation warning on re.split (7b4a916)
  • Fix exclude python system packages for versioned extension (1f6d1a8)
  • Fix schema qualify type definitions, casts, and operators (ee86d35)
  • Fix host networking not supported on macOS (aac3d83)
  • Fix handling of empty PG_BIN (bd83165)

Other improvements

  • Add warning when trying to install pre-release version (0b400a0)
  • Support uv in extension install for development (3f9736a)