pgcli v3.1.0 Release Notes

  • ๐Ÿ”‹ Features:

    • ๐Ÿ‘‰ Make the output more compact by removing the empty newline. (Thanks: laixintao_)
    • โž• Add support for using pspg as a pager (#1102)
    • โšก๏ธ Update python version in Dockerfile
    • ๐Ÿ‘Œ Support setting color for null, string, number, keyword value
    • ๐Ÿ‘Œ Support Prompt Toolkit 2
    • ๐Ÿ‘Œ Support sqlparse 0.4.x
    • โšก๏ธ Update functions, datatypes literals for auto-suggestion field
    • โž• Add suggestion for schema in function auto-complete

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Minor typo fixes in pgclirc. (Thanks: anthonydb_)
    • ๐Ÿ›  Fix for list index out of range when executing commands from a file (#1193). (Thanks: Irina Truong_)
    • ๐Ÿšš Move from humanize to pendulum for displaying query durations (#1015)
    • More explicit error message when connecting using DSN alias and it is not found.