Releases: randlabs/go-loadbalancer
Releases · randlabs/go-loadbalancer
Release v2.0.1
Release v2.0.0
- Minor improvements.
- BREAKING CHANGE: The major change are how httpclient requests are built. The functionality is almost the same including how callbacks works. Only the request creation is a bit different.
- MINIMAL BREAKING CHANGE: Error code httpclient.RequestSucceededEvent had a typo. It doesn't make sense to create a new major version because of this.
Release v1.1.1
- Applied static-check tool.
Release v1.1.0
- Added a new
httpclient
module to load-balance http client requests. - Added documentation.
Release v1.0.1
- Fixed a typo on the readme file.
Release v1.0.0
- Initial release