Releases: unum-cloud/ustore
Releases Β· unum-cloud/ustore
v0.9.0
v0.8.1
v0.8.0
v0.7.8
v0.7.7
0.7.7 (2023-04-10)
Fix
- Allocate and Reallocate (7a24be5)
- Ambiguous zero_size_data_k (c1c0cef)
- Clear last reads (94200d9)
- Memory leaks (63ece0e)
- Memory pool (19cd715)
- Pass options to DoGet (4fb5a1e)
- Reallocate arena (e6f19a3)
- Sample memory leaks (fff1f49)
- Unpack table using our memory pool (bf88289)
- Using our arena (6135c8e)
- Using our arena in server options (434c8af)
Refactor
- Useless include (1d28755)
v0.7.6: 140 new commits!
0.7.6 (2023-04-04)
This release gets a ton of improvements, but most importantly:
- A lot more Pandas-like functionality in our Python SDK, thanks to @davvard π
- Universal configuration files across RocksDB, LevelDB, and UDisk backends, thanks to @VioletaStepanyan π
- Better memory usage, thanks to @mgevor πΎ
- OpenSSL and build compatibility improvements, thanks to @DarvinHarutyunyan and @ishkhan42 π€
- Smaller container images, thanks to @gurgenyegoryan π½
Get the newest < 100 MB containers on DockerHub and the latest Python SDK on PyPi π₯³
v0.7.5
0.7.5 (2023-04-04)
Docs
- Change GA tracking number to GA4 (85582a0)
Fix
- LevelDB not support multi disk. (285d4df)
- LevelDB test with default config. (1ac5027)
- test fail: directory path correction in config. (0b22f58)
Make
- Default config of UKV (42ae90c)
Merge
- branch 'main-dev' into 135-configurations-for-leveldb-rocksdb-and-their-collections (192b940)