pgcli v3.0.0 Release Notes

Release Date: 2020-04-10 // about 4 years ago
  • ๐Ÿ”‹ Features:

    • Add __main__.py file to execute pgcli as a package directly (#1123).
    • โž• Add support for ANSI escape sequences for coloring the prompt (#1122).
    • โž• Add support for partitioned tables (relkind "p").
    • โž• Add support for pg_service.conf files
    • Add config option show_bottom_toolbar.

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix warning raised for using is not to compare string literal
    • Close open connection in completion_refresher thread

    Internal:

    • โฌ‡๏ธ Drop Python2.7, 3.4, 3.5 support. (Thanks: laixintao_)
    • ๐Ÿ‘Œ Support Python3.8. (Thanks: laixintao_)
    • ๐Ÿ›  Fix dead link in development guide. (Thanks: BrownShibaDog_)
    • โฌ†๏ธ Upgrade python-prompt-toolkit to v3.0. (Thanks: laixintao_)