SAWS v0.3.2 Release Notes

Release Date: 2015-10-16 // over 8 years ago
  • ๐Ÿ”„ Changelog

    0.3.2 (2015-10-16)

    ๐Ÿ”‹ Features

    • ๐Ÿณ Resolved #38: Added Docker installation support, by frosforever.
    • Resolved #39: Changed completion matching to ignore case.
    • Resolved #40: Added emr --cluster-states completions.
    • โšก๏ธ Resolved #52 and #58: Updated list of auto-completed commands and subcommands.
    • ๐Ÿšš Resolved #53: Moved shortcuts out of ~/.sawsrc to a new file ~/.saws.shortcuts to simplify managing shortcuts.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed #22 and #26:
      • ordereddict is now only installed with Python 2.6.
      • enum34 is now only installed with Python 3.3 and below.
    • ๐Ÿ›  Fixed #29: SAWS is now compatible with prompt_toolkit version 0.52, by jonathanslenders.
    • ๐Ÿ›  Fixed #33: SAWS will no longer exit on keyboard interrupt such as Ctrl-C, which can be useful to terminate long-running aws-cli commands.
    • ๐Ÿ›  Fixed #35: Grep now works consistently with shortcuts, by mlimaloureiro.
    • ๐Ÿ›  Fixed #41: Blank entry is no longer shown in list of completion if there is no optional value set for a given tag's key.
    • ๐Ÿ›  Fixed #60: Running an empty command no longer results in a pygmentize syntax error.
    • ๐Ÿ›  Fixed #61: Refreshing resources multiple times no longer results in an exception.

    โšก๏ธ Updates

    • โž• Added PyPI keywords for easier searching.
    • โšก๏ธ Updated PyPI README.
      • Added GitHub repo link, issue tracker, and repo gif.
    • โž• Added INSTALLATION doc, with the following updates:
      • Added virtualenv installation section.
      • Added Pipsi installation section #44, by svieira.
      • Added Docker installation section #38, by frosforever.
    • โšก๏ธ Updated repo README.
      • Updated discussion of shortcuts with the new ~/.saws.shortcuts file.
      • Added Command History section.
      • Updated AWS Credentials and Named Profiles section.
      • Added command to run SAWS in the Developer Installation section.
      • Updated Motivation section to include fuzzy shortcut completion, toolbar options, execution and piping of shell commands. and history of commands.
      • Mentioned initial testing of Python 3.5 support.
      • Added install from GitHub source instructions to get the latest dev release
    • โšก๏ธ Updated docs.