File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments