Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

40 lines (28 loc) · 1.05 KB

CHANGELOG

5.2.0

  • deprecated passing of database or collection to MongoDbStore via connection URI, use $options instead.

5.1.0

  • added the MongoDbStore supporting MongoDB servers >=2.2

5.0.0

  • Factory has been removed, use LockFactory instead.
  • StoreInterface has been removed, use BlockingStoreInterface and PersistingStoreInterface instead.
  • removed the waitAndSave() method from CombinedStore, MemcachedStore, RedisStore, and ZookeeperStore

4.4.0

  • added InvalidTtlException
  • deprecated StoreInterface in favor of BlockingStoreInterface and PersistingStoreInterface
  • Factory is deprecated, use LockFactory instead
  • StoreFactory::createStore allows PDO and Zookeeper DSN.
  • deprecated services lock.store.flock, lock.store.semaphore, lock.store.memcached.abstract and lock.store.redis.abstract, use StoreFactory::createStore instead.

4.2.0

  • added the PDO Store
  • added a new Zookeeper Data Store for Lock Component

3.4.0

  • added the component