Releases: getgauge/gauge
Releases · getgauge/gauge
gauge 1.0.6
Enhancements
- #1430 - Plugins are not installed when running the validate command
- #1426 - Aggregate plugin's fatal errors
Bug Fixes
- #1421 - Panic with specFileCollection while running Gauge
- #1452 - Gauge should handle multiple structured log entries properly.
- #1450 - Show language plugin successfully installed message after telemetry message.
- #1413 - Verbose console log does not include step parameters
Miscellaneous
- #1434 - Create a landing page for downloads.gauge.org
gauge 1.0.5
New Features
Bug Fixes
- #1349 - Scenario data lost when using multiple reporting plugins
- #1387 - Log level is not honored for some gauge commands
- #1350 - html-report plugin fails during test execution with proto message failure
Miscellaneous
- #1266 - Print plugin version of plugin when it is installed
- #1330 - support dynamic values in step data table
- #1361 - Retain name of arg while setting arg value
- #1333 - Set an environmental variable based on gauge's current env
- #1324 -Executing gauge with incorrect parameters should return non-zero exit code
gauge 1.0.4
New Features
Enhancements
- #1264 - Other runner events should not be captured
Bug Fixes
Miscellaneous
- #1302 - Should consider --table-rows parameter while reporting statistics
- #1292 - Fix documentation for scenario versus specification non-markdown syntax
- #1289 - Fixes a minor typo
- #1262 - fixing getting started link to https://gauge.org/getting-started-guid…
Thanks @yaman! and @haroon-sheikh for your contributions to Gauge.
gauge 1.0.3
New Features
Experimental Feature
- #1202 - Add table driven scenario support
Enhancements
- #1207 - The silent installation options to be reduced only to install Gauge
Bug Fixes
- #1203 - curl installer is broken
- #1188 - Gauge should not run scenario by line number when file is not given
- #1216 - If a scenario is not found, the user should get corresponding message
- #1198 - Custom Log Dir not accepting/using path provided
- #1205 - Unable to install js plugin - windows exe
- #1193 - User should be able to install Python and JS language runners with the windows exe installer
Miscellaneous
- #1214 - Capture OS telemery
gauge 1.0.2
Enhancements
- #1177 - Step should not consider
=====
as part of the step - #1173 - Make multiline step text configurable
- #1178 - Make Gauge compatible with freebsd
- #1157 - Create an npm/yarn installer for Gauge
- #1058 - spec file extension is case sensitive
Bug Fixes
- #1153 - consecutive step and scenarios: incorrect validation
- #1112 - Should honor the debug level mentioned in the current command
Miscellaneous
- #1167 - reorganize parser code
gauge 1.0.1
New Features
Enhancements
Bug Fixes
- #1152 - Format of machine readable execution is broken
- #1149 - external table csv file names must be lower case (Linux)
- #1135 - env / default.properties logs_directory setting is ignored
- #1128 - Telemetry message breaks --machine-readable json
Miscellaneous
- #1124 - gauge.properties write optimization
Thanks @ajoecker and @olejkavn for your contributions to Gauge.
gauge 1.0.0
New Features
- #1052 - Find usages should be available for concepts
Enhancements
- #1049 - spec file exentsion is now case insensitive
- #1007 - Ability to list all tags in a set of spec on gauge cli
Bug Fixes
- #1079 - Should be able to goto definition of concept after renaming it
- #1071 - Creating a concept with file parameter should generate a valid header
- #1063 - Refactoring a concept with a file parameter is replacing the contents of the file as placeholder
name - #1041 - Should be able to refactor a step within a concept
- #1084 - Find Usage statistics should not have references to deleted files
- #1072 - Concept usage should list usages in other concepts
- #1056 - Do not create .gauge folder in non gauge projects
Miscellaneous
- #1057 - gauge_specs_dir should be added to the default properties on init
Thanks @ajoecker for contributing to the release
gauge 0.9.9
gauge 0.9.8
New Features
- #984 - Allow to set specification folder as env variable, such as reports directory
Enhancements
- #1018 - When a plugin version folder is empty, uninstall should be handled
- #986 - Running gauge install before gauge run based on flag
- #973 - Codesign gauge MacOS binaries
- #1019 - Check if template exists before download.
- Uses gRPC protocol to communicate with runners when run with lsp flag.
Bug Fixes
- #998 - Gauge rerun specs doesn't consider environment passed
- #1013 - grpc: the connection is unavailable
- #977 - diagnostics should get updated after a concept is implemented
- #970 - Gauge.writeMessage texts are not displayed in HTML Report after Gauge update.
- #959 - Publish diagnostics returns multiple diagnostics for concepts used multiple times
- #980 - Parallel execution errors out
- #994 - Should not get exception during LSP
autocomplete
call
Miscellaneous
Thanks, @ajoecker for contributing to this release!