Skip to content

Releases: halibobor/leveldbjni-all

1.18.3

25 Feb 14:38
Compare
Choose a tag to compare
release:1.18.3

   1. add filterPolicy
   2. update snappy
   3. support arm64
   4. remove 32bit,remove win

1.18.2

18 Nov 09:30
773fd61
Compare
Choose a tag to compare
release 1.18.2

 1. update leveldb-api

1.23.2

06 Sep 06:36
580819f
Compare
Choose a tag to compare
  1. writeBatch add clear,approximateSize,append
  2. add java doc

1.23.1

23 Aug 05:07
Compare
Choose a tag to compare
change prev():

1. prev(): return current and then prev.
2. hasPrev(): is equal to Valid(),hasNext().
3. peekPrev() is equal to peekNext(), peekPrev() and peekNext() is marked as Deprecated, use key(),value().

1.23

18 Aug 07:11
Compare
Choose a tag to compare
update leveldb-api.