gomodule/redigo
 Watch   
 Star   
 Fork   
2024-02-25 20:53:24
redigo

v1.9.2

v1.9.2 Release Notes (2024-02-25T12:54:41Z)

Changelog

Bug fixes

  • e05a63bfd93c1db480ee706c1686d9dd2385016b: fix: bump go version to 1.17 (#666) (@stevenh)

Continuous Integration

  • 4c535aa56d60a1dddd457a8e63caa463bcb5a70b: ci: fix go caching (#667) (@stevenh)

Full Changelog

2024-02-21 07:50:35
redigo

v1.9.1

v1.9.1 Release Notes (2024-02-20T23:51:27Z)

Changelog

Chores

  • 162ed022a35991830c265f24896b07d6537b3702: chore: retract v1.8.10 (#664) (@stevenh)

Continuous Integration

  • cfabb1f017433cdf852a4841a8c0125c48275c0b: ci: remove deprecated goreleaser option (#663) (@stevenh)

Full Changelog

2024-02-21 05:21:32
redigo

v1.9.0

v1.9.0 Release Notes (2024-02-20T21:32:43Z)

Changelog

Features

  • 1d393b301b27d4934d4b76ff4df60859e296cdec: feat: add TestOnBorrowContext (#660) (@vasayxtx)

Bug fixes

  • 78e255f9bd2ae9c9885793a751f42f5698a5da8c: fix: test goroutine leaks (#643) (@stevenh)

Chores

  • 9f0d2e92e55d22b4c6d05bf8528ae90ed7fea855: chore: remove debug check (#659) (@stevenh)
  • 8b1c13e0376bc43a2443a0b312567718b4afbcd9: chore: run test server with enable-debug-command (#654) (@elboulangero)
  • a60882bf9e77d7f428bdfa7e27516979d833f663: chore: update testify (#653) (@stevenh)
  • 91297458446615564ead7370d273480ccd2120f3: chore: update github actions and fix tests (#657) (@stevenh)

Continuous Integration

  • 1bfd3c16b111e999b1ba506ad0613c8322a97848: ci: add goreleaser, update action and go versions (#662) (@stevenh)

New Contributors

Full Changelog

2022-07-06 19:30:13
redigo

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

  • add support for latency command parsing (#614) (d6854479)
  • add Float64Map (#605) (dbebed54)
  • add RequestContext to PubSubConn (#603) (3eb07749)
2022-01-04 19:27:23
redigo

v1.8.8

v1.8.8 Release Notes (2022-01-04)

Bug Fixes

  • surface underlying error for slice / map helpers (#580) (a83ebbee)
2022-01-04 19:16:55
redigo

v1.8.7

v1.8.7 Release Notes (2022-01-04)

Bug Fixes

2021-10-16 00:55:44
redigo

v1.8.6

v1.8.6 Release Notes (2021-12-02)

Features

  • Add DoContext and ReceiveContext (#537) (56d64483)
  • Implement DialURLContext(...) (#574) (bf63cd5f)

Bug Fixes

  • Surface underlying error for slice / map helpers (070ce41a)
  • DoContext call to DoWithTimeout (#576) (574218b5, closes #575)
2021-06-10 17:17:14
redigo

v1.8.5

v1.8.5 Release Notes (2021-06-10)

Bug Fixes

  • DialURL compatibility with redis-cli (#566) (46992b0f)
2021-02-19 06:32:39
redigo

v1.8.4

v1.8.4 Release Notes (2021-02-18)

Chores

  • Add clog config (#555) (72af8129)
  • Enable golangci-lint and fix errors (#554) (dbd3ec6d)
  • Remove unnecessary blank (_) identifier (#551) (e2bc6dba)
  • remove redundant type conversion (#541) (8a8dbfb3)
  • docs: update godoc links (#482) (9e4eba01)
2020-11-20 05:00:23
redigo

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