Releases: mkenney/go-chrome
Releases · mkenney/go-chrome
v1.0.0-rc9
Changed
- Migrate from go dep to go modules
v1.0.0-rc8
Changed
- Enable graceful shutdown of socket listeners
- Update
godep
dependency versions - Refactor process handling to be
context
-based
v1.0.0-rc7: 132/pointer address error (#133)
- fixes an issue with taking the address of a pointer reference, see #132
v1.0.0-rc6: 124: enable handling socket errors (#125)
- enable handling socket errors
- add initial error codes
- cleanup logging code
- example documentation
- add useful docker-compose
v1.0.0-rc5
- Fixes an issue with transitive dependencies
v1.0.0 RC 4
- Replace logging package
- Various log cleanup
v1.0.0 RC 3
- Updates related to upstream dependencies
v1.0.0 RC 2
- Fixes an issue with zombie listen process
- Fixes an issue with zombie stop process
- Adds test coverage for socket timeouts
v1.0.0 RC 1
- initial refactoring
- refactor test scripts
- gocyclo