Skip to content

Update module github.com/google/uuid to v1.3.0 #140

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
Aug 3, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 12, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

google/uuid

v1.3.0

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.


Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the Type: Maintenance Other necessary (but less impactful) tasks. label Jul 12, 2021
@codecov
Copy link

codecov bot commented Jul 12, 2021

Codecov Report

Merging #140 (f61595c) into master (75a3eb0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #140   +/-   ##
=======================================
  Coverage   50.00%   50.00%           
=======================================
  Files          12       12           
  Lines         932      932           
=======================================
  Hits          466      466           
  Misses        363      363           
  Partials      103      103           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 75a3eb0...f61595c. Read the comment docs.

@renovate renovate bot assigned cugu Jul 13, 2021
@renovate renovate bot force-pushed the renovate/github.com-google-uuid-1.x branch from d158125 to f61595c Compare August 3, 2021 00:14
@cugu cugu merged commit 5e78e47 into master Aug 3, 2021
@cugu cugu deleted the renovate/github.com-google-uuid-1.x branch August 3, 2021 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Maintenance Other necessary (but less impactful) tasks.
Development

Successfully merging this pull request may close these issues.

2 participants