Skip to content

chore: Upgrade to dgo v25 and dgraph v25 #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2025

Conversation

matthewmcneely
Copy link
Member

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

@Copilot Copilot AI review requested due to automatic review settings June 9, 2025 18:39
@matthewmcneely matthewmcneely requested a review from a team as a code owner June 9, 2025 18:39
Copy link
Contributor

@Copilot 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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants