Perpetuity v0.4.7 Release Notes

    • Use instance variables rather than attr_readers in IdentityMap (avoids calling methods during load_association!).
    • ๐Ÿ›  Fixed a bug with MongoDB authentication.
    • ๐Ÿ‘‰ Use attribute names rather than a stringified attribute for MongoDB indexes.
    • ๐Ÿ›  Fixed a bug with deserializing attributes of namespaced classes. โ€” Jaap Groeneveld
    • ๐Ÿ›  Fixed serialization of Perpetuity::Reference attributes caused by resaving an object that did not have all of its referenced associations loaded.