<a name="v1.8.9"></a> ### v1.8.9 Release Notes (2022-07-06) #### Bug Fixes * Anonymous field pointers (#622) ([f1e923c7](https://github.com/gomodule/redigo/commit/f1e923c7e2cbb9bc8c294c858074a7c2b8a695cb)) * correct do script error check (#563) ([d3b4cc3b](https://github.com/gomodule/redigo/commit/d3b4cc3b15ed30170612869b851328d21cb64356)) * respect ctx in cmds run in DialContext (#620) ([95c091f7](https://github.com/gomodule/redigo/commit/95c091f7bec57b79bbc3e2d96b184c042ddf85d4)) * error message for SlowLog conversion (#612) ([bcef0d82](https://github.com/gomodule/redigo/commit/bcef0d823f2c8dee231057b80a6e0f0d44529fc9)) * update golangci-lint for golang 1.18 (#616) ([222ca62c](https://github.com/gomodule/redigo/commit/222ca62caed6b63d9ebb57709c26d0bca6572f5d)) * correct instructions for detecting DialReadTimeout (#601) ([8eb56255](https://github.com/gomodule/redigo/commit/8eb562556f216cfdedaeda62155f411aae308599)) #### Chores * remove go1.7 and below support (#623) ([2c2a5c2c](https://github.com/gomodule/redigo/commit/2c2a5c2cd0f50646d6240f8df729cb0dc1438f63)) * refactor map helpers to reduce duplication (#606) ([5b789c6c](https://github.com/gomodule/redigo/commit/5b789c6cfe824c4f0b7d08ed1bc0960d5142adf1)) * add go test action (#607) ([dc675762](https://github.com/gomodule/redigo/commit/dc6757622d9f31acc732374ca037753d4e8916e3)) #### Features * add support for latency command parsing (#614) ([d6854479](https://github.com/gomodule/redigo/commit/d6854479365f0307560fa28e18e2bd0634b05229)) * add Float64Map (#605) ([dbebed54](https://github.com/gomodule/redigo/commit/dbebed54533cf806f080241811e4ea10b0568f92)) * add RequestContext to PubSubConn (#603) ([3eb07749](https://github.com/gomodule/redigo/commit/3eb077495dae2b6e83c28ff853df73ad86b1d03c))