Skip to content

Commit 7888830

Browse files
chore: Update changelog (#9653)
1 parent 570681d commit 7888830

2 files changed

Lines changed: 46 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,51 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66
to [Semantic Versioning](https://semver.org). When adding a new entry, please use the entries below
77
as a guide.
88

9+
## [v25.3.0] - 2026-03-05
10+
11+
[v25.3.0]: https://github.com/dgraph-io/dgraph/compare/v25.2.0...v25.3.0
12+
13+
- **Added**
14+
15+
- **Bulk Loader**
16+
- feat(bulk): add a "skip reduce" flag to the bulk loader (#9618)
17+
- feat(bulk): add HNSW vector index support to bulk loader (#9598)
18+
- feat(bulk): add error logging to bulk loader (#9601)
19+
20+
- **Test**
21+
- feat(test): simplify macOS testing with automatic cross-compilation (#9585)
22+
23+
- **Fixed**
24+
25+
- **Core**
26+
- fix(posting): prevent stale cache hits when maxTs < readTs (#9597) (#9614)
27+
- fix(core): fix opentelemetry upgrade issues (#9595)
28+
- fix: fetch schema over network to ensure @unique check across groups (#9596)
29+
30+
- **Test**
31+
- fix(test): resolve macOS binary selection and test data clobbering (#9606)
32+
- fix(test): macOS local image, plugin tests, and test suite restructuring (#9610)
33+
- fix(test): make TestDropNamespaceErr resilient to async namespace operations (#9589)
34+
35+
- **Changed**
36+
37+
- **Perf**
38+
- perf(concurrency): cancel remaining goroutines when error occurs (#9484)
39+
40+
- **Chore**
41+
- chore: update docs references (#9617)
42+
- chore(test): Clean up testing guide and Makefile testing dependency checks (#9611)
43+
- chore: address CVEs (Feb '26 edition) (#9608)
44+
> **WARNING** In #9608, badger will no longer be copied into the Dgraph image. You can download
45+
> it from [the releases page](https://github.com/dgraph-io/dgraph/releases).
46+
- chore: suppress receipt of graphql request to logging level 2 (#9612)
47+
- chore(core): use provider.RetrieveWithCredContext instead of deprecated provider.Retrieve
48+
(#9551)
49+
- chore: remove hardcoded GOMAXPROCS; print cpu info in startup-banner (#9600)
50+
51+
- **Dependency Updates**
52+
- chore(deps): bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 (#9616)
53+
954
## [v25.2.0] - 2026-01-28
1055

1156
[v25.2.0]: https://github.com/dgraph-io/dgraph/compare/v25.1.0...v25.2.0

contrib/RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This document outlines the steps needed to build and push a new release of Dgrap
99
[ci-dgraph-weekly-upgrade-tests](https://github.com/dgraph-io/dgraph/actions/workflows/ci-dgraph-weekly-upgrade-tests.yml),
1010
it takes about 60-70 minutes… Note that you only need to do this if there are changes on the main
1111
branch after the last run (it runs weekly on Sunday nights).
12-
1. Update the CHANGELOG.md. Sonnet 4.5 does a great job of doing this. Example prompt:
12+
1. Update the CHANGELOG.md. GenAI does a great job of doing this. Example prompt:
1313
`I'm releasing vXX.X.X off the main branch, add a new entry for this release. Conform to the "Keep a Changelog" format, use past entries as a formatting guide. Run the trunk linter on your changes.`.
1414
1. Validate the version does not have storage incompatibilities with the previous version. If so, add a warning to the CHANGELOG.md
1515
that export/import of data will need to be run as part of the upgrade process.

0 commit comments

Comments
 (0)