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

chore(deps): update module github.com/google/uuid to v1.6.0 #147

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

Conversation

wasmcloud-automation-app[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/google/uuid indirect minor v1.1.1 -> v1.6.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v1.6.0

Compare Source

Features
Bug Fixes

v1.5.0

Compare Source

Features

v1.4.0

Compare Source

Features
  • UUIDs slice type with Strings() convenience method (#​133) (cd5fbbd)
Fixes
  • Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior)

v1.3.1

Compare Source

Bug Fixes

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.

v1.1.2: Minor fixes

Compare Source

This release contains

  • Allow concurrent, re-creatable usage #​44 by trabetti was merged on Apr 16, 2019
  • Fix race in NewUUID() #​64 by AstolfoKawaii was merged on Jul 2, 2020
  • Minor formatting and typo fixes

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 Renovate Bot.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@wasmcloud-automation-app wasmcloud-automation-app bot requested a review from a team as a code owner January 8, 2025 00:31
@wasmcloud-automation-app wasmcloud-automation-app bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 8, 2025
@wasmcloud-automation-app
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants