v0.3.0
ChristopherDavenport
released this
17 Apr 16:10
·
137 commits
to main
since this release
A new release so soon!
Well, sorta. This should be if I understand source compatibility 100% compatible with 0.2, however. I couldn't make mima agree that its fully compatible. I believe because of the package private stuff. So rather than try to convince you and myself that the 50+ exclusions would be valid. Let's bump the version for safety.
This abstracts RedisConnection into a trait rather than a closed sealed trait, letting others wrap and work with it independently. (Like metrics, tracing, transformations, etc.)
In a limited fashion make some features of the Builders accessible so they can be checked.