Closed dmdashenkov closed 5 years ago
Merging #138 into master will decrease coverage by
<.01%
. The diff coverage is97.29%
.
@@ Coverage Diff @@
## master #138 +/- ##
==========================================
- Coverage 94.25% 94.24% -0.01%
==========================================
Files 90 91 +1
Lines 2261 2225 -36
Branches 99 93 -6
==========================================
- Hits 2131 2097 -34
Misses 79 79
+ Partials 51 49 -2
@armiol, PTAL.
This PR updates the library to version 1.1.0.
The changes in the
ShardSessionRegistry
are propagated fromcore
tojdbc-storage
. Also, the storage for session records is now always multitenant, not always single-tenant for consistency with other storages.