We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde6016 commit 01931e8Copy full SHA for 01931e8
CHANGELOG/CHANGELOG-1.4.md
@@ -1,6 +1,13 @@
1
2
<hr>
3
4
+## v1.4.2(TBD)
5
+
6
+### BoltDB
7
+- [Fix the compilation issue on aix, android and solaris due to wrong use of `maxMapSize`](https://github.com/etcd-io/bbolt/pull/990)
8
9
+<hr>
10
11
## v1.4.1(2025-06-10)
12
13
### BoltDB
CHANGELOG/CHANGELOG-1.5.md
@@ -0,0 +1,10 @@
+## v1.5.0(TBD)
+- [Add support for data file size limit](https://github.com/etcd-io/bbolt/pull/929)
+- [Remove the unused txs list](https://github.com/etcd-io/bbolt/pull/973)
+- [Add option `NoStatistics` to make the statistics optional](https://github.com/etcd-io/bbolt/pull/977)
0 commit comments