Skip to content

Commit fc03e5c

Browse files
authored
Merge pull request #847 from ahrtr/changelog_20241029
Add changelog for 1.4.0-beta.0
2 parents 665d3a0 + 1a4cb44 commit fc03e5c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG/CHANGELOG-1.4.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11

22
<hr>
33

4+
## v1.4.0-beta.0(TBD)
5+
6+
### BoltDB
7+
- Reorganized the directory structure of freelist source code
8+
- [Move array related freelist source code into a separate file](https://github.com/etcd-io/bbolt/pull/777)
9+
- [Move method `freePages` into freelist.go](https://github.com/etcd-io/bbolt/pull/783)
10+
- [Add an interface for freelist](https://github.com/etcd-io/bbolt/pull/775)
11+
- [Rollback alloc map when a transaction is rollbacked](https://github.com/etcd-io/bbolt/pull/819)
12+
- [No handling freelist as a special case when freeing a page](https://github.com/etcd-io/bbolt/pull/788)
13+
- [Ensure hashmap init method clears the data structures](https://github.com/etcd-io/bbolt/pull/794)
14+
- [Panicking when a write transaction tries to free a page allocated by itself](https://github.com/etcd-io/bbolt/pull/792)
15+
16+
### CMD
17+
- [Add `-gobench-output` flag for `bbolt bench` command](https://github.com/etcd-io/bbolt/pull/765)
18+
19+
### Other
20+
- [Bump go version to 1.23.x](https://github.com/etcd-io/bbolt/pull/821)
21+
22+
<hr>
23+
424
## v1.4.0-alpha.1(2024-05-06)
525

626
### BoltDB

0 commit comments

Comments
 (0)