Perpetuity v1.0.0.beta2 Release Notes

Release Date: 2013-12-30 // over 10 years ago
    • Allow data source to be configured with a URI. This lets you say Perpetuity.data_source "postgres://user:[email protected]:5432/my_database", keeping you from having to split up the URI yourself.
    • โœ‚ Remove overreaching rescue clauses to let exceptions get rescued inside the adapters
    • ๐Ÿ‘ Allow AttributeSet to be initialized w/ attributes
    • โœ‚ Remove Mongo-specific code