- Fixes bug with partially reading key-value pairs where the value is a boolean or number
2.4.0
- Further improvements of indexing - Drop option to set sort_keys
2.3.2
- Improve internals (obtain partial file handle from index file now faster)
2.3.1
- Several improvements in regards to partial writing
2.3.0
- Speedup partial reading
2.2.0
- Rewrite of performance critical sections to operate on bytes instead on strings. This way, the decode can be skipped which results in a 5x performance increase in some cases