Skip to content

Update module github.com/google/uuid to v1.6.0#17

Open
doctolib-renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-google-uuid-1.x
Open

Update module github.com/google/uuid to v1.6.0#17
doctolib-renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-google-uuid-1.x

Conversation

@doctolib-renovate

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
github.com/google/uuid v1.0.0 -> v1.6.0 age confidence

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

v1.1.1

Compare Source

Actually include darkfeline's fixes when no interfaces are found.

v1.1.0

Compare Source

This release includes the MustParse as well as parsing of

Microsoft encoding {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
Raw hex encoding: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.


Configuration

📅 Schedule: Branch creation - Between 06:00 AM and 09:59 AM ( * 6-9 * * * ), Between 05:00 PM and 08:59 PM ( * 17-20 * * * ) in timezone Europe/Paris, 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 was created by Renovate.

Details

Check the default configuration and documentation.

See the logs on Datadog.
To replay this update, you can use the following packageRules on the Manual Run page: [{"matchPackageNames": ["*"], "enabled": false}, {"matchPackageNames": ["github.com/google/uuid"], "enabled": true}]

@doctolib-renovate

Copy link
Copy Markdown
Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: github.com/doctolib/MailHog imports
	github.com/doctolib/MailHog/generated/assets: cannot find module providing package github.com/doctolib/MailHog/generated/assets
go: github.com/doctolib/MailHog/pkg/storage imports
	github.com/doctolib/MailHog/generated/queries: cannot find module providing package github.com/doctolib/MailHog/generated/queries

@docto-mergebot

Copy link
Copy Markdown

Please add the auto-merge label to the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant