Skip to content
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

fix(deps): update module gopkg.in/guregu/null.v3 to v4 #6

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 18, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
gopkg.in/guregu/null.v3 require major v3.5.0 -> v4.0.0

Release Notes

guregu/null (gopkg.in/guregu/null.v3)

v4.0.0: Major brush-up

Compare Source

This is a new major release that improves performance and fixes an inconsistency that existed in v3.

  • null.Time and zero.Time now embed sql.NullTime.
  • null.Time and zero.Time's UnmarshalText returns a blank string if invalid, making them consistent with the rest of the package (see #​47).
  • Errors returned by this package are now wrapped using Go 1.13-style errors.
  • Support for unmarshaling from the JSON representation of sql.NullXXX objects (ex. {"Int64": 123, "Valid": true}) has been dropped, significantly improving unmarshaling time and reducing allocations.
  • Unmarshaling errors no longer affect Valid. Always check for errors.

Support for Equal was added in the previous release.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/gopkg.in-guregu-null.v3-4.x branch from 0a71dd5 to 83a4ba2 Compare August 22, 2023 20:58
@GalvinGao GalvinGao merged commit 150748f into main Aug 24, 2023
@GalvinGao GalvinGao deleted the renovate/gopkg.in-guregu-null.v3-4.x branch August 24, 2023 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant