Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the go group across 1 directory with 4 updates (#9)
Bumps the go group with 4 updates in the / directory: [github.com/google/uuid](https://github.com/google/uuid), [github.com/gorilla/mux](https://github.com/gorilla/mux), [go.uber.org/zap](https://github.com/uber-go/zap) and [golang.org/x/crypto](https://github.com/golang/crypto). Updates `github.com/google/uuid` from 1.3.0 to 1.6.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/uuid/releases">github.com/google/uuid's releases</a>.</em></p> <blockquote> <h2>v1.6.0</h2> <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://redirect.github.com/google/uuid/issues/149">#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://redirect.github.com/google/uuid/issues/153">#153</a>) (<a href="https://github.com/google/uuid/commit/016b199544692f745ffc8867b914129ecb47ef06">016b199</a>)</li> <li>Monotonicity in UUIDv7 (<a href="https://redirect.github.com/google/uuid/issues/150">#150</a>) (<a href="https://github.com/google/uuid/commit/a2b2b32373ff0b1a312b7fdf6d38a977099698a6">a2b2b32</a>)</li> </ul> <h2>v1.5.0</h2> <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://redirect.github.com/google/uuid/issues/141">#141</a>) (<a href="https://github.com/google/uuid/commit/9ee7366e66c9ad96bab89139418a713dc584ae29">9ee7366</a>)</li> </ul> <h2>v1.4.0</h2> <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://redirect.github.com/google/uuid/issues/133">#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> <h2>v1.3.1</h2> <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://redirect.github.com/google/uuid/issues/118">#118</a>) (<a href="https://github.com/google/uuid/commit/574e6874943741fb99d41764c705173ada5293f0">574e687</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/google/uuid/blob/master/CHANGELOG.md">github.com/google/uuid's changelog</a>.</em></p> <blockquote> <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://redirect.github.com/google/uuid/issues/149">#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://redirect.github.com/google/uuid/issues/153">#153</a>) (<a href="https://github.com/google/uuid/commit/016b199544692f745ffc8867b914129ecb47ef06">016b199</a>)</li> <li>Monotonicity in UUIDv7 (<a href="https://redirect.github.com/google/uuid/issues/150">#150</a>) (<a href="https://github.com/google/uuid/commit/a2b2b32373ff0b1a312b7fdf6d38a977099698a6">a2b2b32</a>)</li> </ul> <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://redirect.github.com/google/uuid/issues/141">#141</a>) (<a href="https://github.com/google/uuid/commit/9ee7366e66c9ad96bab89139418a713dc584ae29">9ee7366</a>)</li> </ul> <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://redirect.github.com/google/uuid/issues/133">#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> <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://redirect.github.com/google/uuid/issues/118">#118</a>) (<a href="https://github.com/google/uuid/commit/574e6874943741fb99d41764c705173ada5293f0">574e687</a>)</li> </ul> <h2>Changelog</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/uuid/commit/0f11ee6918f41a04c201eceeadf612a377bc7fbc"><code>0f11ee6</code></a> chore(master): release 1.6.0 (<a href="https://redirect.github.com/google/uuid/issues/151">#151</a>)</li> <li><a href="https://github.com/google/uuid/commit/16939dafc37a38d2743810a8bdf60fdad6a0f3a3"><code>16939da</code></a> chore(tests): add strict monotonicity test case for uuid v7. (<a href="https://redirect.github.com/google/uuid/issues/154">#154</a>)</li> <li><a href="https://github.com/google/uuid/commit/016b199544692f745ffc8867b914129ecb47ef06"><code>016b199</code></a> fix: fix typo in version 7 uuid documentation (<a href="https://redirect.github.com/google/uuid/issues/153">#153</a>)</li> <li><a href="https://github.com/google/uuid/commit/1d8b6ea0990d688105843a9a67b1d07222350502"><code>1d8b6ea</code></a> ci: set token permissions to github workflows (<a href="https://redirect.github.com/google/uuid/issues/143">#143</a>)</li> <li><a href="https://github.com/google/uuid/commit/a2b2b32373ff0b1a312b7fdf6d38a977099698a6"><code>a2b2b32</code></a> fix: Monotonicity in UUIDv7 (<a href="https://redirect.github.com/google/uuid/issues/150">#150</a>)</li> <li><a href="https://github.com/google/uuid/commit/c58770eb495f55fe2ced6284f93c5158a62e53e3"><code>c58770e</code></a> feat: add Max UUID constant (<a href="https://redirect.github.com/google/uuid/issues/149">#149</a>)</li> <li><a href="https://github.com/google/uuid/commit/4d47f8eb066f43cfaedd728a543479d9c9dfa8f6"><code>4d47f8e</code></a> chore(master): release 1.5.0 (<a href="https://redirect.github.com/google/uuid/issues/145">#145</a>)</li> <li><a href="https://github.com/google/uuid/commit/9ee7366e66c9ad96bab89139418a713dc584ae29"><code>9ee7366</code></a> feat: Validate UUID without creating new UUID (<a href="https://redirect.github.com/google/uuid/issues/141">#141</a>)</li> <li><a href="https://github.com/google/uuid/commit/b35aa6a595277504b1ec94c520d4091ec050b9d5"><code>b35aa6a</code></a> add uuid version 6 and 7 (<a href="https://redirect.github.com/google/uuid/issues/139">#139</a>)</li> <li><a href="https://github.com/google/uuid/commit/8de8764e294f072b7a2f1a209e88fdcdb1ebc875"><code>8de8764</code></a> chore(master): release 1.4.0 (<a href="https://redirect.github.com/google/uuid/issues/134">#134</a>)</li> <li>Additional commits viewable in <a href="https://github.com/google/uuid/compare/v1.3.0...v1.6.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/gorilla/mux` from 1.8.0 to 1.8.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gorilla/mux/releases">github.com/gorilla/mux's releases</a>.</em></p> <blockquote> <h2>Release v1.8.1</h2> <h2>What's Changed</h2> <ul> <li>build: CircleCI 2.1 + build matrix by <a href="https://github.com/elithrar"><code>@elithrar</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/595">gorilla/mux#595</a></li> <li>Include "404" and "405" in the docs by <a href="https://github.com/Jille"><code>@Jille</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/602">gorilla/mux#602</a></li> <li>docs: update README w.r.t new maintainer ask by <a href="https://github.com/elithrar"><code>@elithrar</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/660">gorilla/mux#660</a></li> <li>regexp: use iota instead of hardcoded values for regexType* by <a href="https://github.com/michaelgrigoryan25"><code>@michaelgrigoryan25</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/679">gorilla/mux#679</a></li> <li>Fix <code>authenticationMiddleware</code> initialization in the <code>README.md</code> file by <a href="https://github.com/amustaque97"><code>@amustaque97</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/693">gorilla/mux#693</a></li> <li>Update README.md by <a href="https://github.com/coreydaley"><code>@coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/713">gorilla/mux#713</a></li> <li>[GPT-95] Update go version, add tools for verification and testing by <a href="https://github.com/apoorvajagtap"><code>@apoorvajagtap</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/718">gorilla/mux#718</a></li> <li>Delete release-drafter.yml by <a href="https://github.com/coreydaley"><code>@coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/719">gorilla/mux#719</a></li> <li>Delete stale.yml by <a href="https://github.com/coreydaley"><code>@coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/720">gorilla/mux#720</a></li> <li>Delete AUTHORS by <a href="https://github.com/coreydaley"><code>@coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/721">gorilla/mux#721</a></li> <li>Update LICENSE by <a href="https://github.com/coreydaley"><code>@coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/722">gorilla/mux#722</a></li> <li>Updated the logo in README.md by <a href="https://github.com/shamkarthik"><code>@shamkarthik</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/724">gorilla/mux#724</a></li> <li>Update LICENSE by <a href="https://github.com/coreydaley"><code>@coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/723">gorilla/mux#723</a></li> <li>Update issues.yml by <a href="https://github.com/coreydaley"><code>@coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/726">gorilla/mux#726</a></li> <li>Update issues.yml by <a href="https://github.com/coreydaley"><code>@coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/727">gorilla/mux#727</a></li> <li>run go fmt with Go 1.20 by <a href="https://github.com/shogo82148"><code>@shogo82148</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/725">gorilla/mux#725</a></li> <li>Fix <code>Single Page Application</code> example in <code>README.md</code> file by <a href="https://github.com/amustaque97"><code>@amustaque97</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/678">gorilla/mux#678</a></li> <li>[BUG] Inconsistent HTTP status code on query mismatch by <a href="https://github.com/soheilrt"><code>@soheilrt</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/712">gorilla/mux#712</a></li> <li>Clarify documentation examples of Route methods by <a href="https://github.com/andrew-werdna"><code>@andrew-werdna</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/672">gorilla/mux#672</a></li> <li>changed the routeVariables text content. by <a href="https://github.com/sumanpaikdev"><code>@sumanpaikdev</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/708">gorilla/mux#708</a></li> <li>Add GetVarNames() by <a href="https://github.com/eh-steve"><code>@eh-steve</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/676">gorilla/mux#676</a></li> <li>fix SPA handler in README.md by <a href="https://github.com/sy9"><code>@sy9</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/733">gorilla/mux#733</a></li> <li>update GitHub workflows by <a href="https://github.com/coreydaley"><code>@coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/734">gorilla/mux#734</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Jille"><code>@Jille</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/602">gorilla/mux#602</a></li> <li><a href="https://github.com/michaelgrigoryan25"><code>@michaelgrigoryan25</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/679">gorilla/mux#679</a></li> <li><a href="https://github.com/amustaque97"><code>@amustaque97</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/693">gorilla/mux#693</a></li> <li><a href="https://github.com/coreydaley"><code>@coreydaley</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/713">gorilla/mux#713</a></li> <li><a href="https://github.com/apoorvajagtap"><code>@apoorvajagtap</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/718">gorilla/mux#718</a></li> <li><a href="https://github.com/shamkarthik"><code>@shamkarthik</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/724">gorilla/mux#724</a></li> <li><a href="https://github.com/shogo82148"><code>@shogo82148</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/725">gorilla/mux#725</a></li> <li><a href="https://github.com/soheilrt"><code>@soheilrt</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/712">gorilla/mux#712</a></li> <li><a href="https://github.com/andrew-werdna"><code>@andrew-werdna</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/672">gorilla/mux#672</a></li> <li><a href="https://github.com/sumanpaikdev"><code>@sumanpaikdev</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/708">gorilla/mux#708</a></li> <li><a href="https://github.com/eh-steve"><code>@eh-steve</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/676">gorilla/mux#676</a></li> <li><a href="https://github.com/sy9"><code>@sy9</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/733">gorilla/mux#733</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1">https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gorilla/mux/commit/b4617d0b9670ad14039b2739167fd35a60f557c5"><code>b4617d0</code></a> update GitHub workflows (<a href="https://redirect.github.com/gorilla/mux/issues/734">#734</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/3401478badc7aa55470bc806ee8cd185a16f9298"><code>3401478</code></a> fix SPA handler in README.md (<a href="https://redirect.github.com/gorilla/mux/issues/733">#733</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/4a671cbc5162efa2ecb1b353e6a704a62737d66c"><code>4a671cb</code></a> Add GetVarNames() (<a href="https://redirect.github.com/gorilla/mux/issues/676">#676</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/85123bf20e069b156415b871dea10517f6a8938a"><code>85123bf</code></a> changed the routeVariables text content. (<a href="https://redirect.github.com/gorilla/mux/issues/708">#708</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/79f2f457ca5017e08de9f86ada03939a82dbf714"><code>79f2f45</code></a> Clarify documentation examples of Route methods (<a href="https://redirect.github.com/gorilla/mux/issues/672">#672</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/395ad81d0ebffa0c5a36f3e5a2e720a7d5870d92"><code>395ad81</code></a> [BUG] Inconsistent HTTP status code on query mismatch (<a href="https://redirect.github.com/gorilla/mux/issues/712">#712</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/24c3e7f499efd8b1429cfe789c7e6a3631357045"><code>24c3e7f</code></a> Fix <code>Single Page Application</code> example in <code>README.md</code> file (<a href="https://redirect.github.com/gorilla/mux/issues/678">#678</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/546dd0cc9f3ecdef8b065ac6336b4c6ed99887d4"><code>546dd0c</code></a> run go fmt with Go 1.20 (<a href="https://redirect.github.com/gorilla/mux/issues/725">#725</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/651928c42f7b60c7942e46d5f651dd1ece444246"><code>651928c</code></a> Update issues.yml (<a href="https://redirect.github.com/gorilla/mux/issues/727">#727</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/cfc696d6d239ff68ceb71ee35c9a4e4ef3f30ed9"><code>cfc696d</code></a> Update issues.yml (<a href="https://redirect.github.com/gorilla/mux/issues/726">#726</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1">compare view</a></li> </ul> </details> <br /> Updates `go.uber.org/zap` from 1.21.0 to 1.27.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/uber-go/zap/releases">go.uber.org/zap's releases</a>.</em></p> <blockquote> <h2>v1.27.0</h2> <p>Enhancements:</p> <ul> <li><a href="https://redirect.github.com/uber-go/zap/issues/1378">#1378</a>[]: Add <code>WithLazy</code> method for <code>SugaredLogger</code>.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1399">#1399</a>[]: zaptest: Add <code>NewTestingWriter</code> for customizing TestingWriter with more flexibility than <code>NewLogger</code>.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1406">#1406</a>[]: Add <code>Log</code>, <code>Logw</code>, <code>Logln</code> methods for <code>SugaredLogger</code>.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1416">#1416</a>[]: Add <code>WithPanicHook</code> option for testing panic logs.</li> </ul> <p>Thanks to <a href="https://github.com/defval"><code>@defval</code></a>, <a href="https://github.com/dimmo"><code>@dimmo</code></a>, <a href="https://github.com/arxeiss"><code>@arxeiss</code></a>, and <a href="https://github.com/MKrupauskas"><code>@MKrupauskas</code></a> for their contributions to this release.</p> <p><a href="https://redirect.github.com/uber-go/zap/issues/1378">#1378</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1378">uber-go/zap#1378</a> <a href="https://redirect.github.com/uber-go/zap/issues/1399">#1399</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1399">uber-go/zap#1399</a> <a href="https://redirect.github.com/uber-go/zap/issues/1406">#1406</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1406">uber-go/zap#1406</a> <a href="https://redirect.github.com/uber-go/zap/issues/1416">#1416</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1416">uber-go/zap#1416</a></p> <h2>v1.26.0</h2> <p>Enhancements:</p> <ul> <li><a href="https://redirect.github.com/uber-go/zap/issues/1297">#1297</a>[]: Add <code>Dict</code> as a <code>Field</code>.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1319">#1319</a>[]: Add <code>WithLazy</code> method to <code>Logger</code> which lazily evaluates the structured context.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1350">#1350</a>[]: String encoding is much (~50%) faster now.</li> </ul> <p>Thanks to <a href="https://github.com/hhk7734"><code>@hhk7734</code></a>, <a href="https://github.com/jquirke"><code>@jquirke</code></a>, <a href="https://github.com/cdvr1993"><code>@cdvr1993</code></a> for their contributions to this release.</p> <p><a href="https://redirect.github.com/uber-go/zap/issues/1297">#1297</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1297">uber-go/zap#1297</a> <a href="https://redirect.github.com/uber-go/zap/issues/1319">#1319</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1319">uber-go/zap#1319</a> <a href="https://redirect.github.com/uber-go/zap/issues/1350">#1350</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1350">uber-go/zap#1350</a></p> <h2>v1.25.0</h2> <p>This release contains several improvements including performance, API additions, and two new experimental packages whose APIs are unstable and may change in the future.</p> <p>Enhancements:</p> <ul> <li><a href="https://redirect.github.com/uber-go/zap/issues/1246">#1246</a>[]: Add <code>zap/exp/zapslog</code> package for integration with slog.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1273">#1273</a>[]: Add <code>Name</code> to <code>Logger</code> which returns the Logger's name if one is set.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1281">#1281</a>[]: Add <code>zap/exp/expfield</code> package which contains helper methods <code>Str</code> and <code>Strs</code> for constructing String-like zap.Fields.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1310">#1310</a>[]: Reduce stack size on <code>Any</code>.</li> </ul> <p>Thanks to <a href="https://github.com/knight42"><code>@knight42</code></a>, <a href="https://github.com/dzakaammar"><code>@dzakaammar</code></a>, <a href="https://github.com/bcspragu"><code>@bcspragu</code></a>, and <a href="https://github.com/rexywork"><code>@rexywork</code></a> for their contributions to this release.</p> <p><a href="https://redirect.github.com/uber-go/zap/issues/1246">#1246</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1246">uber-go/zap#1246</a> <a href="https://redirect.github.com/uber-go/zap/issues/1273">#1273</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1273">uber-go/zap#1273</a> <a href="https://redirect.github.com/uber-go/zap/issues/1281">#1281</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1281">uber-go/zap#1281</a> <a href="https://redirect.github.com/uber-go/zap/issues/1310">#1310</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1310">uber-go/zap#1310</a></p> <h2>v1.24.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/uber-go/zap/blob/master/CHANGELOG.md">go.uber.org/zap's changelog</a>.</em></p> <blockquote> <h2>1.27.0 (20 Feb 2024)</h2> <p>Enhancements:</p> <ul> <li><a href="https://redirect.github.com/uber-go/zap/issues/1378">#1378</a>[]: Add <code>WithLazy</code> method for <code>SugaredLogger</code>.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1399">#1399</a>[]: zaptest: Add <code>NewTestingWriter</code> for customizing TestingWriter with more flexibility than <code>NewLogger</code>.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1406">#1406</a>[]: Add <code>Log</code>, <code>Logw</code>, <code>Logln</code> methods for <code>SugaredLogger</code>.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1416">#1416</a>[]: Add <code>WithPanicHook</code> option for testing panic logs.</li> </ul> <p>Thanks to <a href="https://github.com/defval"><code>@defval</code></a>, <a href="https://github.com/dimmo"><code>@dimmo</code></a>, <a href="https://github.com/arxeiss"><code>@arxeiss</code></a>, and <a href="https://github.com/MKrupauskas"><code>@MKrupauskas</code></a> for their contributions to this release.</p> <p><a href="https://redirect.github.com/uber-go/zap/issues/1378">#1378</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1378">uber-go/zap#1378</a> <a href="https://redirect.github.com/uber-go/zap/issues/1399">#1399</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1399">uber-go/zap#1399</a> <a href="https://redirect.github.com/uber-go/zap/issues/1406">#1406</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1406">uber-go/zap#1406</a> <a href="https://redirect.github.com/uber-go/zap/issues/1416">#1416</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1416">uber-go/zap#1416</a></p> <h2>1.26.0 (14 Sep 2023)</h2> <p>Enhancements:</p> <ul> <li><a href="https://redirect.github.com/uber-go/zap/issues/1297">#1297</a>[]: Add Dict as a Field.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1319">#1319</a>[]: Add <code>WithLazy</code> method to <code>Logger</code> which lazily evaluates the structured context.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1350">#1350</a>[]: String encoding is much (~50%) faster now.</li> </ul> <p>Thanks to <a href="https://github.com/hhk7734"><code>@hhk7734</code></a>, <a href="https://github.com/jquirke"><code>@jquirke</code></a>, and <a href="https://github.com/cdvr1993"><code>@cdvr1993</code></a> for their contributions to this release.</p> <p><a href="https://redirect.github.com/uber-go/zap/issues/1297">#1297</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1297">uber-go/zap#1297</a> <a href="https://redirect.github.com/uber-go/zap/issues/1319">#1319</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1319">uber-go/zap#1319</a> <a href="https://redirect.github.com/uber-go/zap/issues/1350">#1350</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1350">uber-go/zap#1350</a></p> <h2>1.25.0 (1 Aug 2023)</h2> <p>This release contains several improvements including performance, API additions, and two new experimental packages whose APIs are unstable and may change in the future.</p> <p>Enhancements:</p> <ul> <li><a href="https://redirect.github.com/uber-go/zap/issues/1246">#1246</a>[]: Add <code>zap/exp/zapslog</code> package for integration with slog.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1273">#1273</a>[]: Add <code>Name</code> to <code>Logger</code> which returns the Logger's name if one is set.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1281">#1281</a>[]: Add <code>zap/exp/expfield</code> package which contains helper methods <code>Str</code> and <code>Strs</code> for constructing String-like zap.Fields.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1310">#1310</a>[]: Reduce stack size on <code>Any</code>.</li> </ul> <p>Thanks to <a href="https://github.com/knight42"><code>@knight42</code></a>, <a href="https://github.com/dzakaammar"><code>@dzakaammar</code></a>, <a href="https://github.com/bcspragu"><code>@bcspragu</code></a>, and <a href="https://github.com/rexywork"><code>@rexywork</code></a> for their contributions to this release.</p> <p><a href="https://redirect.github.com/uber-go/zap/issues/1246">#1246</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1246">uber-go/zap#1246</a> <a href="https://redirect.github.com/uber-go/zap/issues/1273">#1273</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1273">uber-go/zap#1273</a> <a href="https://redirect.github.com/uber-go/zap/issues/1281">#1281</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1281">uber-go/zap#1281</a> <a href="https://redirect.github.com/uber-go/zap/issues/1310">#1310</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1310">uber-go/zap#1310</a></p> <h2>1.24.0 (30 Nov 2022)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uber-go/zap/commit/fcf8ee58669e358bbd6460bef5c2ee7a53c0803a"><code>fcf8ee5</code></a> Release v1.27.0 (<a href="https://redirect.github.com/uber-go/zap/issues/1419">#1419</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/e5a56ee593d51f611de3a73cf3140f1c1927d68e"><code>e5a56ee</code></a> Add WithPanicHook logger option for panic log tests (<a href="https://redirect.github.com/uber-go/zap/issues/1416">#1416</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/0e2aa4e0412dfb49d87f9ec96b47c8296189cfa3"><code>0e2aa4e</code></a> assets: Fix logo color profile (<a href="https://redirect.github.com/uber-go/zap/issues/1418">#1418</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/956a21c19cf77ea7a78f9f08ca44b6f77f95053a"><code>956a21c</code></a> Add methods for logging with level as argument (<a href="https://redirect.github.com/uber-go/zap/issues/1406">#1406</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/2a893f61347ef844d78dcb4ad3b454ee11ae7641"><code>2a893f6</code></a> build(deps): bump golangci/golangci-lint-action from 3 to 4 (<a href="https://redirect.github.com/uber-go/zap/issues/1417">#1417</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/e5745d6095ecc2497281569e8713835f2c4a029f"><code>e5745d6</code></a> ci: Test with Go 1.22 (<a href="https://redirect.github.com/uber-go/zap/issues/1409">#1409</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/7db06bc9b095571d3dc3d4eebdfbe4dd9bd20405"><code>7db06bc</code></a> zapslog: rename Option to HandlerOption (<a href="https://redirect.github.com/uber-go/zap/issues/1411">#1411</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/35ded09102db8ce0b2eba3e87f54ba6ce14f2359"><code>35ded09</code></a> zapslog: fix all with slogtest, support inline group, ignore empty group. (<a href="https://redirect.github.com/uber-go/zap/issues/1">#1</a>...</li> <li><a href="https://github.com/uber-go/zap/commit/27b96e378909082d0bf2f0c5802a9f648150fe98"><code>27b96e3</code></a> Make zaptest.NewTestingWriter public (<a href="https://redirect.github.com/uber-go/zap/issues/1399">#1399</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/70f61bb342203a50f8192b05f7faf40a0f809a91"><code>70f61bb</code></a> zapslog: Bump zap from v1.24.0 to v1.26.0 (<a href="https://redirect.github.com/uber-go/zap/issues/1404">#1404</a>)</li> <li>Additional commits viewable in <a href="https://github.com/uber-go/zap/compare/v1.21.0...v1.27.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/crypto` from 0.0.0-20191011191535-87dc89f01550 to 0.30.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/golang/crypto/commits/v0.30.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information