Skip to content

Releases: flightaware/memcached-for-Tcl

v1.3.2

02 Oct 22:01
07c3738
Compare
Choose a tag to compare

What's Changed

  • add missing break to cmdBehavior by @bovine in #6
  • bump version to 1.3.2 by @bovine in #7

New Contributors

  • @bovine made their first contribution in #6

Full Changelog: v1.3.1...v1.3.2

v1.3.1

26 Sep 15:36
849820f
Compare
Choose a tag to compare
  • Set package version correctly

v1.3.0

21 Jun 20:23
26a47d6
Compare
Choose a tag to compare
  • Switch from the official libmemcached which hasn't had a release in 6 years to awesomized/libmemcached which is an updated reboot.
  • Add 'server clear' command to allow changing the server list.
  • Add 'strerror' command to get human-readable versions of error codes.

v1.2.1 incr, decr, prepend, flush

09 Apr 17:35
Compare
Choose a tag to compare
  • Fix bug in incr/decr never returning the new value on success.
  • Support additional optional arguments to the incr/decr, which use memcached_increment_with_initial and memcached_decrement_with_initial internally when necessary. (Note: MEMCACHED_BEHAVIOR_BINARY_PROTOCOL must be enabled first before using the extra arguments.)
  • Add prepend and flush command

Special thanks to Danilo Chang for contributing the prepend and flush commands.

v1.2.0 utf8

11 Nov 22:07
Compare
Choose a tag to compare
  • Support Unicode strings as values for get/set/add/append/replace operations.
  • Ensure "get" always returns an error code is if memcached_get() returns NULL.

v1.1.1...v1.2.0

v1.1.1 BSD

01 Jun 16:36
Compare
Choose a tag to compare

The only significant change in this release is officially licensing as BSD.

v1.1.0...v1.1.1

New release 1.1.0

17 May 18:05
Compare
Choose a tag to compare
  • Now includes a "behavior" command to allow getting/setting of various libmemcached configuration variables.
  • More robust argument count checking for all commands.
  • FreeBSD build commands updated for Tcl 8.6
  • Detect process forking and clone a new memcached structure.
  • Implement "memcache version" command.

Release of version 1.0.1

01 Jun 16:38
Compare
Choose a tag to compare

Reorganized code to use TEA 3.9 for configuration and building.