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

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

Merged
merged 1 commit into from
Aug 5, 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: Disabled due to failing status checks.

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 #203 (3340eba) into master (e1f0c64) will decrease coverage by 9.23%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #203      +/-   ##
==========================================
- Coverage   54.46%   45.23%   -9.24%     
==========================================
  Files          24       17       -7     
  Lines        1019      776     -243     
==========================================
- Hits          555      351     -204     
+ Misses        407      366      -41     
- Partials       57       59       +2     
Impacted Files Coverage Δ
plugin/builtin/importJSON.go 58.82% <0.00%> (-3.25%) ⬇️
plugin/builtin/exportTimesketch.go 75.00% <0.00%> (-1.48%) ⬇️
plugin/builtin/bulkSearch.go 59.25% <0.00%> (-0.32%) ⬇️
daggy/workflow.go 0.00% <0.00%> (ø)
pluginlib/filter.go 100.00% <0.00%> (ø)
pluginlib/plugin.go 0.00% <0.00%> (ø)
pluginlib/linewriter.go 0.00% <0.00%> (ø)
plugin/builtin/export.go 0.00% <0.00%> (ø)
pluginlib/loggerOutputPlugin.go 0.00% <0.00%> (ø)
plugin/builtin/builtInCommandProvider.go 0.00% <0.00%> (ø)
... and 14 more

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 e1f0c64...3340eba. Read the comment docs.

@renovate renovate bot assigned cugu Jul 12, 2021
@cugu cugu merged commit da5b6b0 into master Aug 5, 2021
@cugu cugu deleted the renovate/github.com-google-uuid-1.x branch August 5, 2021 09:14
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants