Releases: Evokoa/polygres-sdk
Releases · Evokoa/polygres-sdk
Release list
Polygres SDK 0.2.0
Added
- Added the
project.contextnamespace for pgContext collection, point, search, migration, and operation workflows. - Added
PolygresVersionWarningandPolygresMaintenanceError.
Changed
- Retired vector-config operations now raise
PolygresValidationErrorwith 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)
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-sdkInstall the standalone CLI with:
pip install polygres-cliPython SDK imports remain from polygres import Polygres after migration.
Polygres SDK 0.1.0
Initial release of the standalone polygres-sdk distribution.
Install with:
pip install polygres-sdkPython imports remain:
from polygres import PolygresThe command-line tool is published separately as polygres-cli.
Polygres Python SDK 0.2.0
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