Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 767 Bytes

File metadata and controls

40 lines (22 loc) · 767 Bytes

Lua memcached Release Notes

Release 1.1.1

  • Update security posture.

Release 1.1.0 (2026-07-29)

  • Add Lua 5.5 to the tested versions.
  • Add configurable I/O timeout.
  • Add security posture.
  • Fix long-string encoding on 32-bit systems.
  • Harden response frame validation.
  • Harden request transmission.
  • Harden buffer finalization.
  • Harden table decoding.
  • Harden stats response handling.

Release 1.0.3 (2025-08-22)

  • Retry incr/decr with exponential backoff on race condition.
  • Check incr/decr return size.

Release 1.0.2 (2025-07-02)

  • Codec version 2 with more compact representation of booleans and (small) tables.

Release 1.0.1 (2025-05-28)

  • Codec code improvements.

Release 1.0.0 (2025-05-27)

  • Initial public release.