Skip to content

Commit

Permalink
changes for 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Dec 12, 2022
1 parent 05c581d commit 297015e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### v6.0.0 (2022-12-12)

* Use ptime directly for RO.last_modified, instead of the int * int64 pair
(#34)
* Add RW.allocate to allocate a key and fill it with zero bytes (#34)
* RO.list: return Key.t instead of string (#37, fixes #33)
* Introduce a custom error for RW.rename with a source which is a prefix of
destination (#37, fixes #31)
* Use Optint.Int63.t for RO.size, RO.get_partial, RO.set_partial (#37, fixes #32)
* Remove RW.batch (#37, fixes #29 #36, discussed at the MirageOS meeting in
November, and on the mirageos-devel mailing list in January 2022)
* Key.pp: escape the entire string, not individual fragments (#35)

### v5.0.0 (2022-09-07)

* Add `get_partial` and `size` to the RO interface (@palainp #28, review by
Expand Down

0 comments on commit 297015e

Please sign in to comment.