Flotsam
[0.12.0] - 2016.09.13 - Flotsam
Some odds and ends that have been accumulating in the backlog. The next release, Jetsam, will be more of the same.
- 2016.09.15 - Remove
PState.dirty
. We are taking this out because
there we may decide to stop keeping track of the original version
of the persistent object, in order to reduce memory usage. - 2016.09.14 - Add
RepoPool.createSchema()
and configuration flag
autocreateSchema
. - 2016.09.13 - Add logging for all
Repo
methods and database calls. - 2016.09.13 - Add API method
RepoPool.closeSession()
. This was
added because leaving the Cassandra session open can cause user
programs to fail to terminate under certain circumstances, If your
main program is hanging when using Cassandra, please call this
method at the end of your program.