Skip to content

Releases: floris-xlx/supabase_rs

v0.4.0

26 Sep 06:29
8430825
Compare
Choose a tag to compare

0.4.0 (2024-09-26)

Features

  • add upsert_without_defined_key method (e632844)

Bug Fixes

  • return type of upsert_without_defined_key should be Result<(), String> (eaee89b)

v0.3.5

10 Jul 18:56
13d9b7c
Compare
Choose a tag to compare

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)