pgcli v1.5.0 Release Notes

  • ๐Ÿ”‹ Features:

    • โฌ†๏ธ Upgraded pgspecial to 1.7.0. (See pgspecial changelog <https://github.com/dbcli/pgspecial/blob/master/changelog.rst>_ for list of fixes)
    • โž• Add a new config setting to allow expandable mode (Thanks: Jonathan Boudreau <https://github.com/AGhost-7>_)
    • ๐Ÿ‘‰ Make pgcli prompt width short when the prompt is too long (Thanks: Jonathan Virga <https://github.com/jnth>_)
    • โž• Add additional completion for ALTER keyword (Thanks: Darik Gamble_)
    • ๐Ÿ”ง Make the menu size configurable. (Thanks Darik Gamble_)

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ– Handle more connection failure cases. (Thanks: Amjith Ramanujam_)
    • ๐Ÿ›  Fix the connection failure issues with latest psycopg2. (Thanks: Amjith Ramanujam_)

    Internal Changes:

    • โž• Add testing for Python 3.5 and 3.6. (Thanks: Amjith Ramanujam_)