Perpetuity v0.4.8 Release Notes

    • ๐Ÿ”ง Provide configuration one-liner ability for simple configs
    • ๐Ÿ“ Memoize results for Retrieval objects
    • Retrieval#count sends a count query rather than retrieving the result set and returning the count of the array
    • ๐Ÿ‘ Allow updating of objects that contain Perpetuity::References to other persisted objects without first loading the association
    • ๐Ÿ›  Fix bug preventing objects with an array of referenced objects from being updated
    • ๐Ÿšš Move serialization into the MongoDB adapter, allowing future adapters to implement their own serializations