All Versions
21
Latest Version
Avg Release Cycle
54 days
Latest Release
1238 days ago

Changelog History
Page 1

  • v1.1.6 Changes

    December 04, 2020
    • ๐Ÿšš #1806 - remove use of hub action
    • #1805 - Use GITHUB_PATH and GITHUB_ENV.
    • โšก๏ธ #1799 - update contributing.md to reflect DCO instead of CLA
    • โœ… #1797 - Fix formatting related test failures
    • โšก๏ธ #1796 - Update issue templates
    • #1794 - use env files for github actions
    • #1792 - handle runner crash and generate report
    • ๐Ÿ–จ #1790 - Don't print a trailing space on steps with table args
    • ๐Ÿšฆ #1785 - Kill runner on sigTerm and sigInt signals
    • ๐Ÿšฆ #1777 - kill lsp runner on signal
    • #1775 - add current execution info in simple execution
  • v1.1.5 Changes

    November 03, 2020

    ๐Ÿ”‹ Features

    None

    ๐Ÿ› Bug Fixes

    • Search for concepts in custom spec dirs as well (#1780)
    • ๐Ÿ›  Fix step formatting for dynamic params #1767
    • ๐Ÿ›  Compute cell length using runes when formatting, fixes #1755 (#1759)
  • v1.1.4 Changes

    September 10, 2020

    ๐Ÿ”‹ Features

    None

    ๐Ÿ› Bug Fixes

    • #1750 - Raising missing events #1741
    • ๐Ÿ›  #1753 - Check if port is available when matching, fixes #1752
  • v1.1.3 Changes

    September 02, 2020

    ๐Ÿ”‹ Features

    None

    ๐Ÿ› Bug Fixes

    None

  • v1.1.2 Changes

    September 02, 2020

    ๐Ÿ”‹ Features

    None

    ๐Ÿ› Bug Fixes

    None

  • v1.1.1 Changes

    June 04, 2020

    ๐Ÿ”‹ Features

    • #1625 - Add retry count in proto scenario #1607
    • #1616 - Handle grpc connection failure

    ๐Ÿ› Bug Fixes

    • #1646 - Fixe for data driven execution when scenario data table are used with parallel tag filters.
    • #1638 - Fix for mismatch of steps and table names in report
    • #1608 - Exit with proper status code when specs dir is empty or doesn't exists.
    • #1606 - Show proper error for actions on external steps.
  • v1.1.0 Changes

    June 01, 2020

    ๐Ÿ”‹ Features

    • #1625 - Add retry count in proto scenario #1607
    • #1616 - Handle grpc connection failure

    ๐Ÿ› Bug Fixes

    • #1646 - Fixe for data driven execution when scenario data table are used with parallel tag filters.
    • #1638 - Fix for mismatch of steps and table names in report
    • #1608 - Exit with proper status code when specs dir is empty or doesn't exists.
    • #1606 - Show proper error for actions on external steps.
  • v1.0.9 Changes

    May 29, 2020

    ๐Ÿ”‹ Features

    • #1625 - Add retry count in proto scenario #1607
    • #1616 - Handle grpc connection failure

    ๐Ÿ› Bug Fixes

    • #1646 - Fixe for data driven execution when scenario data table are used with parallel tag filters.
    • #1638 - Fix for mismatch of steps and table names in report
    • #1608 - Exit with proper status code when specs dir is empty or doesn't exists.
    • #1606 - Show proper error for actions on external steps.
  • v1.0.8 Changes

    March 19, 2020

    ๐Ÿ”‹ Features

    None

    ๐Ÿ› Bug Fixes

    • #1608 - Exit with proper status code when specs dir is empty or doesn't exists.
    • #1606 - Show proper error for actions on external steps.
  • v1.0.7 Changes

    February 11, 2020

    โœจ Enhancements:

    • ๐Ÿ‘Œ Improve screenshot feature. Now screenshots are written to file getgauge/html-report#213
    • ๐Ÿ‘Œ Improve communication medium between gauge and plugins (Use gRPC) #134

    ๐Ÿ› Bug Fixes:

    #693 - list-templates should not be a separate subcommand.
    ๐Ÿ‘ #1543 - "gauge init" without argument suggests using unsupported "gauge list-templates" command
    #1140 - Syntax highlight of multi-line text should be handled
    #1529 - getting panic run time error with "--parallel --only" tag
    โœ… #1528 - Getting error with latest gauge plugin in intellij