Skip to content

Releases: rush-db/rushdb-python

RushDB v1.0.0

17 May 17:11
a3d01b9

Choose a tag to compare

RushDB 1.0 🚀

We're thrilled to announce RushDB's first major release with significant new capabilities:

Key Features

  • Vector Search: Added comprehensive vector search functionality with similarity aggregates and query builder support
  • Member Management: Implemented complete workspace membership system with invitations, user access controls, and per-user project assignments
  • Remote Database Connectivity: Added support for remote Neo4j/Aura connections, expanding deployment options
  • Authentication Enhancements: Added Google OAuth support and improved user authorization flows
  • Documentation Overhaul: Completely reworked documentation with new tutorials and clearer guides

Security & Administration

  • Improved user access control with revoke-access endpoint and normalized user deletion
  • Enhanced @roles guard implementation for better permission handling
  • Added workspace billing accuracy improvements
  • Implemented recompute-access-list functionality

This major release represents a significant milestone in RushDB's development with enterprise-ready features and improved developer experience.

v0.3.0

14 Feb 18:32
fc8c9ee

Choose a tag to compare

What's Changed

  • Add ability to query property values by @1pxone in #5

Full Changelog: v0.2.1...v0.3.0

v0.2.1

03 Feb 18:38
87e57bd

Choose a tag to compare

What's Changed

  • Fix package version in toml file by @1pxone in #3
  • Fix package version in toml file by @1pxone in #4

Full Changelog: v0.2.0...v0.2.1

v0.2.0

03 Feb 18:20
0d1e93d

Choose a tag to compare

What's Changed

  • Update docs and client class name by @1pxone in #2

Full Changelog: v0.1.0...v0.2.0

Initial release

02 Feb 18:12
fd04eef

Choose a tag to compare

Merge pull request #1 from rush-db/feature/python-sdk

Initial commit