v24.1.1
This release has an unexpected breaking change in the dgraph alpha and dgraph zero commands. If you are passing a --telemetry="sentry=false;" or something equivalent, you need to remove the sentry option from the command line. This is fixed in v24.1.2. and you should use the new version instead of v24.1.1
What's Changed
- fix(core): put new metrics behind a feature flag by @harshil-goel in #9337
- Remove sentry integration from both Alpha & Zero (#9343) by @mangalaman93 in #9344
- fix(core): fix unmarshal protobuf when len val is 0 (#9347) by @harshil-goel in #9349
- fix(core): fix read scalar list with rollups (#9350) by @harshil-goel in #9351
Full Changelog: v24.1.0...v24.1.1