=================
- Print only error message instead of full stacktrace in case of connection
error.
- Added support for SSL connection to CrateDB.
- Added new parameter ``username`` used to authenticate the user in CrateDB.
- Improved queries for ``sysinfo`` command
- Expanded the list of keywords used by autocompletion and
autocapitalization.
- Automatically capitalize keywords while typing, e.g. ``select`` -> ``SELECT``
**This feature is experimental and turned off by default. It may be removed
in future versions!**
- Automatically suggest and complete to ``UPPERCASE`` keywords
when using autocomplete.
- Added support for opening an editor to edit the current command.
This behaves similar as the same functionality in bash or zsh.
- Added support for suspend (``Ctrl-z``)