Here are some changes that are worth mentioning:
- You no longer have to specify polyType and polyPType in your DerivedTypes and DerivedPTypes, respectively.
- Instead of just creating schema every time, I've added RepoPool.createSchema(), which you can call as you like. Schema creation is still non-destructive. And you can turn on the old behavior with configuration flag longevity.autocreateSchema.
- I added RepoPool.closeSession(), so you can clean up resources held by the underlying database drivers.
- I added some logging output.
- I added JSON marshallers and unmarshallers to the longevity context.
Next on the list is query enhancements! Although I have a couple of things to work on other than longevity proper that may precede it. I need to debug and fix a problem that has come up with longevity tests in ScalaTest version 3.0.0. And I'm thinking I'll port my sample application simbl from Akka HTTP to Play.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.