Skip to content

Arcus C Client 1.14.0

Latest
Compare
Choose a tag to compare
@namsic namsic released this 02 Sep 04:54
1.14.0

🐣 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 of TARGET_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