Commit 18933b7
⬆️ Bump github.com/ARM-software/golang-utils/utils from 1.88.0 to 1.89.0 in /client (#77)
Bumps
[github.com/ARM-software/golang-utils/utils](https://github.com/ARM-software/golang-utils)
from 1.88.0 to 1.89.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ARM-software/golang-utils/releases">github.com/ARM-software/golang-utils/utils's
releases</a>.</em></p>
<blockquote>
<h2>Release 1.89.0</h2>
<!-- raw HTML omitted -->
<h1>Changelog</h1>
<!-- raw HTML omitted -->
<p>This document contains a history of significant changes which have
been released for <code>golang-utils</code>. Please note that
beta releases are not included in this history.</p>
<h1>"1.89.0" (2025-03-28)</h1>
<h2>Features</h2>
<ul>
<li>:bug: <code>[reflection]</code> Fix panic in <code>IsEmpty</code>
when dealing with nil pointer (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328152658">#20250328152658</a>)</li>
</ul>
<h1>"1.88.0" (2025-03-28)</h1>
<h2>Features</h2>
<ul>
<li>:sparkles: <code>[http]</code> Extend the client constructors to use
<code>RequestConfiguration</code> (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328113659">#20250328113659</a>)</li>
<li>:sparkles: <code>[useragent]</code> Added a <code>useragent</code>
module to help generate <code>User-Agent</code> (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328120920">#20250328120920</a>)</li>
<li>:sparkles: <code>encryption</code> Add utility to encrypt payloads
using public RSA key directly instead of using the certificate (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328135041">#20250328135041</a>)</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>:recycle: [config] Improve error formatting to ease understanding
configuration validation errors (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328102314">#20250328102314</a>)</li>
<li>Dependency upgrade: net-0.38.0 (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328113417">#20250328113417</a>,
<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328113422">#20250328113422</a>,
<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328113444">#20250328113444</a>,
<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328113451">#20250328113451</a>,
<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328113514">#20250328113514</a>,
<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328113518">#20250328113518</a>,
<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328113541">#20250328113541</a>,
<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328113553">#20250328113553</a>,
<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328113648">#20250328113648</a>,
<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328113655">#20250328113655</a>,
<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328113722">#20250328113722</a>,
<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328113740">#20250328113740</a>,
<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328113809">#20250328113809</a>,
<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328113831">#20250328113831</a>,
<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328113838">#20250328113838</a>,
<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328113901">#20250328113901</a>,
<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328113906">#20250328113906</a>)</li>
<li>Dependency upgrade: v5-5.3.2 (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328113426">#20250328113426</a>)</li>
<li>:recycle: [reflection] Modified IsEmpty behaviour with regards to
strings to consider strings with only whitespaces as empty (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328120125">#20250328120125</a>)</li>
</ul>
<h1>"1.87.1" (2025-03-27)</h1>
<p>Bugfixes</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ARM-software/golang-utils/blob/master/CHANGELOG.md">github.com/ARM-software/golang-utils/utils's
changelog</a>.</em></p>
<blockquote>
<h1>"1.89.0" (2025-03-28)</h1>
<h2>Features</h2>
<ul>
<li>:bug: <code>[reflection]</code> Fix panic in <code>IsEmpty</code>
when dealing with nil pointer (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250328152658">#20250328152658</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ARM-software/golang-utils/commit/e6807853305d8406ae0b09c7649619b1df430053"><code>e680785</code></a>
🚀 releasing version 1.89.0 @ 2025-03-28 16:01</li>
<li><a
href="https://github.com/ARM-software/golang-utils/commit/9e49432fdd3fa68538de5081bcbd8cc164d315c8"><code>9e49432</code></a>
:bug: <code>[reflection]</code> Fix panic in <code>IsEmpty</code> when
dealing with nil pointer (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/591">#591</a>)</li>
<li>See full diff in <a
href="https://github.com/ARM-software/golang-utils/compare/v1.88.0...v1.89.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Monty Bot <[email protected]>1 parent 026677b commit 18933b7
3 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments