All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.2.13 (2024-09-14)
- Use ReqAthena v0.2, which is more efficient and directly supports Explorer (#76)
v0.2.12 (2024-09-06)
- Allow Explorer 0.7+
v0.2.11 (2024-09-04)
- Allow Kino 0.13+
v0.2.10 (2024-08-15)
- SQL cell to keep the selected connection when not defined (#75)
v0.2.9 (2024-07-26)
- SQL cell to ignore interpolation and escapes in the generated query string (#74)
v0.2.8 (2024-06-17)
- Support for DuckDB via ADBC (#71)
- SSL Support for Postgres/MySQL (#73)
- Added an option to specify a custom CA certificates file (#73)
v0.2.7 (2024-03-31)
- Allow adbc 0.3+
v0.2.6 (2024-02-08)
- Allow Explorer 0.8.0+
v0.2.5 (2023-10-18)
- Allow adbc 0.2.0+
v0.2.4 (2023-09-13)
- Correct SSQL usage within SQL Server
v0.2.3 (2023-09-02)
- SQL Server integration (#65)
v0.2.2 (2023-08-31)
- Settings as a dynamic header (#62)
- Restores ipv6 config from attrs (#58)
v0.2.1 (2022-12-05)
- Relaxed requirement on Kino to
~> 0.7
- SQL cell error when there is no default connection (#52)
v0.2.0 (2022-10-07)
- Made IPv6 connection an opt-in (#46)
v0.1.3 (2022-07-14)
- Scan binding for
Req.Request
connections and Req plugins versions (#20)
v0.1.2 (2022-06-30)
- Color required inputs and block source code generation when they're empty (#20)
- Support for AWS Athena (#15)
- Support for Google BigQuery (#7, #18 and #19)
- Support for SQLite (#2)
- Warning when there's no available connection (#11)
v0.1.1 (2022-05-03)
- Smart cells source synchronization before evaluation (#3)
v0.1.0 (2022-04-28)
Initial release.