cassowary v0.11.0 Release Notes

Release Date: 2020-06-11 // almost 4 years ago
  • ๐Ÿ‘Œ Improvements

    • โšก๏ธ urfave/cli has been bumped from v1 to v2 and code has been updated to reflect version change. This also mean cassowary should be go get-able
    • ๐Ÿ”จ run and run-file has been merged into a single command 'run'. To run file slurp mode just add the -f flag in the run command, readme has been updated to reflect changes. This also meant the cli part could be refactored and a lot of duplicated code was removed
    • โšก๏ธ updated go.mod

    ๐Ÿ›  Bugfixes

    ๐Ÿ›  A bug where when both file slurp mode and duration was specified would cause the http requests to fail has been fixed

    ๐Ÿ”„ Changelog

    ๐Ÿ”จ c85379c Merge pull request #22 from rogerwelin/refactor-cli
    ๐Ÿ”จ 43fcb00 bumped urfave/cli to v2, refactored cli code, merge run & run-file into run
    1c2ef1f fix bug when duration and slurpmode was specified
    88fbd9f minor: readme fix
    โšก๏ธ a601154 minor: readme update
    ๐Ÿ”จ 68522b3 update readme to reflect refactoring
    โšก๏ธ b61a44c updated go.mod


Previous changes from v0.10.0

  • ๐Ÿ”‹ Features

    โž• Adding support for custom TLS certificates and support for x509 authentication. Big thanks to @fate0 for implementation

    ๐Ÿ”„ Changelog

    ๐Ÿ”€ cff7785 Merge pull request #20 from fate0/custom-tls
    ๐Ÿ“„ 2d75e69 add docs
    ๐Ÿ‘ dab6a69 add support for custom tls config
    โœ… 1d34252 add test case
    โœ… ba84934 add testdata
    โšก๏ธ 25fd534 update cli usage
    โšก๏ธ a33db64 update cli usage