Skip to content

Releases: rush-db/rushdb-python

v1.6.0

20 Jun 15:52
8944288
Compare
Choose a tag to compare

What's Changed

  • Update SearchResult behavior, add to_dict method by @1pxone in #12

Full Changelog: v1.5.1...v1.6.0

v1.5.1

11 Jun 04:32
e0c1d27
Compare
Choose a tag to compare

What's Changed

  • Fix csv_import data argument type by @1pxone in #11

Full Changelog: v1.5.0...v1.5.1

v1.5.0

10 Jun 12:57
fe913f4
Compare
Choose a tag to compare

What's Changed

  • Implements records result iterator by @1pxone in #10

Full Changelog: v1.4.0...v1.5.0

v1.4.0

09 Jun 18:22
d89d75e
Compare
Choose a tag to compare

What's Changed

  • Update docs and labels api by @1pxone in #9

Full Changelog: v1.2.0...v1.4.0

v1.2.0

26 May 23:45
84f0276
Compare
Choose a tag to compare

Update values api
Fix base url ambiguity

What's Changed

  • Feature/post release cleanups by @1pxone in #8

Full Changelog: v1.0.0...v1.2.0

RushDB v1.0.0

17 May 17:11
a3d01b9
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Merge pull request #1 from rush-db/feature/python-sdk

Initial commit