Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps github.com/surrealdb/surrealdb.go from 0.5.0 to 1.0.0.

Release notes

Sourced from github.com/surrealdb/surrealdb.go's releases.

Release v1.0.0

V1 is here!

This release primarily indicates that the SDK is stable enough to support more production workloads. We won't introduce any breaking changes in version 1, according to semantic versioning.

Upgrading from v0.11.0

You might see several commits listed below, but those are only for fixes and improvements to our experimental library sureralql.

As forecasted in the v0.11.0 release note, v1.0.0 is basically the same as v0.11.0. If you are already on v0.11.0, you can upgrade to v1.0.0 in go.mod and you are done.

Upgrading from v0.10.0 or ealier

Upgrading the Go SDK version from v0.10.0 or earlier?

Please refer to the v1 migration guide for a list of historical breaking changes.

Depending on where you are upgrading from, you might find that we are now context.Context-aware, and we now support serializing from/deserializing to various common types like time.Time, treat SurrealDB none as Go nil in appropriate contexts, and so on.

Recent news

In case you have not been following this project for a while, we now have a detailed documentation on pkg.go.dev too. Please take a look- It covers all aspects of the SDK, with numerous examples that are discoverable from the relevant function and struct documentation.

There are also several contrib packages for your inspiration and potential future big goals for the SDK. My favorites are rews and surrealql- they both were born out of community discussions!

Let's keep the ball rolling!

Thank you very much for all the feedback, support, and contributions from early adopters of the SDK, @​nickchomey, @​0xCA, @​martinbockt, @​CristhianAC, @​nicolube, @​MaxThom, @​aliyasirnac, our Discord community, and everyone who reacted to issues/pull requests!

I take this as the start of the next journey. Please give it (another) try and let us know anything you find along the way!

What's Changed

Full Changelog: surrealdb/surrealdb.go@v0.11.0...v1.0.0

Release v0.11.0

v0.11.0 should be the final release before v1.0.0.

This version includes a few breaking changes that make surrealcbor the default SurrealDB CBOR Protocol implementation and remove public, but confusing and unused functions and types like NewGeometryPoint and the RecordIDType interface. If everything goes well, v1.0.0 will mostly be a retagged version of this v0.11.0.

... (truncated)

Changelog

Sourced from github.com/surrealdb/surrealdb.go's changelog.

Release Notes for the SurrealDB Go Driver

This file includes release details of the golang driver for SurrealDB.

Release Notes

0.2.0 (SurrealDB 1.0.0-beta8, 24/03/2023)

  • Improved testing
  • Add SmartMarshal/SmartUnmarshal
  • Add SmartQuery with 1.18+ generics support
  • Fix modify signature to accept Patch objects
  • Add unmarshal/raw unmarshal functionality

0.1.1 (SurrealDB 1.0.0-beta7, 01/09/2022)

Add fixes for missing parameters in Signup and Signin

0.1.0 (SurrealDB 1.0.0-beta7, 09/07/2022)

Initial release of the golang drivers. Compatible with SurrealDB 1.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/surrealdb/surrealdb.go](https://github.com/surrealdb/surrealdb.go) from 0.5.0 to 1.0.0.
- [Release notes](https://github.com/surrealdb/surrealdb.go/releases)
- [Changelog](https://github.com/surrealdb/surrealdb.go/blob/main/RELEASE_NOTES.md)
- [Commits](surrealdb/surrealdb.go@v0.5.0...v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/surrealdb/surrealdb.go
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the 🤖 Dependencies Pull requests that update a dependency file label Oct 6, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 6, 2025 07:26
@dependabot dependabot bot requested review from gaby and removed request for a team October 6, 2025 07:26
@dependabot dependabot bot added the 🤖 Dependencies Pull requests that update a dependency file label Oct 6, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 6, 2025

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (4)
  • (deps)
  • build(deps)
  • bumb
  • fix(deps)

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Note

Free review on us!

CodeRabbit is offering free reviews until Wed Oct 08 2025 to showcase some of the refinements we've made.

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🤖 Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant