Skip to content

Releases: yeqown/memcached

v1.3.4

06 Sep 03:01

Choose a tag to compare

v1.3.4 Pre-release
Pre-release

What's Changed

  • tests: add Test_concurrent to reproduce by @yeqown in #19

Full Changelog: v1.3.3...v1.3.4

v1.3.3

03 Jul 07:39

Choose a tag to compare

What's Changed

  • [BUG FIX] fix bug where user cannot set expiration date with memcached-cli by @zilllaiss in #17

New Contributors

Full Changelog: v1.3.2...v1.3.3

v1.3.2

07 Jun 08:30
f088ad4

Choose a tag to compare

Full Changelog: v1.3.1...v1.3.2

v1.3.1

22 Mar 01:55
f83c30b

Choose a tag to compare

v1.3.1 Pre-release
Pre-release

What's Changed

  • Use golang time.Duration for ttl instead of seconds by @Edouard127 in #14

Be carefully, there's is a breaking change, convert expiry seconds from uint32 to time.Duration type.

New Contributors

  • @Edouard127 made their first contribution in #14

Full Changelog: v1.3.0...v1.3.1

v1.3.0

04 Mar 07:56
e343293

Choose a tag to compare

What's Changed

  • docs: add CLI sample image by @yeqown in #11
  • feat(client): support udp and unix domain sock by @yeqown in #12

Full Changelog: v1.2.1...v1.3.0

v1.2.1

02 Mar 07:24
da014b5

Choose a tag to compare

What's Changed

  • chore: update cli memcached version; newer benchmark docs by @yeqown in #7
  • feat(client): support resolve tcp6 not only url address format by @yeqown in #9

Full Changelog: v1.2.0...v1.2.1

v1.2.0

26 Feb 05:23
fb3870c

Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.2.0

v1.1.3

16 Feb 06:06
36fe66c

Choose a tag to compare

Full Changelog: v1.1.2...v1.1.3

v1.1.2

15 Feb 09:37
3d7fd97

Choose a tag to compare

Full Changelog: v1.1.1...v1.1.2

v1.1.1

15 Feb 02:57
23ff0b7

Choose a tag to compare

What's Changed

  • feat(cmd/cli): add command CLI and REPL implementation by @yeqown in #1

New Contributors

  • @yeqown made their first contribution in #1

Full Changelog: v1.1.0...v1.1.1