Skip to content

0.6.0

Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 20 Sep 19:10

0.6.0

Released: Mon Jun 6 2016

  • [feature] The dogpile.core library has been rolled in as part of the
    dogpile.cache distribution. The configuration of the dogpile
    name as a namespace package is also removed from dogpile.cache.
    In order to allow existing installations of dogpile.core as a separate
    package to remain unaffected, the .core package has been retired
    within dogpile.cache directly; the Lock class is now
    available directly as dogpile.Lock and the additional dogpile.core
    constructs are under the dogpile.util namespace.

    Additionally, the long-deprecated dogpile.core.Dogpile and
    dogpile.core.SyncReaderDogpile classes have been removed.

    References: #91

  • [bug] The Redis backend now creates a copy of the "arguments" dictionary passed
    to it, before popping values out of it. This prevents the given
    dictionary from losing its keys.

  • [bug] Fixed bug in "null" backend where NullLock did not
    accept a flag for the NullLock.acquire() method, nor did
    it return a boolean value for "success".

    References: #97