Skip to content

Latest commit

 

History

History
135 lines (126 loc) · 18.4 KB

CHANGELOG.md

File metadata and controls

135 lines (126 loc) · 18.4 KB

Changelog

All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.


v0.2.2 - 2024-09-25

Bug Fixes

  • properly display datasources in table creation dialog - (979d529) - @octal

Miscellaneous Chores


v0.2.1 - 2024-09-25

Miscellaneous Chores

  • (CHANGELOG) remove duplicate entry from CHANGELOG - (232990c) - @octal

Refactoring

  • (ui) minor update of how datasources are displayed - (26f342b) - @octal


v0.2.0 - 2024-09-23

Bug Fixes

  • (ui.sidebar) open project GitHub when clicking github icon button - (dd8b3ad) - @octal
  • add google gcs datasource configuration options - (ea782aa) - @octal

Features

  • (ui) query title can now be updated from history - (8053c4b) - @octal

Miscellaneous Chores


0.1.0 - 2024-09-16

Bug Fixes

  • (backend) properly unespace characters before executing sql query - (4e52725) - @octal
  • (ci) attempt to fix build on macos by increasing node heap size - (d3eabfe) - @octal
  • (components) make sure that path that represents a directory structure end with a '/' delimiter - (2526c79) - @octal
  • (lens) properly handle Dictionary DataType - (6814427) - @octal
  • (ui) properly expand databases - (3d3a99b) - @octal
  • (ui) fix import in query pane - (109afc8) - @octal
  • (ui) correctly bind checked property to switch options in create table dialog - (3b3e8a6) - @octal
  • (ui) properly display last page number - (6b6d87f) - @octal
  • (ui) properly use options when creating table - (9ac1f52) - @octal
  • (ui) make query result table columns reactive - (77b7505) - @octal
  • (ui) properly refresh query string when reneweing query from history - (ab61de4) - @octal
  • (ui) make query results table reactive when stream updates - (a733f40) - @octal
  • (ui) make datasource URL reactive in DatasourceDialog and properly type datasource item - (280db57) - @octal
  • (ui) add ScrollArea to aws region selection - (9eb4f63) - @octal
  • (ui.query) remove tanstack table until we figure how to to properly make data reactive - (6205a69) - @octal
  • (ui.query) removed $effect on query results table - (be9cc19) - @octal
  • add tauri-apps/cli to dependencies - (95ca564) - @octal
  • add session token to AWS credentials for SSO login - (51a9eaa) - @octal

Continuous Integration

Features

  • (backend) add command to close stream - (a29e26c) - @octal
  • (ui) add context menu to drop schema and table - (9ea1d83) - @octal
  • (ui) add stopwatch to measure query execution time - (3f19b52) - @octal
  • (ui) queries can now have a title - (050382d) - @octal
  • (ui) add support for drag and dropping files directly to the explorer for quick table creation - (4949b1d) - @octal
  • (ui) add "multi lines" option to csv options - (ea5406c) - @octal
  • (ui) add Monaco editor and SQL syntax highlighting - (6b69fda) - @octal
  • (ui) make both panes closable in split mode - (12581c0) - @octal
  • (ui) add sidebar and light/dark mode toggle dropdown - (50d3dc3) - @octal
  • (ui) add overlay to query pane - (6aa6e8a) - @octal
  • (ui) add query renewing - (fc276a3) - @octal
  • (ui) add query history - (b93d9e4) - @octal
  • (ui) show row number in results table - (1a81fc6) - @octal
  • (ui) add dialog to export query results - (15d16ff) - @octal
  • (ui) add pagination to raw text display in query results pane - (8d7779d) - @octal
  • (ui) use TanStack table to display data and allow for column sorting - (04b2c76) - @octal
  • (ui) add horizontal and vertical split to query pane - (b44f57c) - @octal
  • (ui) add progress bar in results table when loading data - (c84b7ab) - @octal
  • (ui) add indeterminate progress bar - (932b3e9) - @octal
  • (ui) add spinner to give user feedback when a table is being created - (da0ed13) - @octal
  • (ui) add sql query execution and results table - (f4d1ecf) - @octal
  • (ui) add table creation - (3095c77) - @octal
  • (ui.aws) add a list of SSO profiles retrieved from configuration file when configuring s3 datasource through SSO - (f8bfcbe) - @octal
  • (ui.table) add a way to specify type for a partition column - (e5fbedf) - @octal
  • add aws SSO login - (b7f2046) - @octal

Miscellaneous Chores

Refactoring


Changelog generated by cocogitto.