rox/History.md

28 lines
736 B
Markdown
Raw Normal View History

2017-03-21 12:20:52 -07:00
2017-06-15 11:26:03 -07:00
1.1.0 / 2017-06-15
==================
* feat(): add Batch commands (atomic operations)
2017-05-26 11:45:06 -07:00
1.0.2 / 2017-05-26
==================
* fix(): no longer crash if DB reference is released before an iterator ref
* deps(): update rust dependencies
* test(stream): better testing
* fix(): error when auto creating non existent column families
2017-03-21 12:20:52 -07:00
1.0.0 / 2017-03-21
==================
Major rewrite switching to Rustler based NIFs.
Changes include:
- Support for column families
- Implementation of `Enumerable` and `Collectable` for both `ColumnFamily.t` and
`DB.t`
- Drop support for `stream_keys/1`. Use `stream/1` with a map instead.
- Support for streaming from arbitrary locations (see `stream/1` docs).
- Support for deletion