Skip to content

Releases: tigron/skeleton-object

v1.2.11

15 Dec 13:03

Choose a tag to compare

memcache(d) handlers: force new connection per process

v1.2.10

05 Dec 10:47

Choose a tag to compare

add memcached option OPT_VERIFY_KEY

v1.2.9

22 Oct 12:50
6602f23

Choose a tag to compare

allow for unique numbers in table regardless of any other field

v1.2.8

24 Jul 07:18
d48153b

Choose a tag to compare

Fixed an issue with cache memory multi_get

Fail silently if object not found in cache, will be loaded later.

v1.2.7

18 Jul 09:12

Choose a tag to compare

v1.2.6

08 Jul 10:04

Choose a tag to compare

Fixes

  • Fix PHP 8.3 compatibility

Full Changelog: v1.2.5...v1.2.6

v1.2.5

25 Jun 12:03

Choose a tag to compare

  • In the the cache_set, we now use the set() method instead of the add().
  • Updated the get_multi() in Memcache, so that it does not throw an error if the key does not exist yet.

v1.2.4

28 Apr 13:08

Choose a tag to compare

When changing the classname of an object, caching it immediately after saving can incorrectly update the cache with the wrong classname. This commit fixes the issue by skipping caching after save, thus preventing conflicts when the classname changes.

v1.2.3

21 Mar 15:54
07da885

Choose a tag to compare

Merge pull request #8 from dimadimx/feature/add_chunk_to_get_multi

optimize multi_get by limiting keys per request

v1.2.2

07 Jan 14:35
bf88f0e

Choose a tag to compare

Merge pull request #7 from dimadimx/feature/fix_cached_get_by_ids_keys

fix indexes for cached objects