File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed
Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 11name : ci-badger-bank-tests
22
33on :
4+ workflow_dispatch : # allows manual trigger from GitHub
45 pull_request :
56 paths-ignore :
67 - " **.md"
Original file line number Diff line number Diff line change 11name : ci-badger-tests
22
33on :
4+ workflow_dispatch : # allows manual trigger from GitHub
45 pull_request :
56 paths-ignore :
67 - " **.md"
Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## [ 4.9.1] - 2026-02-04
8+
9+ ** Fixed**
10+
11+ - fix(aix): add aix directory synchronization support (#2115 )
12+ - fix: correct the comment on value size in skl.node (#2250 )
13+
14+ ** Tests**
15+
16+ - test: add checksum tests for package y (#2246 )
17+
18+ ** Chores**
19+
20+ - chore(ci): update arm runner label (#2248 )
21+
22+ ** Full Changelog** : https://github.com/dgraph-io/badger/compare/v4.9.0...v4.9.1
23+
724## [ 4.9.0] - 2025-12-15
825
926** Fixed**
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This document outlines the steps needed to build and push a new release of Badge
551 . Have a team member "at-the-ready" with github ` writer ` access (you'll need them to approve PRs).
661 . Create a new branch (prepare-for-release-vXX.X.X, for instance).
771 . Update dependencies in ` go.mod ` for Ristretto, if required.
8- 1 . Update the CHANGELOG.md. Sonnet 4.5 does a great job of doing this. Example prompt:
8+ 1 . Update the CHANGELOG.md. Opus 4.5 does a great job of doing this. Example prompt:
99 ` I'm releasing vXX.X.X off the main branch, add a new entry for this release. Conform to the `
1010 ` "Keep a Changelog" format, use past entries as a formatting guide. Run the trunk linter. `
11111 . Validate the version does not have storage incompatibilities with the previous version. If so,
@@ -34,7 +34,7 @@ This document outlines the steps needed to build and push a new release of Badge
34341 . Splash the "go index" cache to ensure that the latest release is available to the public with:
3535
3636 ``` sh
37- go list -m github.com/dgraph-io/badger@vX.X.X
37+ go list -m github.com/dgraph-io/badger/v4 @vX.X.X
3838 ```
3939
40401 . If needed, create a new announcement thread in the
You can’t perform that action at this time.
0 commit comments