File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ ### v6.0.0 (2022-12-12)
2+
3+ * Use ptime directly for RO.last_modified, instead of the int * int64 pair
4+ (#34 )
5+ * Add RW.allocate to allocate a key and fill it with zero bytes (#34 )
6+ * RO.list: return Key.t instead of string (#37 , fixes #33 )
7+ * Introduce a custom error for RW.rename with a source which is a prefix of
8+ destination (#37 , fixes #31 )
9+ * Use Optint.Int63.t for RO.size, RO.get_partial, RO.set_partial (#37 , fixes #32 )
10+ * Remove RW.batch (#37 , fixes #29 #36 , discussed at the MirageOS meeting in
11+ November, and on the mirageos-devel mailing list in January 2022)
12+ * Key.pp: escape the entire string, not individual fragments (#35 )
13+
114### v5.0.0 (2022-09-07)
215
316* Add ` get_partial ` and ` size ` to the RO interface (@palainp #28 , review by
You can’t perform that action at this time.
0 commit comments