Releases: getgauge/gauge-python
Releases · getgauge/gauge-python
Gauge Python v0.3.10
NOTE: Python 2 will not be supported from this version
Bug Fixes
- #189 - updated grpcio version to fit requirements.txt
Gauge Python v0.3.9
Bug Fixes
- #189 - updated grpcio version to fit requirements.txt
Gauge Python v0.3.8
Enhancements
- Write screenshots to file getgauge/html-report#213
- Use gRPC for communicating with gauge getgauge/gauge#134
Gauge Python v0.3.7
Miscellaneous
- Bump grpcio from 1.25.0
- Bump ptvsd from 4.3.2
Gauge Python v0.3.6
Enhancements
- #150 - Structure log messages
Bug Fixes
- #164 - gauge does not work with python '3.7.4' version
- #156 - Unable to run python project
- #143 - Import and calling class from a different file that is initialized with parameters should be working
- #141 - Gauge Python Init
- #140 - AttributeError: 'PythonNode' object has no attribute 'value'
- #152 - Fix pip executing on every run
Miscellaneous
- #163 - Add release actions
gauge-python 0.3.5
Enhancements
- #126 - Allow steps to take
selfparam when implemented inside class.
Bug Fixes
- #134 Add support for multiple step implementation directories
- #134 - Gauge will not find steps when steps are in multiple directories
- #114 - Unable to debug on Windows
- #110 - Exception while debugging
Miscellaneous
- #128 - Should be able to define hooks with execution context as parameter
- #125 - JSON decode error when running specs
- #124 - Continue on failure does not work if assert is wrapped in a method
- #120 - Running the test gives the FileNotFoundError
- #109 - gauge console output spamming HTTP request messages
gauge-python 0.3.4
Enhancements
Bug Fixes
- #106 - "used of closed network connection" error is encountered and execution is stopped
- #103 - Refactoring is broken after parser changes
- #97 - steps file are opened with read+write permissions.
- #91 - Should not get GET and POST event logs
Miscellaneous
- #108 - STY,MAINT: Style of coding enhanced
- #107 - minor spell correction and gauge link addition for reference
- #93 - Proposal for a simplified data store API
- #90 - Updating execution command
- #89 - Updating project initialisation command
- #55 - Fixed broken link for Gauge docs
Thanks @surajbarkale, @tjasinski, @uniconstructor and @surevs for your contributions to gauge-python.
gauge-python 0.3.3
Enhancements
- getgauge/gauge-vscode#172 - Sending line diffs to gauge during refactoring
Bug Fixes
- #84 - Segmentation fault
- #31 - After refactoring, find-usage statistics and step implementation recognition should work
Miscellaneous
- #54 - CPU usage should be acceptable
gauge-python 0.3.2
gauge-python 0.3.1
Enhancements
- #49 - Should not list init.py in the file list to generate step implementation
- #40 - Runner should log to log files when started gauge is started as daemon
Bug Fixes
- #70 - Error starting debugger
- #65 - Generate step implementation gives script error
- #56 - Usage statistics should be displayed when step is implemented
- #52 - IDE features should work as expected
- #51 - Python process is not killed after shutdown/exit call
- #42 - Use of network connection closed
- #36 - Getting error when Debug option is used consecutively
- #66 - import statement absent for blank file with blank lines