Releases: cattlecloud/memc
Releases · cattlecloud/memc
v0.4.0
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
- @dependabot made their first contribution in #33
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.0
v0.1.1
v0.1.0
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
What's Changed
- ci: switch to public runners by @shoenig in #17
- verbs: handle cache miss on get request by @shoenig in #16
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
v0.1.0-alpha.1
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