Skip to content

Commit

Permalink
Merge pull request #847 from ahrtr/changelog_20241029
Browse files Browse the repository at this point in the history
Add changelog for 1.4.0-beta.0
  • Loading branch information
ahrtr authored Nov 4, 2024
2 parents 665d3a0 + 1a4cb44 commit fc03e5c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG/CHANGELOG-1.4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@

<hr>

## v1.4.0-beta.0(TBD)

### BoltDB
- Reorganized the directory structure of freelist source code
- [Move array related freelist source code into a separate file](https://github.com/etcd-io/bbolt/pull/777)
- [Move method `freePages` into freelist.go](https://github.com/etcd-io/bbolt/pull/783)
- [Add an interface for freelist](https://github.com/etcd-io/bbolt/pull/775)
- [Rollback alloc map when a transaction is rollbacked](https://github.com/etcd-io/bbolt/pull/819)
- [No handling freelist as a special case when freeing a page](https://github.com/etcd-io/bbolt/pull/788)
- [Ensure hashmap init method clears the data structures](https://github.com/etcd-io/bbolt/pull/794)
- [Panicking when a write transaction tries to free a page allocated by itself](https://github.com/etcd-io/bbolt/pull/792)

### CMD
- [Add `-gobench-output` flag for `bbolt bench` command](https://github.com/etcd-io/bbolt/pull/765)

### Other
- [Bump go version to 1.23.x](https://github.com/etcd-io/bbolt/pull/821)

<hr>

## v1.4.0-alpha.1(2024-05-06)

### BoltDB
Expand Down

0 comments on commit fc03e5c

Please sign in to comment.