Skip to content

Releases: theseus-rs/rsql

v0.15.3

09 Jan 04:05
Compare
Choose a tag to compare

✨ Enhancements

  • add excel and ods drivers (#253)
  • add yaml driver (#250)
  • add xml driver (#249)

📦 Build system

  • update file_type to be a required dependency (#254)
  • upgrade cargo dist to 0.27.1 (#251)

🛠️ Other improvements

  • update dependencies (#247)
  • update file_type to version 0.2.0 (#252)

v0.15.2

06 Jan 01:07
Compare
Choose a tag to compare

✨ Enhancements

  • add file driver (#248)

📦 Build system

  • upgrade cargo dist to 0.27.0 (#246)

v0.15.1

19 Dec 01:40
Compare
Choose a tag to compare

✨ Enhancements

  • provide detailed polars column metadata (#245)
  • add support for additional polars data types (#244)
  • add Value::Map (#243)

🐞 Bug fixes

  • correct postgresql metadata index column ordering (#242)

📖 Documentation

  • add driver example (#239)

v0.15.0

17 Dec 06:48
Compare
Choose a tag to compare

💥 Breaking changes

  • update duckdb, rusqlite and sqlite drivers to use <scheme>://<file> format (#238)

✨ Enhancements

  • add avro driver (#236)
  • add arrow ipc driver (#235)
  • add parquet driver (#234)
  • add json and jsonl drivers (#233)
  • add csv, delimited and tsv drivers (#232)
  • add From trait for Value (#231)

🐞 Bug fixes

  • update polars drivers url format (#237)

📦 Build system

  • upgrade to cargo dist 0.26.1 (#230)

🛠️ Other improvements

  • update duckdb, rusqlite and sqlite drivers to use <scheme>://<file> format (#238)
  • remove unused dependency (#229)
  • update to Rust 1.83 (#228)
  • update dependencies in Cargo.toml and Cargo.lock (#227)
  • update postgresql embedded default version to 17.2.0 (#226)

v0.14.1

17 Nov 03:46
Compare
Choose a tag to compare

✨ Enhancements

  • add CockroachDB driver (#225)

📦 Build system

  • update dependencies (#220)
  • update to cargo-dist 0.23.0 (#219)
  • update to Rust 1.82.0 (#218)

🛠️ Other improvements

  • update default embedded postgresql version to 17.1.0 (#224)
  • update dependencies (#223)
  • update default embedded postgresql version to 17.0.1 to support pgcrypto on mac (#221)

v0.14.0

05 Oct 20:07
Compare
Choose a tag to compare

💥 Breaking changes

  • remove public access for individual drivers (#201)
  • remove unnecessary Row struct (#202)

✨ Enhancements

  • autocomplete of table and column names (#193)

🛠️ Other improvements

  • Pre-execution query analysis (#200)
  • update lint macros (#204)
  • add connection url (#203)
  • remove public access for individual drivers (#201)
  • remove unnecessary Row struct (#202)

v0.13.13

02 Oct 22:36
Compare
Choose a tag to compare

✨ Enhancements

  • add redshift driver (#199)
  • update postgresql embedded to version 17 (#194)

🐞 Bug fixes

  • revert sqlx from 0.8.2 to 0.7.4 to correct mysql and mariadb string conversion errors (#198)

📦 Build system

  • update codecov action (#195)

🛠️ Other improvements

  • update postgresql tests to use posgresql-embedded on all plattforms (#197)
  • specialized trait for toggle-able shell commands (#196)
  • update postgresql_embedded and sqlx (#192)

v0.13.12

03 Sep 16:50
Compare
Choose a tag to compare

🐞 Bug fixes

  • fix:rename exit in zh, duplicate with quit, not unique (#190)

📖 Documentation

  • update query examples for windows (#187)

📦 Build system

  • update cargo-dist to 0.22 (#191)

v0.13.11

29 Aug 19:02
Compare
Choose a tag to compare

✨ Enhancements

  • Snowflake driver (#184)

v0.13.10

26 Aug 03:32
Compare
Choose a tag to compare

✨ Enhancements

  • add automatic update (#183)
  • add i18n support to expanded format (#181)
  • update postgresql embedded to 0.16.1 (#180)

🐞 Bug fixes

📦 Build system

  • update dependencies (#182)