File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project will adhere to [ Semantic Versioning] ( https://semver.org ) starting ` v22.0.0 ` .
6
6
7
+ ## [ v24.0.1] - 2024-07-30
8
+ [ v24.0.1 ] : https://github.com/dgraph-io/dgraph/compare/v24.0.0...v24.0.1
9
+
10
+ > ** Warning**
11
+ > After upgrading to v24.0.1, vector index needs to be rebuilt as underlying data has changed.
12
+
13
+ - ** Fixed**
14
+
15
+ - fix(core): Fix regression in parsing json empty string #9108
16
+ - fix(upgrade): fix failing upgrade tests #9042
17
+ - fix(ci): fixing health endpoint issue #9116
18
+ - Fix(graphql): issue with local variable squashing intended JWK index by @matthewmcneely in #9114
19
+
20
+ - ** Chore**
21
+ - chore(deps): bump urllib3 from 1.26.18 to 1.26.19 /contrib/config/marketplace/aws/tests #9103
22
+ - chore(deps): bump requests from 2.31.0 to 2.32.0 /contrib/config/marketplace/aws/tests #9090
23
+
24
+
25
+ - ** Perf**
26
+ - perf(vector): updated marshalling of vector #9109
27
+
28
+
7
29
## [ v24.0.0] - 2024-06-06
8
30
[ v24.0.0 ] : https://github.com/dgraph-io/dgraph/compare/v24.0.0...v23.1.0
9
31
You can’t perform that action at this time.
0 commit comments