Skip to content

Latest commit

 

History

History
140 lines (75 loc) · 4.56 KB

CHANGELOG.md

File metadata and controls

140 lines (75 loc) · 4.56 KB

Changelog

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)

Changed

  • Use ReqAthena v0.2, which is more efficient and directly supports Explorer (#76)

v0.2.12 (2024-09-06)

Changed

  • Allow Explorer 0.7+

v0.2.11 (2024-09-04)

Changed

  • Allow Kino 0.13+

v0.2.10 (2024-08-15)

Fixed

  • SQL cell to keep the selected connection when not defined (#75)

v0.2.9 (2024-07-26)

Fixed

  • SQL cell to ignore interpolation and escapes in the generated query string (#74)

v0.2.8 (2024-06-17)

Added

  • 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)

Changed

  • Allow adbc 0.3+

v0.2.6 (2024-02-08)

Changed

  • Allow Explorer 0.8.0+

v0.2.5 (2023-10-18)

Changed

  • Allow adbc 0.2.0+

v0.2.4 (2023-09-13)

Changed

  • Correct SSQL usage within SQL Server

v0.2.3 (2023-09-02)

Added

  • SQL Server integration (#65)

v0.2.2 (2023-08-31)

Added

  • SSL support for Connection cell (#60)
  • Snowflake integration (#61)

Changed

  • Settings as a dynamic header (#62)

Fixed

  • Restores ipv6 config from attrs (#58)

v0.2.1 (2022-12-05)

Changed

  • Relaxed requirement on Kino to ~> 0.7

Fixed

  • SQL cell error when there is no default connection (#52)

v0.2.0 (2022-10-07)

Added

  • Integration with Livebook secrets for passwords and secret keys (#32 and #43)

Changed

  • Made IPv6 connection an opt-in (#46)

v0.1.3 (2022-07-14)

Added

  • Support AWS Athena new features (#27)
  • Support for IPv6 address (#26)

Fixed

  • Scan binding for Req.Request connections and Req plugins versions (#20)

v0.1.2 (2022-06-30)

Added

  • 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)

Fixed

  • Smart cells source synchronization before evaluation (#3)

v0.1.0 (2022-04-28)

Initial release.