Skip to content

Releases: aliexpressru/gomemcached

v0.2.1

19 Feb 07:10
v0.2.1
b7e1316
Compare
Choose a tag to compare

What's Changed

  • fix: add a check for the presence of ports for nodes from 'Servers' by @Yosh11 in #3

Full Changelog: v0.2.0...v0.2.1

v0.2.0 Enhanced Coverage and Stability

01 Feb 16:36
v0.2.0
344df93
Compare
Choose a tag to compare

What's Changed

  • Added more coverage tests (by @Yosh11 in #2)
  • Fixed gets dead nodes in node provider and switched to using slices (from golang.org/x/exp/slices) to avoid nil panic on deleting elements (by @Yosh11 in #2)

Updated mandatory requirement: Use Go 1.21 or higher.

Full Changelog: v0.1.1...v0.2.0

Fulfilling requirements for pull request to awesome-go.

24 Jan 06:19
v0.1.1
ad8cfc8
Compare
Choose a tag to compare

What's Changed

  • add go report card & go pkg goc & coverage action by @Yosh11 in #1
    • add badges (goreportcard, godoc, tests coverage)
    • fix goreportcard reports
    • add some tests

New Contributors

  • @Yosh11 made their first contribution in #1

Full Changelog: v0.1.0...v0.1.1

v0.1.0

20 Jan 23:00
v0.1.0
ea996b9
Compare
Choose a tag to compare

The first stable release of the library.

Full Changelog: https://github.com/aliexpressru/gomemcached/commits/v0.1.0