Skip to content

Releases: crate/crash

0.28.0

13 Apr 17:04
Compare
Choose a tag to compare
  • Added support for Python 3.10.

  • Fixed tabular output with rows containing only whitespace or other
    non-printable characters by upgrading to upstream tabulate package.

Full Changelog: 0.27.0...0.28.0

0.27.0

13 Apr 16:42
Compare
Choose a tag to compare
  • Added support for Python 3.9.

  • Upgraded the CrateDB python driver to 0.26.0 in order to enable TCP keepalive
    on the socket level.

  • Made ctrl-d only quit program on empty command line, like any other shell.

Full Changelog: 0.26.0...0.27.0

0.26.0

13 Apr 16:42
Compare
Choose a tag to compare
  • Fixed issue where cancelling a ctrl-r search would not return focus.

  • Added feature to dynamically load keywords (for syntax highlighting) from pg_catalog.pg_get_keywords().

Full Changelog: 0.25.0...0.26.0

Release 0.25.0

04 Mar 09:23
Compare
Choose a tag to compare
  • Added the cluster name to the status bar.

  • Sort the output of the \dt (show tables) command alphabetically.

  • Improved the color scheme for the SQL syntax hightlighing.

  • Dropped support for Python 3.4 and added official support for Python 3.7 and
    Python 3.8.