pgcli v2.1.1 Release Notes

Release Date: 2019-05-31 // almost 5 years ago
  • ๐Ÿ› Bug fixes:

    • Escape switches to VI navigation mode when not canceling completion popup. (Thanks: Nathan Verzemnieks_)
    • Allow application_name to be overridden. (Thanks: raylu_)
    • ๐Ÿ›  Fix for "no attribute KeyringLocked" (#1040). (Thanks: Irina Truong_)
    • Pgcli no longer works with password containing spaces (#1043). (Thanks: Irina Truong_)
    • Load keyring only when keyring is enabled in the config file (#1041). (Thanks: Zhaolong Zhu_)
    • ๐Ÿš€ No longer depend on sqlparse as being less than 0.3.0 with the release of sqlparse 0.3.0. (Thanks: VVelox_)
    • ๐Ÿ›  Fix the broken support for pgservice . (Thanks: Xavier Francisco_)
    • Connecting using socket is broken in current master. (#1053). (Thanks: Irina Truong_)
    • ๐Ÿ‘ Allow usage of newer versions of psycopg2 (Thanks: Telmo "Trooper"_)
    • โšก๏ธ Update README in alignment with the usage of newer versions of psycopg2 (Thanks: Alexander Zawadzki_)

    Internal:

    • โž• Add python 3.7 to travis build matrix. (Thanks: Irina Truong_)
    • Apply black to code. (Thanks: Irina Truong_)