Cache 1.5.2 Released

Posted on December 3, 2015 by Marco Pivetta


We are happy to announce the immediate availability of Doctrine Cache 1.5.2.

Cache 1.5.2

This release corrects a few bugs:

Fetching false values from the cache via fetchMultiple` was causing incorrect misses (`#105 <https://github.com/doctrine/cache/pull/105>`_). Cache paths were exceeding the windowsMAX_PATHlength (`#107 <https://github.com/doctrine/cache/pull/107>`_). TheMongoDBCachewas not failing silently in case of DB-side exceptions (`#108 <https://github.com/doctrine/cache/pull/108>`_). You can find the complete changelog for this release in the `v1.5.2 release notes <https://github.com/doctrine/cache/releases/tag/v1.5.2>`_. Installation ~~~~~~~~~~~~ You can install the Cache component using the followingcomposer.json`` definitions:

{
    "require": {
        "doctrine/cache": "~1.5.2"
    }
}

Please report any issues you may have with the update on the mailing list or on Jira.