SpineEventEngine / jdbc-storage

Support of storage in JDBC-compliant databases
Apache License 2.0
1 stars 0 forks source link

Release 1.1.0 #138

Closed dmdashenkov closed 5 years ago

dmdashenkov commented 5 years ago

This PR updates the library to version 1.1.0.

The changes in the ShardSessionRegistry are propagated from core to jdbc-storage. Also, the storage for session records is now always multitenant, not always single-tenant for consistency with other storages.

codecov[bot] commented 5 years ago

Codecov Report

Merging #138 into master will decrease coverage by <.01%. The diff coverage is 97.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
dmdashenkov commented 5 years ago

@armiol, PTAL.