🐣 New Features
- Add
mop upsert
method. #292 - Add multiple storage method.
memcached_mset()
memcached_madd()
memcached_mreplace()
memcached_mprepend()
memcached_mpppend()
memcached_mcas()
🐛 Bug Fixes
- Fix buffer size when calling
snprintf()
with leading whitespace and integer value. #304 - Use
__linux__
instead ofTARGET_OS_LINUX
to check if the current OS is Linux. #306 - Use different lock filenames for multiple proxy in a process.
📝 Documentation
- Fix typo.
✅ Testing
- Cancel previous CI in progress when new commits are added. #296
Full Changelog: 1.13.3...1.14.0