pgcli v2.1.0 Release Notes

Release Date: 2019-04-06 // about 5 years ago
  • 🔋 Features:

    • Keybindings for closing the autocomplete list. (Thanks: easteregg_)
    • Reconnect automatically when server closes connection. (Thanks: Scott Brenstuhl_)

    🐛 Bug fixes:

    • Avoid error message on the server side if hstore extension is not installed in the current database (#991). (Thanks: Marcin Cieślak_)
    • 📦 All pexpect submodules have been moved into the pexpect package as of version 3.0. Use pexpect.TIMEOUT (Thanks: Marcin Cieślak_)
    • Resizing pgcli terminal kills the connection to postgres in python 2.7 (Thanks: Amjith Ramanujam_)
    • 🛠 Fix crash retrieving server version with --single-connection. (Thanks: Irina Truong_)
    • Cannot quit application without reconnecting to database (#1014). (Thanks: Irina Truong_)
    • 0️⃣ Password authentication failed for user "postgres" when using non-default password (#1020). (Thanks: Irina Truong_)

    Internal:

    • (Fixup) Clean up and add behave logging. (Thanks: Marcin Cieślak, Dick Marinus)
    • ✅ Override VISUAL environment variable for behave tests. (Thanks: Marcin Cieślak_)
    • ✂ Remove build dir before running sdist, remove stray files from wheel distribution. (Thanks: Dick Marinus_)
    • 🛠 Fix unit tests, unhashable formatted text since new python prompttoolkit version. (Thanks: Dick Marinus_)