Skip to content

Releases: theseus-rs/rsql

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)

v0.13.9

09 Aug 20:40
Compare
Choose a tag to compare

📦 Build system

  • remove release support for the arm-unknown-linux-gnueabihf target (#179)

v0.13.8

09 Aug 19:22
Compare
Choose a tag to compare

📦 Build system

  • install cross compilation tools for release

v0.13.7

09 Aug 17:50
Compare
Choose a tag to compare

✨ Enhancements

  • continue repl loop on interrupt, ctrl-D (EOF) still closes repl (#175)
  • update default embedded postgresql version from 16.3.0 to 16.4.0 (#178)

📦 Build system

  • enable cargo deny (#176)
  • update dependencies (#174)

v0.13.6

25 Jul 17:49
Compare
Choose a tag to compare

🐞 Bug fixes

  • corrected cfg error with Rust 1.80 (#173)

📦 Build system

v0.13.5

07 Jul 07:08
Compare
Choose a tag to compare

📦 Build system

  • update postgresql_embedded to use rustls (#170)