Releases: davidmoten/bplustree
Releases · davidmoten/bplustree
Release list
0.1.4
Bug fix
- read next value position index from metadata file on load by @davidmoten in #37
Enhancements
- migrate CI from travis to github actions
- Bump junit from 4.12 to 4.13.1 by @dependabot in #2
- Bump maven-checkstyle-plugin from 3.0.0 to 3.1.2 by @dependabot in #3
- Bump maven-site-plugin from 3.7.1 to 3.11.0 by @dependabot in #4
- Bump maven-compiler-plugin from 3.8.1 to 3.10.0 by @dependabot in #5
- Bump kool from 0.1.3 to 0.1.20 by @dependabot in #6
- Bump jacoco-maven-plugin from 0.8.5 to 0.8.7 by @dependabot in #7
- Bump jmh.version from 1.22 to 1.34 by @dependabot in #10
- Bump junit from 4.13.1 to 4.13.2 by @dependabot in #12
- Bump mapdb from 3.0.7 to 3.0.8 by @dependabot in #8
- Bump maven-pmd-plugin from 3.10.0 to 3.16.0 by @dependabot in #11
- Bump exec-maven-plugin from 1.6.0 to 3.0.0 by @dependabot in #9
- Bump maven-jxr-plugin from 2.5 to 3.1.1 by @dependabot in #17
- Bump junit-extras from 0.3 to 0.4 by @dependabot in #13
- Bump maven-javadoc-plugin from 3.0.1 to 3.3.2 by @dependabot in #16
- Bump guava-mini from 0.1.2 to 0.1.4 by @dependabot in #14
- Bump taglist-maven-plugin from 2.4 to 3.0.0 by @dependabot in #15
- Bump maven-compiler-plugin from 3.10.0 to 3.10.1 by @dependabot in #18
- Bump maven-jxr-plugin from 3.1.1 to 3.2.0 by @dependabot in #19
- Bump jmh.version from 1.34 to 1.35 by @dependabot in #20
- Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 by @dependabot in #21
- Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 by @dependabot in #22
- Bump maven-site-plugin from 3.11.0 to 3.12.0 by @dependabot in #23
- Bump kool from 0.1.20 to 0.1.21 by @dependabot in #25
- Bump maven-pmd-plugin from 3.16.0 to 3.17.0 by @dependabot in #26
- Bump exec-maven-plugin from 3.0.0 to 3.1.0 by @dependabot in #27
- Bump maven-site-plugin from 3.12.0 to 3.12.1 by @dependabot in #28
- Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by @dependabot in #29
- Bump maven-jxr-plugin from 3.2.0 to 3.3.0 by @dependabot in #30
- Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 by @dependabot in #31
- Bump maven-pmd-plugin from 3.17.0 to 3.18.0 by @dependabot in #32
- Bump maven-pmd-plugin from 3.18.0 to 3.19.0 by @dependabot in #33
- Bump kool from 0.1.21 to 0.1.23 by @dependabot in #34
- Bump jmh.version from 1.35 to 1.36 by @dependabot in #35
New Contributors
- @dependabot made their first contribution in #2
- @davidmoten made their first contribution in #37
Full Changelog: 0.1.3...0.1.4
0.1.3
- remove NonLeaf cache (longer testing showed issues)
0.1.1
BPlusTree.file()bug fixes and add permutation based tests- unmap
MappedByteBufferonLargeMappedByteBuffer.close()to prevent io faults becauseFileChannelclose does not release OS resources till GC happens