basho / eleveldb

Erlang LevelDB API
263 stars 176 forks source link

RTS-1549: Merge 2.0.33 onto TS #231

Closed hazen closed 7 years ago

hazen commented 7 years ago

https://bashoeng.atlassian.net/browse/RTS-1549 Includes update of leveldb to 2.0.33 https://bashoeng.atlassian.net/browse/RTS-1544

erikleitch commented 7 years ago

+1

I'm happy with the (superficial) changes merged in from KV branch.

The only substantial changes are a couple instances of returning a non-empty work_result in ItrCloseTask where previously there was no message. This shouldn't affect erlang code upstream that is not currently expecting any response and is therefore not pattern-matching on one.

hazen commented 7 years ago

Thanks @erikleitch!