tag:github.com,2008:https://github.com/google/uuid/releases Release notes from uuid 2024-01-23T18:54:04Z tag:github.com,2008:Repository/51620247/v1.6.0 2024-01-23T18:54:13Z v1.6.0 <h2><a href="https://github.com/google/uuid/compare/v1.5.0...v1.6.0">1.6.0</a> (2024-01-16)</h2> <h3>Features</h3> <ul> <li>add Max UUID constant (<a href="https://github.com/google/uuid/issues/149" data-hovercard-type="pull_request" data-hovercard-url="/google/uuid/pull/149/hovercard">#149</a>) (<a href="https://github.com/google/uuid/commit/c58770eb495f55fe2ced6284f93c5158a62e53e3">c58770e</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>fix typo in version 7 uuid documentation (<a href="https://github.com/google/uuid/issues/153" data-hovercard-type="pull_request" data-hovercard-url="/google/uuid/pull/153/hovercard">#153</a>) (<a href="https://github.com/google/uuid/commit/016b199544692f745ffc8867b914129ecb47ef06">016b199</a>)</li> <li>Monotonicity in UUIDv7 (<a href="https://github.com/google/uuid/issues/150" data-hovercard-type="pull_request" data-hovercard-url="/google/uuid/pull/150/hovercard">#150</a>) (<a href="https://github.com/google/uuid/commit/a2b2b32373ff0b1a312b7fdf6d38a977099698a6">a2b2b32</a>)</li> </ul> release-please[bot] tag:github.com,2008:Repository/51620247/v1.5.0 2023-12-12T17:21:48Z v1.5.0 <h2><a href="https://github.com/google/uuid/compare/v1.4.0...v1.5.0">1.5.0</a> (2023-12-12)</h2> <h3>Features</h3> <ul> <li>Validate UUID without creating new UUID (<a href="https://github.com/google/uuid/issues/141" data-hovercard-type="pull_request" data-hovercard-url="/google/uuid/pull/141/hovercard">#141</a>) (<a href="https://github.com/google/uuid/commit/9ee7366e66c9ad96bab89139418a713dc584ae29">9ee7366</a>)</li> </ul> release-please[bot] tag:github.com,2008:Repository/51620247/v1.4.0 2023-10-26T15:24:13Z v1.4.0 <h2><a href="https://github.com/google/uuid/compare/v1.3.1...v1.4.0">1.4.0</a> (2023-10-26)</h2> <h3>Features</h3> <ul> <li>UUIDs slice type with Strings() convenience method (<a href="https://github.com/google/uuid/issues/133" data-hovercard-type="pull_request" data-hovercard-url="/google/uuid/pull/133/hovercard">#133</a>) (<a href="https://github.com/google/uuid/commit/cd5fbbdd02f3e3467ac18940e07e062be1f864b4">cd5fbbd</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior)</li> </ul> release-please[bot] tag:github.com,2008:Repository/51620247/v1.3.1 2023-08-21T16:29:24Z v1.3.1 <h2><a href="https://github.com/google/uuid/compare/v1.3.0...v1.3.1">1.3.1</a> (2023-08-18)</h2> <h3>Bug Fixes</h3> <ul> <li>Use .EqualFold() to parse urn prefixed UUIDs (<a href="https://github.com/google/uuid/issues/118" data-hovercard-type="pull_request" data-hovercard-url="/google/uuid/pull/118/hovercard">#118</a>) (<a href="https://github.com/google/uuid/commit/574e6874943741fb99d41764c705173ada5293f0">574e687</a>)</li> </ul> release-please[bot] tag:github.com,2008:Repository/51620247/v1.3.0 2021-07-12T22:43:25Z Add randomness pool mode for V4 UUID and NullUUID for SQL Scanners. <p>From Andrey Pechkurov:</p> <p>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.</p> <p>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.</p> <p>From Samuel Roth:</p> <p>Added support for NullUUID</p> <p>A NullUUID can be marked not valid (i.e., null) for use with JSON and the database/sql/driver.Scanner interfaces.</p> pborman tag:github.com,2008:Repository/51620247/v1.2.0 2021-01-22T18:22:41Z Add NewString() <p>This release introduces the NewString() function which is the equivalent of uuid.New().String().</p> pborman tag:github.com,2008:Repository/51620247/v1.1.5 2021-01-15T00:29:16Z Syntactic cleanup <p>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)</p> pborman tag:github.com,2008:Repository/51620247/v1.1.4 2021-01-04T19:19:44Z Further error optimizations <p>Do not allocate memory for errors (it is only one word)</p> pborman tag:github.com,2008:Repository/51620247/v1.1.3 2020-12-30T19:40:06Z Optimize error reporting <p>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.</p> pborman tag:github.com,2008:Repository/51620247/v1.1.2 2020-08-30T14:13:43Z Minor fixes <p>This release contains</p> <ul> <li>Allow concurrent, re-creatable usage <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="415616902" data-permission-text="Title is private" data-url="https://github.com/google/uuid/issues/44" data-hovercard-type="pull_request" data-hovercard-url="/google/uuid/pull/44/hovercard" href="https://github.com/google/uuid/pull/44">#44</a> by trabetti was merged on Apr 16, 2019</li> <li>Fix race in NewUUID() <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="648964826" data-permission-text="Title is private" data-url="https://github.com/google/uuid/issues/64" data-hovercard-type="pull_request" data-hovercard-url="/google/uuid/pull/64/hovercard" href="https://github.com/google/uuid/pull/64">#64</a> by AstolfoKawaii was merged on Jul 2, 2020</li> <li>Minor formatting and typo fixes</li> </ul> pborman