8.0.0
When I created RxDB, two years ago, there where some things that I did not consider and other things that I just decided wrong.
With the breaking version 8.0.0
I rewrote some parts of RxDB and changed the API a bit. The focus laid on better defaults and better performance.
disableKeyCompression by default​
Because the keyCompression was confusing and most users do not use it, it is now disabled by default. Also the naming was bad, so disableKeyCompression
is now renamed to keyCompression
which defaults to false
.