Releases: theseus-rs/rsql
Releases · theseus-rs/rsql
v0.14.0
💥 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
✨ 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
🐞 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.10
✨ 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
📦 Build system
- remove release support for the arm-unknown-linux-gnueabihf target (#179)
v0.13.8
📦 Build system
- install cross compilation tools for release
v0.13.7
✨ 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
🐞 Bug fixes
- corrected cfg error with Rust 1.80 (#173)
📦 Build system
v0.13.5
📦 Build system
- update postgresql_embedded to use rustls (#170)