Releases: gomodule/redigo
Releases · gomodule/redigo
v1.9.2
v1.9.1
v1.9.0
v1.9.0 Release Notes (2024-02-20T21:32:43Z)
Changelog
Features
Bug fixes
Chores
- 9f0d2e9: chore: remove debug check (#659) (@stevenh)
- 8b1c13e: chore: run test server with enable-debug-command (#654) (@elboulangero)
- a60882b: chore: update testify (#653) (@stevenh)
- 9129745: chore: update github actions and fix tests (#657) (@stevenh)
Continuous Integration
New Contributors
- @elboulangero made their first contribution in #654
- @vasayxtx made their first contribution in #660
v1.8.9
v1.8.9 Release Notes (2022-07-06)
Bug Fixes
- Anonymous field pointers (#622) (f1e923c7)
- correct do script error check (#563) (d3b4cc3b)
- respect ctx in cmds run in DialContext (#620) (95c091f7)
- error message for SlowLog conversion (#612) (bcef0d82)
- update golangci-lint for golang 1.18 (#616) (222ca62c)
- correct instructions for detecting DialReadTimeout (#601) (8eb56255)
Chores
- remove go1.7 and below support (#623) (2c2a5c2c)
- refactor map helpers to reduce duplication (#606) (5b789c6c)
- add go test action (#607) (dc675762)
Features
v1.8.8
v1.8.7
v1.8.6
v1.8.5
v1.8.4
v1.8.3
New Features
- Add TLS Handshake timeout support (#530)
Fixes
- Typo in Float64 documentation (#515)
- GetContext must return errorConn (#494)
- Correct type in
Ints
documentation (#528) - Open connection count (#527)
- Add end of terms and conditions in LICENSE (#531)
- Revert "fix: go get example in README.md (#488)" (#497)
- travis-ci: Remove older versions of go (#516)
- go get example in README.md (#488)
Chores
- Remove unneeded ctx == nil check (#498)
- Remove unneeded loop check (#524)
- Improve ScanStruct performance (#523)
- Improve readability of lazyInit (#522)
Thanks to the following contributors to this release:
Hanjun Kim, Homer Huang, Jeremy Wiebe, Rohan Verma, Stan Hu, ppphp and xyb