Skip to content

Releases: aliexpressru/gomemcached

v1.0.0

04 Dec 10:06
v1.0.0
6cb71dd

Choose a tag to compare

What's Changed

  • release candidate v1.0.0 by @Yosh11 in #4

    • add context to methods
    • add deadliner by timeout/cancel
    • up linter version
    • up go version
    • 100% test cover hashring
    • 100% test cover pool
    • add debug log by context value
    • add new metric
    • add override option for base initialisation
    • add otel tracing to internal logs

Full Changelog: v0.2.1...v1.0.0

v0.2.1

19 Feb 07:10
v0.2.1
b7e1316

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

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

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

Choose a tag to compare

The first stable release of the library.

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