Releases: crate/crash
0.28.0
- 
Added support for Python 3.10. 
- 
Fixed tabular output with rows containing only whitespace or other 
 non-printable characters by upgrading to upstreamtabulatepackage.
Full Changelog: 0.27.0...0.28.0
0.27.0
- 
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
- 
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
- 
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.