Supabase RS

Supabase RS

Supabase SDK written in Rust RSS feed

v0.7.0

v0.7.0

What's Changed

Full Changelog: https://github.com/xylex-group/supabase_rs/compare/v0.6.0...v0.7.0

Features

Enhancements

Full diff: v0.6.0...v0.7.0

Share card: Generate release OG image

v0.6.0

v0.6.0

0.6.0 (2026-03-05)

Features

  • add PostgREST RPC support with RpcBuilder (690cef8)
  • Enhance code quality and maintainability (46037d3)
  • extend type generation for RPC functions (2537cd0)

Bug Fixes

  • dependencies: update reqwest to version 0.13.1 and correct rustls feature (c44071b)
  • Fixes clippy and formatting warnings (053f80d)

Fixes

Docs

Features

Enhancements

Full diff: v0.5.1...v0.6.0

Share card: Generate release OG image

v0.5.0

v0.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/floris-xlx/supabase_rs/compare/v0.4.4...v0.5.0

Full diff: v0.4.4...v0.5.0

Share card: Generate release OG image

v0.3.5

v0.3.5

0.3.5 (2024-07-10)

Features

  • add bulk_insert function (33f30e3)
  • Add error message for table name not ending with Collection (27dd186)
  • add insert_without_defined_key method (dc8e0ed)
  • Add support for selecting specific columns in the select query (309d8dc)
  • allow users to select column names to reference when updating (b2de629)
  • implement missing Query methods (4d0b9ba)
  • Query::build() takes filters and sort (766592d)

Bug Fixes

  • abstracted all tests into seperate methods with files (d2c60b8)
  • derive Default instead of manually implementing it (77299ad)
  • ignore or modify some doctests (e6a2e03)
  • implement std::fmt::Display for Filter instead of creating to_string() (0bce354)
  • use assert!() instead of assert_eq!() for bool literal comparison (efd10df)

Share card: Generate release OG image