Skip to content

Releases: cattlecloud/memc

v0.4.0

15 Mar 14:20
18c3b39

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/shoenig/test from 1.12.0 to 1.12.1 by @dependabot in #33
  • client: add support for connecting over unix domain socket by @shoenig in #35
  • build: update lint and go versions by @shoenig in #36
  • ci: swap tenv for usetesting by @shoenig in #37
  • readme: update with socket example by @shoenig in #38

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

19 Feb 18:46
fe18048

Choose a tag to compare

What's Changed

  • ci: fix justfile scripts reference by @shoenig in #30
  • client: implement AddMulti, SetMulti, and GetMulti for combined operations by @shoenig in #31
  • e2e: fix test names to include E2E for easy filtering by @shoenig in #32

Full Changelog: v0.2.0...v0.3.0

v0.2.0

22 Dec 16:15
cc73e61

Choose a tag to compare

What's Changed

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

v0.1.1

31 Oct 02:41
dfee746

Choose a tag to compare

What's Changed

  • testing: create memctest package for writing easy memcached tests by @shoenig in #25

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

v0.1.0

26 Oct 16:14
6595251

Choose a tag to compare

What's Changed

  • iopool: create helper package for managing connections by @shoenig in #18
  • docs: some comment tweaks by @shoenig in #19
  • client: implement delete functionality by @shoenig in #20
  • client: implement add functionality by @shoenig in #21
  • client: implement increment functionality by @shoenig in #22
  • client: implement decrement functionality by @shoenig in #23
  • docs: fixup doc strings and update readme by @shoenig in #24

Full Changelog: v0.1.0-alpha.2...v0.1.0

v0.1.0-alpha.2

20 Oct 23:12
094fce7

Choose a tag to compare

v0.1.0-alpha.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

v0.1.0-alpha.1

20 Oct 22:29
f1cbe78

Choose a tag to compare

v0.1.0-alpha.1 Pre-release
Pre-release

What's Changed

  • build: create Justfile and add basic targets by @shoenig in #1
  • ci: create CI workflow for running unit tests by @shoenig in #2
  • build: update and tidy go.mod file by @shoenig in #3
  • ci: remove deprecated loopexport linter by @shoenig in #4
  • client: implement pick function for selection of server address by @shoenig in #5
  • client: basic get and set operations work by @shoenig in #6
  • e2e: able to launch memcached for test cases by @shoenig in #7
  • client: getConn should return buffer rather than direct connection by @shoenig in #8
  • verbs: able to set custom ttl and flags on set command by @shoenig in #9
  • pools: enable pooling of idle connections per memcached instance by @shoenig in #10
  • readme: write some notes in the readme file by @shoenig in #11
  • readme: tweak install sentence by @shoenig in #12
  • pool: actually return idle connections when done using them by @shoenig in #13
  • client: use slice of string to specify instance addresses by @shoenig in #14
  • ci: set CODEOWNERS file by @shoenig in #15

New Contributors

Full Changelog: https://github.com/noxideproject/memc/commits/v0.1.0-alpha.1