Skip to content

Releases: Evokoa/polygres-sdk

Polygres SDK 0.2.0

Choose a tag to compare

@evokoa-admin evokoa-admin released this 09 Aug 14:54

Added

  • Added the project.context namespace for pgContext collection, point, search, migration, and operation workflows.
  • Added PolygresVersionWarning and PolygresMaintenanceError.

Changed

  • Retired vector-config operations now raise PolygresValidationError with pgContext migration guidance.

Fixed

  • Corrected vector metric handling and configured ID-type behavior.
  • Improved validation and runtime error messages.
  • Restored Python 3.10 compatibility.

Polygres legacy 0.2.1 (deprecated)

Choose a tag to compare

@evokoa-admin evokoa-admin released this 10 Jul 06:10

This is the final compatibility release of the combined polygres SDK and CLI distribution. Existing functionality is preserved, but the package is deprecated and receives critical fixes only.

Migrate the SDK with:

pip uninstall polygres
pip install polygres-sdk

Install the standalone CLI with:

pip install polygres-cli

Python SDK imports remain from polygres import Polygres after migration.

Polygres SDK 0.1.0

Choose a tag to compare

@evokoa-admin evokoa-admin released this 10 Jul 06:12

Initial release of the standalone polygres-sdk distribution.

Install with:

pip install polygres-sdk

Python imports remain:

from polygres import Polygres

The command-line tool is published separately as polygres-cli.

Polygres Python SDK 0.2.0

Choose a tag to compare

@evokoa-admin evokoa-admin released this 09 Jul 21:53

Polygres 0.2.0 adds the terminal CLI and production-ready organization-aware workflows.\n\nSee the canonical changelog: https://docs.evokoa.com/polygres/changelog