v0.16.0
robert-zaremba
released this
04 May 22:00
·
346 commits
to master
since this release
Breaking Changes
- #355
Get
iniavlServer
no longer returns an error if the requested key does not exist.GetResponse
now contains aNotFound
boolean to indicate that a key does not exist, and the returned index will be that of the next occupied key.
Improvements
- #355 Add support for
GetByIndex
toiavlServer
and RPC interface.