Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

chore: Upgrade to dgo v25 and dgraph v25#102

Merged
matthewmcneely merged 1 commit intomainfrom
matthewmcneely/update-to-dgraph-v25
Jun 10, 2025
Merged

chore: Upgrade to dgo v25 and dgraph v25#102
matthewmcneely merged 1 commit intomainfrom
matthewmcneely/update-to-dgraph-v25

Conversation

@matthewmcneely
Copy link
Contributor

Description

This PR upgrades to v25 Dgraph and v250 dgo preview releases

Checklist

  • Code compiles correctly and linting passes locally
  • For all code changes, an entry added to the CHANGELOG.md file describing and linking to
    this PR
  • Tests added for new functionality, or regression tests for bug fixes added as applicable

@matthewmcneely matthewmcneely requested review from a team and Copilot June 9, 2025 18:39
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Upgrades the project to use Dgraph v25 and dgo v250 preview releases by bumping import paths and module versions.

  • Bump module requirements and Go version in go.mod
  • Update all Dgraph/dgo import paths from v24/v240 to v25/v250
  • Adjust related tests and internal imports for the new major version

Reviewed Changes

Copilot reviewed 20 out of 20 changed files in this pull request and generated no comments.

Show a summary per file
File Description
zero.go Updated Dgraph import paths from v24 to v25
unit_test/vector_test.go Updated dgo protos import from v240 to v250
unit_test/namespace_test.go Updated dgo protos import from v240 to v250
unit_test/engine_test.go Updated dgo protos import from v240 to v250
unit_test/conn_test.go Updated dgo protos import from v240 to v250
namespace.go Updated dgo protos import from v240 to v250
load_test/live_test.go Updated Dgraph import paths from v24 to v25
live.go Updated Dgraph import paths from v24 to v25
go.mod Bumped Go version and updated module requirements
engine.go Updated Dgraph/dgo import paths from v24/v240 to v25/v250
client.go Updated dgo import paths from v240 to v250
buf_server.go Updated dgo import paths from v240 to v250
api_types.go Updated Dgraph import path from v24 to v25
api_mutation_helpers.go Updated Dgraph import paths from v24 to v25
api_mutation_gen.go Updated Dgraph/dgo import paths from v24/v240 to v25/v250
api/mutations/mutations.go Updated Dgraph/dgo import paths from v24/v240 to v25/v250
api/dgraphtypes/dgraphtypes.go Updated Dgraph/dgo import paths from v24/v240 to v25/v250
api/apiutils/apiutils.go Updated Dgraph import path from v24 to v25
api.go Updated Dgraph import paths from v24 to v25

@matthewmcneely matthewmcneely merged commit a32ba33 into main Jun 10, 2025
8 checks passed
@matthewmcneely matthewmcneely deleted the matthewmcneely/update-to-dgraph-v25 branch June 10, 2025 14:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants