All notable changes to this project are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Enable graceful shutdown of socket listeners
- Update
godep
dependency versions - Refactor process handling to be
context
-based
- Fix an issue with taking the address of a pointer reference, see #132
- Enable handling socket errors
- Add initial error codes
- Example documentation
- Add useful docker-compose
- Cleanup logging code
- Fixes an issue with transitive dependencies
- Replace logging package
- Various log cleanup
- Updates related to upstream dependencies
- Add test coverage for socket timeouts
- Fix an issue with zombie listen process
- Fix an issue with zombie stop process
- Initial refactoring
- Refactor test scripts
- Gocyclo