Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

fix(deps): update module github.com/google/uuid to v1.3.0 #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/google/uuid require minor v1.1.2 -> v1.3.0

Release Notes

google/uuid (github.com/google/uuid)

v1.3.0: Add randomness pool mode for V4 UUID and NullUUID for SQL Scanners.

Compare Source

From Andrey Pechkurov:

Adds an optional randomness pool mode for Random (Version 4) UUID generation. The pool contains random bytes read from the random number generator on demand in batches. Enabling the pool may improve the UUID generation throughput significantly.

Since the pool is stored on the Go heap, this feature may be a bad fit for security sensitive applications. That's why it's implemented as an opt-in feature.

From Samuel Roth:

Added support for NullUUID

A NullUUID can be marked not valid (i.e., null) for use with JSON and the database/sql/driver.Scanner interfaces.

v1.2.0: Add NewString()

Compare Source

This release introduces the NewString() function which is the equivalent of uuid.New().String().

v1.1.5: Syntactic cleanup

Compare Source

There are no code changes. A missing period was add to a godoc comment and the linter was told to not complain that the results of hash.Write() are ignored (the function cannot fail)

v1.1.4: Further error optimizations

Compare Source

Do not allocate memory for errors (it is only one word)

v1.1.3: Optimize error reporting

Compare Source

Optimize length of time it takes to discover an input is bad by no longer using fmt.Errorf, which is quite slow. It now uses a custom error type that formats the string when the Error method is called rather than when generating the error.


Configuration

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

🚦 Automerge: Enabled.

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/github.com-google-uuid-1.x branch from 4e27068 to 7ded705 Compare October 18, 2021 22:52
@renovate renovate bot changed the title fix(deps): update module github.com/google/uuid to v1.2.0 fix(deps): update module github.com/google/uuid to v1.3.0 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/github.com-google-uuid-1.x branch from 7ded705 to 38b2541 Compare September 25, 2022 14:18
@renovate renovate bot force-pushed the renovate/github.com-google-uuid-1.x branch from 38b2541 to 428d71e Compare November 20, 2022 16:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants