Evan Simkowitz
bbece2d80d
Update go net package ( #1593 )
...
There's a potential DDoS vulnerability in the older version of the net
package that we were using. It likely isn't something that would impact
us, but we should still update for posterity.
2024-12-20 09:04:42 -08:00
Sylvie Crowe
a940de6df6
fix: use updates ssh_config version with match fix ( #1576 )
2024-12-19 12:55:36 -08:00
Evan Simkowitz
0a3dadb628
Add wsh wavepath
command for getting Wave paths ( #1545 )
2024-12-17 14:11:40 -08:00
dependabot[bot]
2285ac99db
Bump github.com/shirou/gopsutil/v4 from 4.24.10 to 4.24.11 ( #1410 )
...
Bumps
[github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil ) from
4.24.10 to 4.24.11.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shirou/gopsutil/releases ">github.com/shirou/gopsutil/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.24.11</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>host</h3>
<ul>
<li>add anolis family with anolis platform in host/host_linux.go by <a
href="https://github.com/wangyu-geek "><code>@wangyu-geek</code></a> in
<a
href="https://redirect.github.com/shirou/gopsutil/pull/1745 ">shirou/gopsutil#1745</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/wangyu-geek "><code>@wangyu-geek</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1745 ">shirou/gopsutil#1745</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/shirou/gopsutil/compare/v4.24.10...v4.24.11 ">https://github.com/shirou/gopsutil/compare/v4.24.10...v4.24.11 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="62a52f910b
"><code>62a52f9</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1745 ">#1745</a>
from wangyu-geek/add_anolis_family_in_host_linux</li>
<li><a
href="8e62971eb0
"><code>8e62971</code></a>
add anolis family with anolis platform</li>
<li>See full diff in <a
href="https://github.com/shirou/gopsutil/compare/v4.24.10...v4.24.11 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/shirou/gopsutil/v4&package-manager=go_modules&previous-version=4.24.10&new-version=4.24.11 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-16 14:04:10 -08:00
dependabot[bot]
17bd6e7f91
Bump golang.org/x/crypto from 0.29.0 to 0.31.0 ( #1503 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from
0.29.0 to 0.31.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b4f1988a35
"><code>b4f1988</code></a>
ssh: make the public key cache a 1-entry FIFO cache</li>
<li><a
href="7042ebcbe0
"><code>7042ebc</code></a>
openpgp/clearsign: just use rand.Reader in tests</li>
<li><a
href="3e90321ac7
"><code>3e90321</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="8c4e668694
"><code>8c4e668</code></a>
x509roots/fallback: update bundle</li>
<li>See full diff in <a
href="https://github.com/golang/crypto/compare/v0.29.0...v0.31.0 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.29.0&new-version=0.31.0 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/wavetermdev/waveterm/network/alerts ).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-12 09:59:58 -08:00
dependabot[bot]
74bb5c7317
Bump github.com/sashabaranov/go-openai from 1.35.7 to 1.36.0 ( #1409 )
...
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai )
from 1.35.7 to 1.36.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases ">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.36.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Make user field optional in embedding request by <a
href="https://github.com/nagar-ajay "><code>@nagar-ajay</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/899 ">sashabaranov/go-openai#899</a></li>
<li>feat: add gpt-4o-2024-11-20 model by <a
href="https://github.com/liushuangls "><code>@liushuangls</code></a> in
<a
href="https://redirect.github.com/sashabaranov/go-openai/pull/905 ">sashabaranov/go-openai#905</a></li>
<li>feat: add RecvRaw by <a
href="https://github.com/WqyJh "><code>@WqyJh</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/896 ">sashabaranov/go-openai#896</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/nagar-ajay "><code>@nagar-ajay</code></a> made
their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/899 ">sashabaranov/go-openai#899</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.35.7...v1.36.0 ">https://github.com/sashabaranov/go-openai/compare/v1.35.7...v1.36.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c203ca001f
"><code>c203ca0</code></a>
feat: add RecvRaw (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/896 ">#896</a>)</li>
<li><a
href="21fa42c18d
"><code>21fa42c</code></a>
feat: add gpt-4o-2024-11-20 model (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/905 ">#905</a>)</li>
<li><a
href="74ed75f291
"><code>74ed75f</code></a>
Make user field optional in embedding request (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/899 ">#899</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.35.7...v1.36.0 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.35.7&new-version=1.36.0 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-06 09:21:17 -08:00
dependabot[bot]
f537ffb406
Bump github.com/sashabaranov/go-openai from 1.35.6 to 1.35.7 ( #1339 )
...
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai )
from 1.35.6 to 1.35.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases ">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.35.7</h2>
<h2>What's Changed</h2>
<ul>
<li>Updated client_test to solve lint error by <a
href="https://github.com/AyushSawant18588 "><code>@AyushSawant18588</code></a>
in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/900 ">sashabaranov/go-openai#900</a></li>
<li>o1 model support stream by <a
href="https://github.com/ldnvnbl "><code>@ldnvnbl</code></a> and <a
href="https://github.com/handsomefox "><code>@handsomefox</code></a> in
<a
href="https://redirect.github.com/sashabaranov/go-openai/pull/904 ">sashabaranov/go-openai#904</a>
and <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/902 ">sashabaranov/go-openai#902</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ldnvnbl "><code>@ldnvnbl</code></a> made
their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/904 ">sashabaranov/go-openai#904</a></li>
<li><a
href="https://github.com/handsomefox "><code>@handsomefox</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/902 ">sashabaranov/go-openai#902</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.35.6...v1.35.7 ">https://github.com/sashabaranov/go-openai/compare/v1.35.6...v1.35.7 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1687616165
"><code>1687616</code></a>
o1 model support stream (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/904 ">#904</a>)</li>
<li><a
href="b3ece4d32e
"><code>b3ece4d</code></a>
Updated client_test to solve lint error (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/900 ">#900</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.35.6...v1.35.7 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.35.6&new-version=1.35.7 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 11:44:50 -08:00
dependabot[bot]
aca922c5aa
Bump golang.org/x/crypto from 0.28.0 to 0.29.0 ( #1239 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from
0.28.0 to 0.29.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6018723c74
"><code>6018723</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="71ed71b4fa
"><code>71ed71b</code></a>
README: don't recommend go get</li>
<li><a
href="750a45fe5e
"><code>750a45f</code></a>
sha3: add MarshalBinary, AppendBinary, and UnmarshalBinary</li>
<li><a
href="36b172546b
"><code>36b1725</code></a>
sha3: avoid trailing permutation</li>
<li><a
href="80ea76eb17
"><code>80ea76e</code></a>
sha3: fix padding for long cSHAKE parameters</li>
<li><a
href="c17aa50fbd
"><code>c17aa50</code></a>
sha3: avoid buffer copy</li>
<li><a
href="7cfb9161e8
"><code>7cfb916</code></a>
ssh: return unexpected msg error when server fails keyboard-interactive
auth ...</li>
<li><a
href="b61b08db44
"><code>b61b08d</code></a>
chacha20: extend ppc64le support to ppc64</li>
<li><a
href="6c21748958
"><code>6c21748</code></a>
internal/poly1305: extend ppc64le support to ppc64</li>
<li>See full diff in <a
href="https://github.com/golang/crypto/compare/v0.28.0...v0.29.0 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.28.0&new-version=0.29.0 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-08 10:26:14 -08:00
dependabot[bot]
395e3d50ed
Bump golang.org/x/term from 0.25.0 to 0.26.0 ( #1238 )
...
Bumps [golang.org/x/term](https://github.com/golang/term ) from 0.25.0 to
0.26.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b725e362a8
"><code>b725e36</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="54df7da90d
"><code>54df7da</code></a>
README: don't recommend go get</li>
<li>See full diff in <a
href="https://github.com/golang/term/compare/v0.25.0...v0.26.0 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/term&package-manager=go_modules&previous-version=0.25.0&new-version=0.26.0 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-08 10:21:07 -08:00
dependabot[bot]
b22abcb066
Bump github.com/sashabaranov/go-openai from 1.32.5 to 1.35.6 ( #1236 )
...
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai )
from 1.32.5 to 1.35.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases ">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.35.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Added Vector Store File List properties that allow for pagination by
<a href="https://github.com/MattDavisRV "><code>@MattDavisRV</code></a>
in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/891 ">sashabaranov/go-openai#891</a></li>
<li>Support Attachments in MessageRequest by <a
href="https://github.com/kodernubie "><code>@kodernubie</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/890 ">sashabaranov/go-openai#890</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/MattDavisRV "><code>@MattDavisRV</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/891 ">sashabaranov/go-openai#891</a></li>
<li><a
href="https://github.com/kodernubie "><code>@kodernubie</code></a> made
their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/890 ">sashabaranov/go-openai#890</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.32.5...v1.35.6 ">https://github.com/sashabaranov/go-openai/compare/v1.32.5...v1.35.6 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6d066bb12d
"><code>6d066bb</code></a>
Support Attachments in MessageRequest (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/890 ">#890</a>)</li>
<li><a
href="f5e6e0e4fe
"><code>f5e6e0e</code></a>
Added Vector Store File List properties that allow for pagination (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/891 ">#891</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.32.5...v1.35.6 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.32.5&new-version=1.35.6 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-08 10:20:32 -08:00
dependabot[bot]
3f5bb6d12c
Bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 ( #1187 )
...
Bumps
[github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify )
from 1.7.0 to 1.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fsnotify/fsnotify/releases ">github.com/fsnotify/fsnotify's
releases</a>.</em></p>
<blockquote>
<h2>v1.8.0</h2>
<h2>Additions</h2>
<ul>
<li>all: add <code>FSNOTIFY_DEBUG</code> to print debug logs to stderr
(<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/619 ">#619</a>)</li>
</ul>
<h3>Changes and fixes</h3>
<ul>
<li>
<p>windows: fix behaviour of <code>WatchList()</code> to be consistent
with other platforms (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/610 ">#610</a>)</p>
</li>
<li>
<p>kqueue: ignore events with Ident=0 (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/590 ">#590</a>)</p>
</li>
<li>
<p>kqueue: set O_CLOEXEC to prevent passing file descriptors to children
(<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/617 ">#617</a>)</p>
</li>
<li>
<p>kqueue: emit events as "/path/dir/file" instead of
"path/link/file" when watching a symlink (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/625 ">#625</a>)</p>
</li>
<li>
<p>inotify: don't send event for IN_DELETE_SELF when also watching the
parent (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/620 ">#620</a>)</p>
</li>
<li>
<p>inotify: fix panic when calling Remove() in a goroutine (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/650 ">#650</a>)</p>
</li>
<li>
<p>fen: allow watching subdirectories of watched directories (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/621 ">#621</a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md ">github.com/fsnotify/fsnotify's
changelog</a>.</em></p>
<blockquote>
<h2>1.8.0 2023-10-31</h2>
<h3>Additions</h3>
<ul>
<li>all: add <code>FSNOTIFY_DEBUG</code> to print debug logs to stderr
(<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/619 ">#619</a>)</li>
</ul>
<h3>Changes and fixes</h3>
<ul>
<li>
<p>windows: fix behaviour of <code>WatchList()</code> to be consistent
with other platforms (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/610 ">#610</a>)</p>
</li>
<li>
<p>kqueue: ignore events with Ident=0 (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/590 ">#590</a>)</p>
</li>
<li>
<p>kqueue: set O_CLOEXEC to prevent passing file descriptors to children
(<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/617 ">#617</a>)</p>
</li>
<li>
<p>kqueue: emit events as "/path/dir/file" instead of
"path/link/file" when watching a symlink (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/625 ">#625</a>)</p>
</li>
<li>
<p>inotify: don't send event for IN_DELETE_SELF when also watching the
parent (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/620 ">#620</a>)</p>
</li>
<li>
<p>inotify: fix panic when calling Remove() in a goroutine (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/650 ">#650</a>)</p>
</li>
<li>
<p>fen: allow watching subdirectories of watched directories (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/621 ">#621</a>)</p>
</li>
</ul>
<p><a
href="https://redirect.github.com/fsnotify/fsnotify/issues/590 ">#590</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/590 ">fsnotify/fsnotify#590</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/610 ">#610</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/610 ">fsnotify/fsnotify#610</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/617 ">#617</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/617 ">fsnotify/fsnotify#617</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/619 ">#619</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/619 ">fsnotify/fsnotify#619</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/620 ">#620</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/620 ">fsnotify/fsnotify#620</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/621 ">#621</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/621 ">fsnotify/fsnotify#621</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/625 ">#625</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/625 ">fsnotify/fsnotify#625</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/650 ">#650</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/650 ">fsnotify/fsnotify#650</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a9bc2e0179
"><code>a9bc2e0</code></a>
Prepare 1.8.0 release</li>
<li><a
href="2d133b81be
"><code>2d133b8</code></a>
inotify: fix panic on Remove()</li>
<li><a
href="16269627c5
"><code>1626962</code></a>
Update CI</li>
<li><a
href="c1467c02fb
"><code>c1467c0</code></a>
test/kqueue: watch symlinks</li>
<li><a
href="800ed8332b
"><code>800ed83</code></a>
kqueue: don't change internal state when Add() returns error (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/638 ">#638</a>)</li>
<li><a
href="ad7424447b
"><code>ad74244</code></a>
remove extra "to" from doc comment (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/634 ">#634</a>)</li>
<li><a
href="bec89034c5
"><code>bec8903</code></a>
Split out Watcher and backends (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/632 ">#632</a>)</li>
<li><a
href="a618f076c8
"><code>a618f07</code></a>
inotify: add recursive watcher (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/472 ">#472</a>)</li>
<li><a
href="17d9053512
"><code>17d9053</code></a>
Print diffs for test failures</li>
<li><a
href="53b06a884d
"><code>53b06a8</code></a>
inotify: implement WithNoFollow() (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/631 ">#631</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/fsnotify/fsnotify/compare/v1.7.0...v1.8.0 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/fsnotify/fsnotify&package-manager=go_modules&previous-version=1.7.0&new-version=1.8.0 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 10:09:55 -08:00
dependabot[bot]
223e0b20af
Bump github.com/sashabaranov/go-openai from 1.32.3 to 1.32.5 ( #1188 )
...
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai )
from 1.32.3 to 1.32.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases ">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.32.5</h2>
<h2>What's Changed</h2>
<ul>
<li>add chatcompletion stream delta refusal and logprobs by <a
href="https://github.com/Yu0u "><code>@Yu0u</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/882 ">sashabaranov/go-openai#882</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Yu0u "><code>@Yu0u</code></a> made their
first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/882 ">sashabaranov/go-openai#882</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.32.4...v1.32.5 ">https://github.com/sashabaranov/go-openai/compare/v1.32.4...v1.32.5 </a></p>
<h2>v1.32.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Updated checkPromptType function to handle prompt list in
completions by <a
href="https://github.com/AyushSawant18588 "><code>@AyushSawant18588</code></a>
in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/885 ">sashabaranov/go-openai#885</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.32.3...v1.32.4 ">https://github.com/sashabaranov/go-openai/compare/v1.32.3...v1.32.4 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d10f1b8199
"><code>d10f1b8</code></a>
add chatcompletion stream delta refusal and logprobs (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/882 ">#882</a>)</li>
<li><a
href="6e087322b7
"><code>6e08732</code></a>
Updated checkPromptType function to handle prompt list in completions
(<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/885 ">#885</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.32.3...v1.32.5 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.32.3&new-version=1.32.5 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-02 11:01:37 -07:00
dependabot[bot]
9f69f93baa
Bump github.com/shirou/gopsutil/v4 from 4.24.9 to 4.24.10 ( #1189 )
...
Bumps
[github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil ) from
4.24.9 to 4.24.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shirou/gopsutil/releases ">github.com/shirou/gopsutil/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.24.10</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>cpu</h3>
<ul>
<li>[cpu][disk][netbsd] Generate arm-specific definitions by <a
href="https://github.com/Lomanic "><code>@Lomanic</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1731 ">shirou/gopsutil#1731</a></li>
</ul>
<h3>mem</h3>
<ul>
<li>fix(mem): possible memory leak on Windows by <a
href="https://github.com/uubulb "><code>@uubulb</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1722 ">shirou/gopsutil#1722</a></li>
<li>feat(mem): Add windows commit stats by <a
href="https://github.com/n4nn31355 "><code>@n4nn31355</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1720 ">shirou/gopsutil#1720</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>sensors: avoid passing nil pointer to CFArrayGetCount by <a
href="https://github.com/uubulb "><code>@uubulb</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1727 ">shirou/gopsutil#1727</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/n4nn31355 "><code>@n4nn31355</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1720 ">shirou/gopsutil#1720</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/shirou/gopsutil/compare/v4.24.9...v4.24.10 ">https://github.com/shirou/gopsutil/compare/v4.24.9...v4.24.10 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="aa9796d3d7
"><code>aa9796d</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1723 ">#1723</a>
from shirou/dependabot/go_modules/golang.org/x/sys-0...</li>
<li><a
href="6be0508aeb
"><code>6be0508</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1739 ">#1739</a>
from shirou/dependabot/github_actions/actions/checko...</li>
<li><a
href="137fd2acac
"><code>137fd2a</code></a>
chore(deps): bump actions/checkout from 4.2.1 to 4.2.2</li>
<li><a
href="aa47e0fde0
"><code>aa47e0f</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1720 ">#1720</a>
from n4nn31355/feat/win_mem_commit_total</li>
<li><a
href="de435c3739
"><code>de435c3</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1737 ">#1737</a>
from shirou/dependabot/go_modules/github.com/ebiteng...</li>
<li><a
href="9ae3f38658
"><code>9ae3f38</code></a>
chore(deps): bump github.com/ebitengine/purego from 0.8.0 to 0.8.1</li>
<li><a
href="a19cedeb30
"><code>a19cede</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1727 ">#1727</a>
from uubulb/fix_sensors_darwin_arm64</li>
<li><a
href="c9da2cc0aa
"><code>c9da2cc</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1731 ">#1731</a>
from Lomanic/issue1645</li>
<li><a
href="44c71b62c0
"><code>44c71b6</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1722 ">#1722</a>
from uubulb/fix_windows_mem</li>
<li><a
href="30457973b5
"><code>3045797</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1735 ">#1735</a>
from shirou/dependabot/github_actions/actions/upload...</li>
<li>Additional commits viewable in <a
href="https://github.com/shirou/gopsutil/compare/v4.24.9...v4.24.10 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/shirou/gopsutil/v4&package-manager=go_modules&previous-version=4.24.9&new-version=4.24.10 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-02 10:58:57 -07:00
Mike Sawka
eeda49bbde
vdom 7 ( #1180 )
2024-11-02 10:58:13 -07:00
Sylvie Crowe
94eb165346
fix: ignore the match statement in ssh config ( #1155 )
...
This change will skip over match statements in the ssh config without
panicking. Note that this change still does not add match statement
parsing--it merely makes it possible to continue parsing if the match
keyword is present.
2024-10-27 20:35:19 -07:00
Evan Simkowitz
e9fcb9b145
Merge branch 'main' into dev-v0.9
2024-10-25 10:21:33 -07:00
dependabot[bot]
6c151c4b77
Bump github.com/sashabaranov/go-openai from 1.32.2 to 1.32.3 ( #1137 )
2024-10-25 09:25:31 -07:00
Sylvie Crowe
8248637e00
WSL Integration ( #1031 )
...
Adds support for connecting to local WSL installations on Windows.
(also adds wshrpcmmultiproxy / connserver router)
2024-10-23 22:43:17 -07:00
Evan Simkowitz
f56fc982f6
Revert "Revert "Bump github.com/sashabaranov/go-openai from 1.32.0 to 1.32.2"" ( #1077 )
...
Reverts wavetermdev/waveterm#1069
2024-10-18 15:31:08 -07:00
Evan Simkowitz
89698289dd
Revert "Bump github.com/sashabaranov/go-openai from 1.32.0 to 1.32.2" ( #1069 )
...
Reverts wavetermdev/waveterm#1059 , will reapply after 0.8.12 goes out
2024-10-18 12:49:35 -07:00
dependabot[bot]
0e3d7c69d2
Bump github.com/sashabaranov/go-openai from 1.32.0 to 1.32.2 ( #1059 )
...
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai )
from 1.32.0 to 1.32.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases ">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.32.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Cleanup by <a
href="https://github.com/sashabaranov "><code>@sashabaranov</code></a>
in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/879 ">sashabaranov/go-openai#879</a></li>
<li>Completion API: add Store and Metadata parameters by <a
href="https://github.com/smackcrane "><code>@smackcrane</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/878 ">sashabaranov/go-openai#878</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/smackcrane "><code>@smackcrane</code></a> made
their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/878 ">sashabaranov/go-openai#878</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.32.1...v1.32.2 ">https://github.com/sashabaranov/go-openai/compare/v1.32.1...v1.32.2 </a></p>
<h2>v1.32.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Return response body as byte slice for RequestError type by <a
href="https://github.com/AyushSawant18588 "><code>@AyushSawant18588</code></a>
in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/873 ">sashabaranov/go-openai#873</a></li>
<li>Adding new moderation model constants by <a
href="https://github.com/Mhjacobs "><code>@Mhjacobs</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/875 ">sashabaranov/go-openai#875</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/AyushSawant18588 "><code>@AyushSawant18588</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/873 ">sashabaranov/go-openai#873</a></li>
<li><a href="https://github.com/Mhjacobs "><code>@Mhjacobs</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/875 ">sashabaranov/go-openai#875</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.32.0...v1.32.1 ">https://github.com/sashabaranov/go-openai/compare/v1.32.0...v1.32.1 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9fe2c6ce1f
"><code>9fe2c6c</code></a>
Completion API: add Store and Metadata parameters (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/878 ">#878</a>)</li>
<li><a
href="b162541513
"><code>b162541</code></a>
Cleanup (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/879 ">#879</a>)</li>
<li><a
href="21f7134574
"><code>21f7134</code></a>
Adding new moderation model constants (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/875 ">#875</a>)</li>
<li><a
href="cfe15ffd00
"><code>cfe15ff</code></a>
return response body as byte slice for RequestError type (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/873 ">#873</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.32.0...v1.32.2 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.32.0&new-version=1.32.2 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-18 12:34:24 -07:00
dependabot[bot]
594bc6839a
Bump github.com/sashabaranov/go-openai from 1.31.0 to 1.32.0 ( #1019 )
...
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai )
from 1.31.0 to 1.32.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases ">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.32.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix MaxCompletionTokens typo by <a
href="https://github.com/l-winston "><code>@l-winston</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/862 ">sashabaranov/go-openai#862</a></li>
<li>add jailbreak filter result, add ContentFilterResults on output by
<a
href="https://github.com/juliomartinsdev "><code>@juliomartinsdev</code></a>
in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/864 ">sashabaranov/go-openai#864</a></li>
<li>Completion API: add new params by <a
href="https://github.com/isaacseymour "><code>@isaacseymour</code></a>
in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/870 ">sashabaranov/go-openai#870</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/l-winston "><code>@l-winston</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/862 ">sashabaranov/go-openai#862</a></li>
<li><a
href="https://github.com/juliomartinsdev "><code>@juliomartinsdev</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/864 ">sashabaranov/go-openai#864</a></li>
<li><a
href="https://github.com/isaacseymour "><code>@isaacseymour</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/870 ">sashabaranov/go-openai#870</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.31.0...v1.32.0 ">https://github.com/sashabaranov/go-openai/compare/v1.31.0...v1.32.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="991326480f
"><code>9913264</code></a>
Completion API: add new params (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/870 ">#870</a>)</li>
<li><a
href="7c145ebb4b
"><code>7c145eb</code></a>
add jailbreak filter result, add ContentFilterResults on output (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/864 ">#864</a>)</li>
<li><a
href="bac7d59361
"><code>bac7d59</code></a>
fix MaxCompletionTokens typo (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/862 ">#862</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.31.0...v1.32.0 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.31.0&new-version=1.32.0 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-17 09:55:52 -07:00
dependabot[bot]
8d0045c68a
Bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24 ( #955 )
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 )
from 1.14.23 to 1.14.24.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/mattn/go-sqlite3/compare/v1.14.23...v1.14.24 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/mattn/go-sqlite3&package-manager=go_modules&previous-version=1.14.23&new-version=1.14.24 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-04 10:34:26 -07:00
dependabot[bot]
60bec954d4
Bump github.com/shirou/gopsutil/v4 from 4.24.8 to 4.24.9 ( #954 )
...
Bumps
[github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil ) from
4.24.8 to 4.24.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shirou/gopsutil/releases ">github.com/shirou/gopsutil/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.24.9</h2>
<!-- raw HTML omitted -->
<h2>Important Change</h2>
<p>Since <a
href="https://redirect.github.com/shirou/gopsutil/issues/1702 ">#1702</a>,
the Darwin implementation has been switched from cgo to <a
href="https://github.com/ebitengine/purego ">purego</a> (Great
contribution from <a
href="https://github.com/uubulb "><code>@uubulb</code></a>). As a
result, cgo has been removed from the Darwin implementation, making
cross-compilation easier. We believe this change will not have any
impact, but if you encounter any issues, please create an issue.</p>
<h2>What's Changed</h2>
<h3>cpu, mem, sensors, disk, process on darwin</h3>
<ul>
<li>feat(cpu, mem, sensors, disk, process)(darwin): cgo-free
implementations by <a
href="https://github.com/uubulb "><code>@uubulb</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1702 ">shirou/gopsutil#1702</a></li>
</ul>
<h3>process</h3>
<ul>
<li>[process][darwin][freebsd][linux][openbsd] Make process.Children not
reliant on pgrep by <a
href="https://github.com/Lomanic "><code>@Lomanic</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1706 ">shirou/gopsutil#1706</a></li>
<li>implement process:NumFDs for Windows by <a
href="https://github.com/al-online "><code>@al-online</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1712 ">shirou/gopsutil#1712</a></li>
<li>Fix resolution for process create time limited to seconds by <a
href="https://github.com/joshiste "><code>@joshiste</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1713 ">shirou/gopsutil#1713</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>fix: remove coverall and godocs.io badge from README by <a
href="https://github.com/shirou "><code>@shirou</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1705 ">shirou/gopsutil#1705</a></li>
<li>[common] add HOST_PROC_MOUNTINFO to EnvMap by <a
href="https://github.com/atoulme "><code>@atoulme</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1707 ">shirou/gopsutil#1707</a></li>
<li>Fix error message typo in sensors_linux by <a
href="https://github.com/henrygd "><code>@henrygd</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1715 ">shirou/gopsutil#1715</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/al-online "><code>@al-online</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1712 ">shirou/gopsutil#1712</a></li>
<li><a href="https://github.com/joshiste "><code>@joshiste</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1713 ">shirou/gopsutil#1713</a></li>
<li><a href="https://github.com/henrygd "><code>@henrygd</code></a> made
their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1715 ">shirou/gopsutil#1715</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/shirou/gopsutil/compare/v4.24.8...v4.24.9 ">https://github.com/shirou/gopsutil/compare/v4.24.8...v4.24.9 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2e10d9f7d0
"><code>2e10d9f</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1715 ">#1715</a>
from henrygd/master</li>
<li><a
href="112f4c00b7
"><code>112f4c0</code></a>
Fix error message typo in sensors_linux</li>
<li><a
href="7ec134321c
"><code>7ec1343</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1713 ">#1713</a>
from joshiste/joshiste-precise-create-time</li>
<li><a
href="4140cda4ac
"><code>4140cda</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1702 ">#1702</a>
from uubulb/purego_darwin</li>
<li><a
href="3dc12249d3
"><code>3dc1224</code></a>
Allow subsecont precision for process create time</li>
<li><a
href="f56b53a155
"><code>f56b53a</code></a>
update purego</li>
<li><a
href="fdc3c05c92
"><code>fdc3c05</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1712 ">#1712</a>
from al-online/numfds_for_windows</li>
<li><a
href="462736cb8b
"><code>462736c</code></a>
add comment for NumFDsWithContext</li>
<li><a
href="86b68e8d4f
"><code>86b68e8</code></a>
Merge branch 'master' into purego_darwin</li>
<li><a
href="9e6efdb991
"><code>9e6efdb</code></a>
update disk & cpu & process</li>
<li>Additional commits viewable in <a
href="https://github.com/shirou/gopsutil/compare/v4.24.8...v4.24.9 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/shirou/gopsutil/v4&package-manager=go_modules&previous-version=4.24.8&new-version=4.24.9 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-04 10:34:13 -07:00
dependabot[bot]
368fe47cb8
Bump golang.org/x/crypto from 0.27.0 to 0.28.0 ( #953 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from
0.27.0 to 0.28.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="adef4cc1a8
"><code>adef4cc</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="a0819fbb02
"><code>a0819fb</code></a>
sha3: fix cSHAKE initialization for extremely large N and or S</li>
<li><a
href="42ee18b963
"><code>42ee18b</code></a>
ssh: return ServerAuthError after too many auth failures</li>
<li><a
href="9e92970a1e
"><code>9e92970</code></a>
bn256: add missing symbols in comment</li>
<li>See full diff in <a
href="https://github.com/golang/crypto/compare/v0.27.0...v0.28.0 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.27.0&new-version=0.28.0 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-04 10:34:02 -07:00
dependabot[bot]
20f4ff6564
Bump github.com/sashabaranov/go-openai from 1.30.3 to 1.31.0 ( #869 )
...
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai )
from 1.30.3 to 1.31.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases ">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.31.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Filter messages by the run ID that generated them. (run_id string
Optional) by <a
href="https://github.com/floodwm "><code>@floodwm</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/855 ">sashabaranov/go-openai#855</a></li>
<li>Optimize Client Error Return by <a
href="https://github.com/eiixy "><code>@eiixy</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/856 ">sashabaranov/go-openai#856</a></li>
<li>Fix max_completion_tokens by <a
href="https://github.com/alexsacr "><code>@alexsacr</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/860 ">sashabaranov/go-openai#860</a></li>
<li>fix: ParallelToolCalls should be added to RunRequest by <a
href="https://github.com/kenshin54 "><code>@kenshin54</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/861 ">sashabaranov/go-openai#861</a></li>
<li>feat: usage struct add CompletionTokensDetails by <a
href="https://github.com/liushuangls "><code>@liushuangls</code></a> in
<a
href="https://redirect.github.com/sashabaranov/go-openai/pull/863 ">sashabaranov/go-openai#863</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/floodwm "><code>@floodwm</code></a> made
their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/855 ">sashabaranov/go-openai#855</a></li>
<li><a href="https://github.com/alexsacr "><code>@alexsacr</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/860 ">sashabaranov/go-openai#860</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.30.3...v1.31.0 ">https://github.com/sashabaranov/go-openai/compare/v1.30.3...v1.31.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="fdd59d9341
"><code>fdd59d9</code></a>
feat: usage struct add CompletionTokensDetails (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/863 ">#863</a>)</li>
<li><a
href="e9d8485e90
"><code>e9d8485</code></a>
fix: ParallelToolCalls should be added to RunRequest (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/861 ">#861</a>)</li>
<li><a
href="7f80303cc3
"><code>7f80303</code></a>
Fix max_completion_tokens (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/860 ">#860</a>)</li>
<li><a
href="38bdc812df
"><code>38bdc81</code></a>
Optimize Client Error Return (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/856 ">#856</a>)</li>
<li><a
href="e095df5325
"><code>e095df5</code></a>
run_id string Optional (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/855 ">#855</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.30.3...v1.31.0 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.30.3&new-version=1.31.0 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-26 14:36:30 -07:00
dependabot[bot]
30219ef566
Bump github.com/sashabaranov/go-openai from 1.29.2 to 1.30.3 ( #809 )
...
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai )
from 1.29.2 to 1.30.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases ">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.30.3</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: add ParallelToolCalls to RunRequest by <a
href="https://github.com/kenshin54 "><code>@kenshin54</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/847 ">sashabaranov/go-openai#847</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/kenshin54 "><code>@kenshin54</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/847 ">sashabaranov/go-openai#847</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.30.2...v1.30.3 ">https://github.com/sashabaranov/go-openai/compare/v1.30.2...v1.30.3 </a></p>
<h2>v1.30.2</h2>
<h2>What's Changed</h2>
<ul>
<li>add max_completions_tokens for o1 series models by <a
href="https://github.com/chococola "><code>@chococola</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/857 ">sashabaranov/go-openai#857</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/chococola "><code>@chococola</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/857 ">sashabaranov/go-openai#857</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.30.1...v1.30.2 ">https://github.com/sashabaranov/go-openai/compare/v1.30.1...v1.30.2 </a></p>
<h2>v1.30.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: jsonschema integer validation by <a
href="https://github.com/WeiAnAn "><code>@WeiAnAn</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/852 ">sashabaranov/go-openai#852</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/WeiAnAn "><code>@WeiAnAn</code></a> made
their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/852 ">sashabaranov/go-openai#852</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.30.0...v1.30.1 ">https://github.com/sashabaranov/go-openai/compare/v1.30.0...v1.30.1 </a></p>
<h2>v1.30.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Support OpenAI reasoning models by <a
href="https://github.com/abatilo "><code>@abatilo</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/850 ">sashabaranov/go-openai#850</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/abatilo "><code>@abatilo</code></a> made
their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/850 ">sashabaranov/go-openai#850</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.29.2...v1.30.0 ">https://github.com/sashabaranov/go-openai/compare/v1.29.2...v1.30.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9a4f3a7dbf
"><code>9a4f3a7</code></a>
feat: add ParallelToolCalls to RunRequest (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/847 ">#847</a>)</li>
<li><a
href="9add1c3486
"><code>9add1c3</code></a>
add max_completions_tokens for o1 series models (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/857 ">#857</a>)</li>
<li><a
href="1ec8c24ea7
"><code>1ec8c24</code></a>
fix: jsonschema integer validation (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/852 ">#852</a>)</li>
<li><a
href="a5fb55321b
"><code>a5fb553</code></a>
Support OpenAI reasoning models (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/850 ">#850</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.29.2...v1.30.3 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.29.2&new-version=1.30.3 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-24 15:54:56 -07:00
dependabot[bot]
43ce3415da
Bump github.com/golang-migrate/migrate/v4 from 4.17.1 to 4.18.1 ( #376 )
...
Bumps
[github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate )
from 4.17.1 to 4.18.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/golang-migrate/migrate/releases ">github.com/golang-migrate/migrate/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.18.1</h2>
<h2>Changes</h2>
<ul>
<li>Update dktest from v0.4.2 to v0.4.3</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/golang-migrate/migrate/compare/v4.18.0...v4.18.1 ">https://github.com/golang-migrate/migrate/compare/v4.18.0...v4.18.1 </a></p>
<h2>v4.18.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump golang.org/x/net from 0.21.0 to 0.23.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/golang-migrate/migrate/pull/1074 ">golang-migrate/migrate#1074</a></li>
<li>Make MySQL SetVersion compatible with sql_safe_update by <a
href="https://github.com/maxmati "><code>@maxmati</code></a> in <a
href="https://redirect.github.com/golang-migrate/migrate/pull/1070 ">golang-migrate/migrate#1070</a></li>
<li><a
href="https://redirect.github.com/golang-migrate/migrate/issues/1104 ">#1104</a>
Fix golanglint-ci lint config & lint errors by <a
href="https://github.com/Shion1305 "><code>@Shion1305</code></a> in <a
href="https://redirect.github.com/golang-migrate/migrate/pull/1105 ">golang-migrate/migrate#1105</a></li>
<li>🧑💻 improve error message for invalid source, database, resolves: <a
href="https://redirect.github.com/golang-migrate/migrate/issues/1102 ">#1102</a>
by <a href="https://github.com/Shion1305 "><code>@Shion1305</code></a>
in <a
href="https://redirect.github.com/golang-migrate/migrate/pull/1103 ">golang-migrate/migrate#1103</a></li>
<li>Upgrade go-sqlite3 to v1.14.22 by <a
href="https://github.com/gjabell "><code>@gjabell</code></a> in <a
href="https://redirect.github.com/golang-migrate/migrate/pull/1098 ">golang-migrate/migrate#1098</a></li>
<li>Fix redshift tests by <a
href="https://github.com/dhui "><code>@dhui</code></a> in <a
href="https://redirect.github.com/golang-migrate/migrate/pull/1151 ">golang-migrate/migrate#1151</a></li>
<li>chore: remove deprecated <code>rand.Seed()</code> in testing.docker
by <a href="https://github.com/joschi "><code>@joschi</code></a> in <a
href="https://redirect.github.com/golang-migrate/migrate/pull/1149 ">golang-migrate/migrate#1149</a></li>
<li>build: use Go 1.23 to build the project by <a
href="https://github.com/joschi "><code>@joschi</code></a> in <a
href="https://redirect.github.com/golang-migrate/migrate/pull/1133 ">golang-migrate/migrate#1133</a></li>
<li>fix(tests): fix Docker imports by <a
href="https://github.com/joschi "><code>@joschi</code></a> in <a
href="https://redirect.github.com/golang-migrate/migrate/pull/1153 ">golang-migrate/migrate#1153</a></li>
<li>test(postgres): run tests with PostgreSQL 16 by <a
href="https://github.com/joschi "><code>@joschi</code></a> in <a
href="https://redirect.github.com/golang-migrate/migrate/pull/1126 ">golang-migrate/migrate#1126</a></li>
<li>test(mysql): run tests with MySQL 8.0, 8.4, and 9.0 by <a
href="https://github.com/joschi "><code>@joschi</code></a> in <a
href="https://redirect.github.com/golang-migrate/migrate/pull/1127 ">golang-migrate/migrate#1127</a></li>
<li>Support .deb package for Noble Numbat (24.04) by <a
href="https://github.com/muzammilar "><code>@muzammilar</code></a> in <a
href="https://redirect.github.com/golang-migrate/migrate/pull/1119 ">golang-migrate/migrate#1119</a></li>
<li>Bump google.golang.org/grpc from 1.64.0 to 1.64.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/golang-migrate/migrate/pull/1152 ">golang-migrate/migrate#1152</a></li>
<li>CORRECTION DONE near m.Step(2) if you want to explicitly set the
number of migrations to run by <a
href="https://github.com/adityassharma-ss "><code>@adityassharma-ss</code></a>
in <a
href="https://redirect.github.com/golang-migrate/migrate/pull/1101 ">golang-migrate/migrate#1101</a></li>
</ul>
<p>A special thanks to <a
href="https://github.com/joschi "><code>@joschi</code></a> fixing tests
and builds!</p>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/maxmati "><code>@maxmati</code></a> made
their first contribution in <a
href="https://redirect.github.com/golang-migrate/migrate/pull/1070 ">golang-migrate/migrate#1070</a></li>
<li><a href="https://github.com/Shion1305 "><code>@Shion1305</code></a>
made their first contribution in <a
href="https://redirect.github.com/golang-migrate/migrate/pull/1105 ">golang-migrate/migrate#1105</a></li>
<li><a href="https://github.com/gjabell "><code>@gjabell</code></a> made
their first contribution in <a
href="https://redirect.github.com/golang-migrate/migrate/pull/1098 ">golang-migrate/migrate#1098</a></li>
<li><a href="https://github.com/joschi "><code>@joschi</code></a> made
their first contribution in <a
href="https://redirect.github.com/golang-migrate/migrate/pull/1149 ">golang-migrate/migrate#1149</a></li>
<li><a
href="https://github.com/muzammilar "><code>@muzammilar</code></a> made
their first contribution in <a
href="https://redirect.github.com/golang-migrate/migrate/pull/1119 ">golang-migrate/migrate#1119</a></li>
<li><a
href="https://github.com/adityassharma-ss "><code>@adityassharma-ss</code></a>
made their first contribution in <a
href="https://redirect.github.com/golang-migrate/migrate/pull/1101 ">golang-migrate/migrate#1101</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/golang-migrate/migrate/compare/v4.17.1...v4.17.2 ">https://github.com/golang-migrate/migrate/compare/v4.17.1...v4.17.2 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="555501f7cd
"><code>555501f</code></a>
Update dktest from v0.4.2 to v0.4.3</li>
<li><a
href="d5eb594426
"><code>d5eb594</code></a>
Merge pull request <a
href="https://redirect.github.com/golang-migrate/migrate/issues/1101 ">#1101</a>
from adityassharma-ss/patch-1</li>
<li><a
href="67c71f9a9d
"><code>67c71f9</code></a>
Merge pull request <a
href="https://redirect.github.com/golang-migrate/migrate/issues/1152 ">#1152</a>
from golang-migrate/dependabot/go_modules/google.gol...</li>
<li><a
href="1e02b42a7a
"><code>1e02b42</code></a>
Merge pull request <a
href="https://redirect.github.com/golang-migrate/migrate/issues/1119 ">#1119</a>
from muzammilar/add-noble-numbat</li>
<li><a
href="5b6f623dec
"><code>5b6f623</code></a>
Bump google.golang.org/grpc from 1.64.0 to 1.64.1</li>
<li><a
href="ddd7fa61da
"><code>ddd7fa6</code></a>
Merge pull request <a
href="https://redirect.github.com/golang-migrate/migrate/issues/1127 ">#1127</a>
from joschi/tests-mysql-9</li>
<li><a
href="7e8f6be051
"><code>7e8f6be</code></a>
Merge pull request <a
href="https://redirect.github.com/golang-migrate/migrate/issues/1126 ">#1126</a>
from joschi/tests-postgres-16</li>
<li><a
href="65a3bd56cc
"><code>65a3bd5</code></a>
Merge pull request <a
href="https://redirect.github.com/golang-migrate/migrate/issues/1153 ">#1153</a>
from joschi/fix-docker-imports</li>
<li><a
href="e40e64c4ac
"><code>e40e64c</code></a>
Merge pull request <a
href="https://redirect.github.com/golang-migrate/migrate/issues/1133 ">#1133</a>
from joschi/go-1.23</li>
<li><a
href="6ceb5a9467
"><code>6ceb5a9</code></a>
fix(tests): fix Docker imports</li>
<li>Additional commits viewable in <a
href="https://github.com/golang-migrate/migrate/compare/v4.17.1...v4.18.1 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/golang-migrate/migrate/v4&package-manager=go_modules&previous-version=4.17.1&new-version=4.18.1 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-19 10:49:06 -07:00
dependabot[bot]
d1152fbf9f
Bump github.com/sashabaranov/go-openai from 1.29.1 to 1.29.2 ( #375 )
...
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai )
from 1.29.1 to 1.29.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases ">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.29.2</h2>
<h2>What's Changed</h2>
<ul>
<li>depricated model GPT3Ada changed to GPT3Babbage002 by <a
href="https://github.com/Arundas666 "><code>@Arundas666</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/843 ">sashabaranov/go-openai#843</a></li>
<li>Add refusal by <a
href="https://github.com/qhenkart "><code>@qhenkart</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/844 ">sashabaranov/go-openai#844</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/Arundas666 "><code>@Arundas666</code></a> made
their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/843 ">sashabaranov/go-openai#843</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.29.1...v1.29.2 ">https://github.com/sashabaranov/go-openai/compare/v1.29.1...v1.29.2 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="194a03e763
"><code>194a03e</code></a>
Add refusal (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/844 ">#844</a>)</li>
<li><a
href="643da8d650
"><code>643da8d</code></a>
depricated model GPT3Ada changed to GPT3Babbage002 (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/843 ">#843</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.29.1...v1.29.2 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.29.1&new-version=1.29.2 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-13 11:42:58 -07:00
dependabot[bot]
b77525f3ef
Bump github.com/shirou/gopsutil/v4 from 4.24.7 to 4.24.8 ( #345 )
...
Bumps
[github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil ) from
4.24.7 to 4.24.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shirou/gopsutil/releases ">github.com/shirou/gopsutil/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.24.8</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>disk</h3>
<ul>
<li>fix(IOCountersWithContext): Fix the issue of not using names to fil
ter devices in func IOCountersWithContext of the windows implementation
by <a href="https://github.com/zmyzheng "><code>@zmyzheng</code></a> in
<a
href="https://redirect.github.com/shirou/gopsutil/pull/1688 ">shirou/gopsutil#1688</a></li>
<li>[disk][windows]: ignore network drive when not ready by <a
href="https://github.com/shirou "><code>@shirou</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1699 ">shirou/gopsutil#1699</a></li>
</ul>
<h3>process</h3>
<ul>
<li>Fix parsing of /proc/pid/smaps when path is empty by <a
href="https://github.com/pgimalac "><code>@pgimalac</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1691 ">shirou/gopsutil#1691</a></li>
<li>Refactoring the algorithm for calculating CPU usage by <a
href="https://github.com/TheBestLL "><code>@TheBestLL</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1692 ">shirou/gopsutil#1692</a></li>
<li>Fix panic on OpenBSD and FreeBSD systems if KinfoProc size has an
unexpected size by <a
href="https://github.com/fivitti "><code>@fivitti</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1694 ">shirou/gopsutil#1694</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>Fix badge link in README.md by <a
href="https://github.com/Yurunsoft "><code>@Yurunsoft</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1695 ">shirou/gopsutil#1695</a></li>
<li>fix golangcilint errors, ignore gosec G115 by <a
href="https://github.com/shirou "><code>@shirou</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1697 ">shirou/gopsutil#1697</a></li>
<li>fix: golangci lint with max -> maxConn by <a
href="https://github.com/shirou "><code>@shirou</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1693 ">shirou/gopsutil#1693</a></li>
</ul>
<h2>New Contributors 🎉 </h2>
<ul>
<li><a href="https://github.com/zmyzheng "><code>@zmyzheng</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1688 ">shirou/gopsutil#1688</a></li>
<li><a href="https://github.com/Yurunsoft "><code>@Yurunsoft</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1695 ">shirou/gopsutil#1695</a></li>
<li><a href="https://github.com/pgimalac "><code>@pgimalac</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1691 ">shirou/gopsutil#1691</a></li>
<li><a href="https://github.com/TheBestLL "><code>@TheBestLL</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1692 ">shirou/gopsutil#1692</a></li>
<li><a href="https://github.com/fivitti "><code>@fivitti</code></a> made
their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1694 ">shirou/gopsutil#1694</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/shirou/gopsutil/compare/v4.24.7...v4.24.8 ">https://github.com/shirou/gopsutil/compare/v4.24.7...v4.24.8 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="74cb403730
"><code>74cb403</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1694 ">#1694</a>
from fivitti/master</li>
<li><a
href="7404c1f39d
"><code>7404c1f</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1699 ">#1699</a>
from shirou/feat/win_disk_ignore_remote_drive_on_error</li>
<li><a
href="72d3ba4191
"><code>72d3ba4</code></a>
[disk][windows]: ignore network drive when not ready</li>
<li><a
href="829f2fafbd
"><code>829f2fa</code></a>
Refactoring the algorithm for calculating CPU usage (<a
href="https://redirect.github.com/shirou/gopsutil/issues/1692 ">#1692</a>)</li>
<li><a
href="2a37a1d32b
"><code>2a37a1d</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1691 ">#1691</a>
from pgimalac/pgimalac/fix-proc-smaps-parsing</li>
<li><a
href="2c51005a94
"><code>2c51005</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1697 ">#1697</a>
from shirou/feature/fix_golangclilint_gosec</li>
<li><a
href="37f531010d
"><code>37f5310</code></a>
fix golangcilint errors, ignore gosec G115</li>
<li><a
href="904a5a4842
"><code>904a5a4</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1695 ">#1695</a>
from Yurunsoft/patch-1</li>
<li><a
href="39c93c6a20
"><code>39c93c6</code></a>
Fix badge link in README.md</li>
<li><a
href="977269202e
"><code>9772692</code></a>
fix: handle invalid KinfoProc size on BSD systems</li>
<li>Additional commits viewable in <a
href="https://github.com/shirou/gopsutil/compare/v4.24.7...v4.24.8 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/shirou/gopsutil/v4&package-manager=go_modules&previous-version=4.24.7&new-version=4.24.8 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-06 16:39:59 -07:00
dependabot[bot]
7c4d00cbfa
Bump golang.org/x/crypto from 0.26.0 to 0.27.0 ( #342 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from
0.26.0 to 0.27.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c9da6b9a40
"><code>c9da6b9</code></a>
all: fix printf(var) mistakes detected by latest printf checker</li>
<li><a
href="b35ab4fde0
"><code>b35ab4f</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="bcb0f91bbc
"><code>bcb0f91</code></a>
internal/poly1305: Port sum_amd64.s to Avo</li>
<li><a
href="7eace71069
"><code>7eace71</code></a>
chacha20poly1305: Avo port of chacha20poly1305_amd64.s</li>
<li><a
href="620dfbc770
"><code>620dfbc</code></a>
salsa20/salsa: Port salsa20_amd64.s to Avo</li>
<li><a
href="82942cf1d8
"><code>82942cf</code></a>
blake2b: port blake2b_amd64.s to Avo</li>
<li><a
href="0484c26df7
"><code>0484c26</code></a>
blake2b: port blake2bAVX2_amd64.s to Avo</li>
<li><a
href="38ed1bc0ec
"><code>38ed1bc</code></a>
blake2s: port blake2s_amd64.s to Avo</li>
<li><a
href="38a0b5da75
"><code>38a0b5d</code></a>
argon2: Avo port of blamka_amd64.s</li>
<li><a
href="bf5f14f545
"><code>bf5f14f</code></a>
x509roots/fallback: update bundle</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/crypto/compare/v0.26.0...v0.27.0 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.26.0&new-version=0.27.0 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-06 16:26:59 -07:00
dependabot[bot]
75ebf4fd76
Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.23 ( #346 )
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 )
from 1.14.22 to 1.14.23.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="846fea6c14
"><code>846fea6</code></a>
Update amalgamation code to 3.46.1</li>
<li><a
href="3c0390b77c
"><code>3c0390b</code></a>
add support for libsqlite3 on z/OS</li>
<li><a
href="18cdded900
"><code>18cdded</code></a>
fix: some typos</li>
<li>See full diff in <a
href="https://github.com/mattn/go-sqlite3/compare/v1.14.22...v1.14.23 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/mattn/go-sqlite3&package-manager=go_modules&previous-version=1.14.22&new-version=1.14.23 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-06 16:26:17 -07:00
dependabot[bot]
294a1c0644
Bump github.com/sashabaranov/go-openai from 1.29.0 to 1.29.1 ( #343 )
...
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai )
from 1.29.0 to 1.29.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases ">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.29.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Dynamic model by <a
href="https://github.com/mathisen99 "><code>@mathisen99</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/838 ">sashabaranov/go-openai#838</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/mathisen99 "><code>@mathisen99</code></a> made
their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/838 ">sashabaranov/go-openai#838</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.29.0...v1.29.1 ">https://github.com/sashabaranov/go-openai/compare/v1.29.0...v1.29.1 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c37cf9ab5b
"><code>c37cf9a</code></a>
Dynamic model (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/838 ">#838</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.29.0...v1.29.1 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.29.0&new-version=1.29.1 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-06 16:26:07 -07:00
dependabot[bot]
d1656de44d
Bump github.com/sashabaranov/go-openai from 1.28.3 to 1.29.0 ( #298 )
...
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai )
from 1.28.3 to 1.29.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases ">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.29.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Improve handling of JSON Schema in OpenAI API Response Context by <a
href="https://github.com/eiixy "><code>@eiixy</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/819 ">sashabaranov/go-openai#819</a></li>
<li>fix integration tests by <a
href="https://github.com/sashabaranov "><code>@sashabaranov</code></a>
in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/834 ">sashabaranov/go-openai#834</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.28.3...v1.29.0 ">https://github.com/sashabaranov/go-openai/compare/v1.28.3...v1.29.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="030b7cb7ed
"><code>030b7cb</code></a>
fix integration tests (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/834 ">#834</a>)</li>
<li><a
href="a3bd2569ac
"><code>a3bd256</code></a>
Improve handling of JSON Schema in OpenAI API Response Context (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/819 ">#819</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.28.3...v1.29.0 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.28.3&new-version=1.29.0 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-30 09:48:46 -07:00
Sylvie Crowe
ea5e5e1bac
Integrate Skeema Knownhosts fix ( #287 )
...
This fix makes it possible to differentiate between keys when multiple
are provided by the remote server. It does not solve the case of
multiple keys of the same type being shared, but it handles multiple
keys of different types being shared, which is much more common.
2024-08-28 13:18:43 -07:00
dependabot[bot]
bed23ed59f
Bump github.com/sashabaranov/go-openai from 1.28.1 to 1.28.3 ( #263 )
...
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai )
from 1.28.1 to 1.28.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases ">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.28.3</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: Support Delete Message API by <a
href="https://github.com/kappa-lab "><code>@kappa-lab</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/799 ">sashabaranov/go-openai#799</a></li>
<li>Support http client middlewareing by <a
href="https://github.com/michurin "><code>@michurin</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/830 ">sashabaranov/go-openai#830</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/kappa-lab "><code>@kappa-lab</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/799 ">sashabaranov/go-openai#799</a></li>
<li><a href="https://github.com/michurin "><code>@michurin</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/830 ">sashabaranov/go-openai#830</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.28.2...v1.28.3 ">https://github.com/sashabaranov/go-openai/compare/v1.28.2...v1.28.3 </a></p>
<h2>v1.28.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Run integration tests for PRs by <a
href="https://github.com/HaraldNordgren "><code>@HaraldNordgren</code></a>
in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/823 ">sashabaranov/go-openai#823</a></li>
<li>feat: Completion request support seed by <a
href="https://github.com/eiixy "><code>@eiixy</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/800 ">sashabaranov/go-openai#800</a></li>
<li>fix: fullURL endpoint generation by <a
href="https://github.com/eiixy "><code>@eiixy</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/817 ">sashabaranov/go-openai#817</a></li>
<li>Allow structured outputs via function calling by <a
href="https://github.com/greysteil "><code>@greysteil</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/828 ">sashabaranov/go-openai#828</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/HaraldNordgren "><code>@HaraldNordgren</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/823 ">sashabaranov/go-openai#823</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.28.1...v1.28.2 ">https://github.com/sashabaranov/go-openai/compare/v1.28.1...v1.28.2 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5162adbbf9
"><code>5162adb</code></a>
Support http client middlewareing (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/830 ">#830</a>)</li>
<li><a
href="6d021190f0
"><code>6d02119</code></a>
feat: Support Delete Message API (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/799 ">#799</a>)</li>
<li><a
href="d86425a5cf
"><code>d86425a</code></a>
Allow structured outputs via function calling (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/828 ">#828</a>)</li>
<li><a
href="dd7f5824f9
"><code>dd7f582</code></a>
fix: fullURL endpoint generation (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/817 ">#817</a>)</li>
<li><a
href="2c6889e081
"><code>2c6889e</code></a>
fix: <a
href="https://redirect.github.com/sashabaranov/go-openai/issues/788 ">#788</a>
(<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/800 ">#800</a>)</li>
<li><a
href="1880333381
"><code>1880333</code></a>
Run integration tests for PRs (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/823 ">#823</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.28.1...v1.28.3 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.28.1&new-version=1.28.3 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-23 10:24:17 -07:00
Sylvie Crowe
c192fe2663
Windows Pty ( #206 )
...
Add Windows Pty support, so the terminal works properly on windows
machines
2024-08-09 18:49:35 -07:00
dependabot[bot]
2e7c52a880
Bump github.com/sashabaranov/go-openai from 1.27.1 to 1.28.1 ( #216 )
...
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai )
from 1.27.1 to 1.28.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases ">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.28.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Make reponse format JSONSchema optional by <a
href="https://github.com/tylergannon "><code>@tylergannon</code></a> in
<a
href="https://redirect.github.com/sashabaranov/go-openai/pull/820 ">sashabaranov/go-openai#820</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/tylergannon "><code>@tylergannon</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/820 ">sashabaranov/go-openai#820</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.28.0...v1.28.1 ">https://github.com/sashabaranov/go-openai/compare/v1.28.0...v1.28.1 </a></p>
<h2>v1.28.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add support for <code>gpt-4o-2024-08-06</code> by <a
href="https://github.com/danielchalef "><code>@danielchalef</code></a>
in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/812 ">sashabaranov/go-openai#812</a></li>
<li>feat: Support Structured Outputs by <a
href="https://github.com/eiixy "><code>@eiixy</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/813 ">sashabaranov/go-openai#813</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.27.1...v1.28.0 ">https://github.com/sashabaranov/go-openai/compare/v1.27.1...v1.28.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6439e1fcc9
"><code>6439e1f</code></a>
Make reponse format JSONSchema optional (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/820 ">#820</a>)</li>
<li><a
href="623074c14a
"><code>623074c</code></a>
feat: Support Structured Outputs (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/813 ">#813</a>)</li>
<li><a
href="dbe726c59f
"><code>dbe726c</code></a>
Add support for <code>gpt-4o-2024-08-06</code> (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/812 ">#812</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.27.1...v1.28.1 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.27.1&new-version=1.28.1 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 11:34:17 -07:00
dependabot[bot]
ec3d5a6f08
Bump golang.org/x/crypto from 0.25.0 to 0.26.0 ( #215 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from
0.25.0 to 0.26.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5bcd010f1c
"><code>5bcd010</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="3375612bf4
"><code>3375612</code></a>
ssh: add support for unpadded RSA signatures</li>
<li><a
href="bb80217080
"><code>bb80217</code></a>
ssh: don't use dsa keys in integration tests</li>
<li><a
href="6879722274
"><code>6879722</code></a>
ssh: remove go 1.21+ dependency on slices</li>
<li><a
href="e983fa2741
"><code>e983fa2</code></a>
sha3: Avo port of keccakf_amd64.s</li>
<li><a
href="80fd97208d
"><code>80fd972</code></a>
LICENSE: update per Google Legal</li>
<li><a
href="f2bc3a617a
"><code>f2bc3a6</code></a>
x509roots/fallback/internal/goissue52287: delete</li>
<li><a
href="d66d9c31b4
"><code>d66d9c3</code></a>
x509roots/fallback: update bundle</li>
<li>See full diff in <a
href="https://github.com/golang/crypto/compare/v0.25.0...v0.26.0 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.25.0&new-version=0.26.0 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 11:31:25 -07:00
Mike Sawka
ed0279ad72
adding telemetry updates ( #209 )
2024-08-08 18:24:54 -07:00
dependabot[bot]
c23b2aab2a
Bump github.com/shirou/gopsutil/v4 from 4.24.6 to 4.24.7 ( #193 )
2024-08-05 13:19:05 -07:00
Sylvie Crowe
efd1e3c189
CPU Plot ( #185 )
...
Adds a CPU % Plotting Widget
2024-07-31 14:13:36 -07:00
dependabot[bot]
089a3a84b8
Bump github.com/sashabaranov/go-openai from 1.27.0 to 1.27.1 ( #163 )
...
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai )
from 1.27.0 to 1.27.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases ">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.27.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: cannot unmarshal array into Go struct field .errors.data by <a
href="https://github.com/eiixy "><code>@eiixy</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/807 ">sashabaranov/go-openai#807</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.27.0...v1.27.1 ">https://github.com/sashabaranov/go-openai/compare/v1.27.0...v1.27.1 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="581da2f12d
"><code>581da2f</code></a>
fix: <a
href="https://redirect.github.com/sashabaranov/go-openai/issues/804 ">#804</a>
(<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/807 ">#807</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.27.0...v1.27.1 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.27.0&new-version=1.27.1 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-29 15:01:25 -07:00
sawka
67ee0df322
add bare bones jwt stuff to support authsock
2024-07-25 16:41:34 -07:00
Sylvie Crowe
0e46b79c22
Open Ai Port ( #154 )
...
This brings over a simplified version of the open ai feature from the
previous app but in widget form. It still needs some work to reach
parity with that version, but this includes all of the basic building
blocks to get that working.
2024-07-25 02:30:49 -07:00
Mike Sawka
6c2ef6cb99
working on vdom implementation, other fixes ( #136 )
2024-07-23 13:16:53 -07:00
dependabot[bot]
3e3eaab8ea
Bump github.com/gorilla/websocket from 1.5.0 to 1.5.3 ( #144 )
...
Bumps
[github.com/gorilla/websocket](https://github.com/gorilla/websocket )
from 1.5.0 to 1.5.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gorilla/websocket/releases ">github.com/gorilla/websocket's
releases</a>.</em></p>
<blockquote>
<h2>v1.5.3</h2>
<h2>Important change</h2>
<p>This reverts the websockets package back to <a
href="931041c5ee
</a></p>
<h2>What's Changed</h2>
<ul>
<li>Fixes subprotocol selection (aling with rfc6455) by <a
href="https://github.com/KSDaemon "><code>@KSDaemon</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/823 ">gorilla/websocket#823</a></li>
<li>Update README.md, replace master to main by <a
href="https://github.com/mstmdev "><code>@mstmdev</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/862 ">gorilla/websocket#862</a></li>
<li>Use status code constant by <a
href="https://github.com/mstmdev "><code>@mstmdev</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/864 ">gorilla/websocket#864</a></li>
<li>conn.go: default close handler should not return ErrCloseSent. by <a
href="https://github.com/pnx "><code>@pnx</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/865 ">gorilla/websocket#865</a></li>
<li>fix: replace ioutil.readfile with os.readfile by <a
href="https://github.com/rfyiamcool "><code>@rfyiamcool</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/868 ">gorilla/websocket#868</a></li>
<li>fix: add comment for the readBufferSize and writeBufferSize by <a
href="https://github.com/rfyiamcool "><code>@rfyiamcool</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/869 ">gorilla/websocket#869</a></li>
<li>Remove noisy printf in NextReader() and beginMessage() by <a
href="https://github.com/bcreane "><code>@bcreane</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/878 ">gorilla/websocket#878</a></li>
<li>docs(echoreadall): fix function echoReadAll comment by <a
href="https://github.com/XdpCs "><code>@XdpCs</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/881 ">gorilla/websocket#881</a></li>
<li>make tests parallel by <a
href="https://github.com/ninedraft "><code>@ninedraft</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/872 ">gorilla/websocket#872</a></li>
<li>Upgrader.Upgrade: use http.ResposnseController by <a
href="https://github.com/ninedraft "><code>@ninedraft</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/871 ">gorilla/websocket#871</a></li>
<li>Do not handle network error in <code>SetCloseHandler()</code> by <a
href="https://github.com/nak3 "><code>@nak3</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/863 ">gorilla/websocket#863</a></li>
<li>perf: reduce timer in write_control by <a
href="https://github.com/rfyiamcool "><code>@rfyiamcool</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/879 ">gorilla/websocket#879</a></li>
<li>fix: lint example code by <a
href="https://github.com/rfyiamcool "><code>@rfyiamcool</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/890 ">gorilla/websocket#890</a></li>
<li>feat: format message type by <a
href="https://github.com/rfyiamcool "><code>@rfyiamcool</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/889 ">gorilla/websocket#889</a></li>
<li>Remove hideTempErr to allow downstream users to check for errors
like net.ErrClosed by <a
href="https://github.com/UnAfraid "><code>@UnAfraid</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/894 ">gorilla/websocket#894</a></li>
<li>Do not timeout when WriteControl deadline is zero in <a
href="https://redirect.github.com/gorilla/websocket/pull/898 ">gorilla/websocket#898</a></li>
<li>Excludes errchecks linter by <a
href="https://github.com/apoorvajagtap "><code>@apoorvajagtap</code></a>
in <a
href="https://redirect.github.com/gorilla/websocket/pull/904 ">gorilla/websocket#904</a></li>
<li>Return errors instead of printing to logs by <a
href="https://github.com/apoorvajagtap "><code>@apoorvajagtap</code></a>
in <a
href="https://redirect.github.com/gorilla/websocket/pull/897 ">gorilla/websocket#897</a></li>
<li>Revert " Update go version & add verification/testing tools
(<a
href="https://redirect.github.com/gorilla/websocket/issues/840 ">#840</a>)"
by <a
href="https://github.com/apoorvajagtap "><code>@apoorvajagtap</code></a>
in <a
href="https://redirect.github.com/gorilla/websocket/pull/908 ">gorilla/websocket#908</a></li>
<li>Fixes broken random value generation by <a
href="https://github.com/apoorvajagtap "><code>@apoorvajagtap</code></a>
in <a
href="https://redirect.github.com/gorilla/websocket/pull/926 ">gorilla/websocket#926</a></li>
<li>Reverts back to v1.5.0 by <a
href="https://github.com/apoorvajagtap "><code>@apoorvajagtap</code></a>
in <a
href="https://redirect.github.com/gorilla/websocket/pull/929 ">gorilla/websocket#929</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/KSDaemon "><code>@KSDaemon</code></a>
made their first contribution in <a
href="https://redirect.github.com/gorilla/websocket/pull/823 ">gorilla/websocket#823</a></li>
<li><a href="https://github.com/mstmdev "><code>@mstmdev</code></a> made
their first contribution in <a
href="https://redirect.github.com/gorilla/websocket/pull/862 ">gorilla/websocket#862</a></li>
<li><a href="https://github.com/pnx "><code>@pnx</code></a> made their
first contribution in <a
href="https://redirect.github.com/gorilla/websocket/pull/865 ">gorilla/websocket#865</a></li>
<li><a
href="https://github.com/rfyiamcool "><code>@rfyiamcool</code></a> made
their first contribution in <a
href="https://redirect.github.com/gorilla/websocket/pull/868 ">gorilla/websocket#868</a></li>
<li><a href="https://github.com/bcreane "><code>@bcreane</code></a> made
their first contribution in <a
href="https://redirect.github.com/gorilla/websocket/pull/878 ">gorilla/websocket#878</a></li>
<li><a href="https://github.com/XdpCs "><code>@XdpCs</code></a> made
their first contribution in <a
href="https://redirect.github.com/gorilla/websocket/pull/881 ">gorilla/websocket#881</a></li>
<li><a href="https://github.com/ninedraft "><code>@ninedraft</code></a>
made their first contribution in <a
href="https://redirect.github.com/gorilla/websocket/pull/872 ">gorilla/websocket#872</a></li>
<li><a href="https://github.com/nak3 "><code>@nak3</code></a> made their
first contribution in <a
href="https://redirect.github.com/gorilla/websocket/pull/863 ">gorilla/websocket#863</a></li>
<li><a href="https://github.com/UnAfraid "><code>@UnAfraid</code></a>
made their first contribution in <a
href="https://redirect.github.com/gorilla/websocket/pull/894 ">gorilla/websocket#894</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/websocket/pull/904 ">gorilla/websocket#904</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gorilla/websocket/compare/v1.5.1...v1.5.3 ">https://github.com/gorilla/websocket/compare/v1.5.1...v1.5.3 </a></p>
<h2>v1.5.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Fixes subprotocol selection (aling with rfc6455) by <a
href="https://github.com/KSDaemon "><code>@KSDaemon</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/823 ">gorilla/websocket#823</a></li>
<li>Update README.md, replace master to main by <a
href="https://github.com/mstmdev "><code>@mstmdev</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/862 ">gorilla/websocket#862</a></li>
<li>Use status code constant by <a
href="https://github.com/mstmdev "><code>@mstmdev</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/864 ">gorilla/websocket#864</a></li>
<li>conn.go: default close handler should not return ErrCloseSent. by <a
href="https://github.com/pnx "><code>@pnx</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/865 ">gorilla/websocket#865</a></li>
<li>fix: replace ioutil.readfile with os.readfile by <a
href="https://github.com/rfyiamcool "><code>@rfyiamcool</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/868 ">gorilla/websocket#868</a></li>
<li>fix: add comment for the readBufferSize and writeBufferSize by <a
href="https://github.com/rfyiamcool "><code>@rfyiamcool</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/869 ">gorilla/websocket#869</a></li>
<li>Remove noisy printf in NextReader() and beginMessage() by <a
href="https://github.com/bcreane "><code>@bcreane</code></a> in <a
href="https://redirect.github.com/gorilla/websocket/pull/878 ">gorilla/websocket#878</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ce903f6d1d
"><code>ce903f6</code></a>
Reverts to v1.5.0</li>
<li><a
href="9ec25ca502
"><code>9ec25ca</code></a>
fixes broken random value generation</li>
<li><a
href="1bddf2e0db
"><code>1bddf2e</code></a>
bumps go version & removes deprecated module usage</li>
<li><a
href="750bf92096
"><code>750bf92</code></a>
adds GHA & Makefile configs</li>
<li><a
href="b2c246b2ec
"><code>b2c246b</code></a>
Revert " Update go version & add verification/testing tools (<a
href="https://redirect.github.com/gorilla/websocket/issues/840 ">#840</a>)"</li>
<li><a
href="09a6bab466
"><code>09a6bab</code></a>
removing error handling while closing connections</li>
<li><a
href="58af150309
"><code>58af150</code></a>
return errors instead of printing to logs</li>
<li><a
href="e5f1a0aad0
"><code>e5f1a0a</code></a>
excludes errchecks linter</li>
<li><a
href="b2a86a1744
"><code>b2a86a1</code></a>
Do not timeout when WriteControl deadline is zero</li>
<li><a
href="695e9095ce
"><code>695e909</code></a>
Remove hideTempErr to allow downstream users to check for errors like
net.Err...</li>
<li>Additional commits viewable in <a
href="https://github.com/gorilla/websocket/compare/v1.5.0...v1.5.3 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gorilla/websocket&package-manager=go_modules&previous-version=1.5.0&new-version=1.5.3 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 12:17:24 -07:00
dependabot[bot]
2902cb26a7
Bump github.com/creack/pty from 1.1.18 to 1.1.21 ( #141 )
...
Bumps [github.com/creack/pty](https://github.com/creack/pty ) from 1.1.18
to 1.1.21.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/creack/pty/releases ">github.com/creack/pty's
releases</a>.</em></p>
<blockquote>
<h2>v1.1.21</h2>
<h2>What's Changed</h2>
<ul>
<li>Tests cleanup by <a
href="https://github.com/creack "><code>@creack</code></a> in <a
href="https://redirect.github.com/creack/pty/pull/173 ">creack/pty#173</a></li>
<li>Revert <a
href="https://redirect.github.com/creack/pty/issues/167 ">#167</a> to
avoid race on Linux. by <a
href="https://github.com/creack "><code>@creack</code></a> in <a
href="https://redirect.github.com/creack/pty/pull/177 ">creack/pty#177</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/creack/pty/compare/v1.1.20...v1.1.21 ">https://github.com/creack/pty/compare/v1.1.20...v1.1.21 </a></p>
<h2>v1.1.20</h2>
<h2>What's Changed</h2>
<ul>
<li>Avoid calls to (*os.File).Fd() and operations on raw file descriptor
ints by <a href="https://github.com/sio "><code>@sio</code></a> in <a
href="https://redirect.github.com/creack/pty/pull/167 ">creack/pty#167</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/creack/pty/compare/v1.1.19...v1.1.20 ">https://github.com/creack/pty/compare/v1.1.19...v1.1.20 </a></p>
<h2>v1.1.19</h2>
<h2>What's Changed</h2>
<ul>
<li>Add some basic tests by <a
href="https://github.com/Frassle "><code>@Frassle</code></a> in <a
href="https://redirect.github.com/creack/pty/pull/145 ">creack/pty#145</a></li>
<li>Provide correct pty/tty file paths on OpenBSD by <a
href="https://github.com/4a6f656c "><code>@4a6f656c</code></a> in <a
href="https://redirect.github.com/creack/pty/pull/148 ">creack/pty#148</a></li>
<li>Add sparc support by <a
href="https://github.com/matoro "><code>@matoro</code></a> in <a
href="https://redirect.github.com/creack/pty/pull/157 ">creack/pty#157</a></li>
<li>Add support for the 32-bit PPC Linux platform by <a
href="https://github.com/samm-git "><code>@samm-git</code></a> in <a
href="https://redirect.github.com/creack/pty/pull/30 ">creack/pty#30</a></li>
<li>Use upstream compiler for linux/riscv64 and freebsd/riscv64 by <a
href="https://github.com/sio "><code>@sio</code></a> in <a
href="https://redirect.github.com/creack/pty/pull/168 ">creack/pty#168</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/4a6f656c "><code>@4a6f656c</code></a>
made their first contribution in <a
href="https://redirect.github.com/creack/pty/pull/148 ">creack/pty#148</a></li>
<li><a href="https://github.com/matoro "><code>@matoro</code></a> made
their first contribution in <a
href="https://redirect.github.com/creack/pty/pull/157 ">creack/pty#157</a></li>
<li><a href="https://github.com/samm-git "><code>@samm-git</code></a>
made their first contribution in <a
href="https://redirect.github.com/creack/pty/pull/30 ">creack/pty#30</a></li>
<li><a href="https://github.com/sio "><code>@sio</code></a> made their
first contribution in <a
href="https://redirect.github.com/creack/pty/pull/168 ">creack/pty#168</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/creack/pty/compare/v1.1.18...v1.1.19 ">https://github.com/creack/pty/compare/v1.1.18...v1.1.19 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f188b6dbd5
"><code>f188b6d</code></a>
Revert go.mod for v1.</li>
<li><a
href="3194d695c3
"><code>3194d69</code></a>
Merge pull request <a
href="https://redirect.github.com/creack/pty/issues/177 ">#177</a> from
creack/revert-nonblock-ioctl</li>
<li><a
href="8efd70af93
"><code>8efd70a</code></a>
Revert <a
href="https://redirect.github.com/creack/pty/issues/167 ">#167</a> to
avoid race on Linux.</li>
<li><a
href="2dfd24de61
"><code>2dfd24d</code></a>
Merge pull request <a
href="https://redirect.github.com/creack/pty/issues/173 ">#173</a> from
creack/tests-cleanup</li>
<li><a
href="cafb3b47d0
"><code>cafb3b4</code></a>
Fix typo.</li>
<li><a
href="0a15590bf0
"><code>0a15590</code></a>
Skip tests for go1.6.</li>
<li><a
href="219f7e0db9
"><code>219f7e0</code></a>
Add more test helpers, cleanup existing tests. Add editorconfig and
golangci ...</li>
<li><a
href="ccf8e7e6b6
"><code>ccf8e7e</code></a>
Add openClose helper in tests to remove duplication.</li>
<li><a
href="bc68e99fbc
"><code>bc68e99</code></a>
Minor cosmetic cleanups in the tests. Add missing error checks. Use
Fatal ins...</li>
<li><a
href="a425b37197
"><code>a425b37</code></a>
Bump major version to v2. Drop support for the old riscv in favor of the
offi...</li>
<li>Additional commits viewable in <a
href="https://github.com/creack/pty/compare/v1.1.18...v1.1.21 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/creack/pty&package-manager=go_modules&previous-version=1.1.18&new-version=1.1.21 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 12:17:14 -07:00
dependabot[bot]
f972fe120b
Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 ( #143 )
...
Bumps [github.com/gorilla/mux](https://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="b4617d0b96
"><code>b4617d0</code></a>
update GitHub workflows (<a
href="https://redirect.github.com/gorilla/mux/issues/734 ">#734</a>)</li>
<li><a
href="3401478bad
"><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="4a671cbc51
"><code>4a671cb</code></a>
Add GetVarNames() (<a
href="https://redirect.github.com/gorilla/mux/issues/676 ">#676</a>)</li>
<li><a
href="85123bf20e
"><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="79f2f457ca
"><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="395ad81d0e
"><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="24c3e7f499
"><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="546dd0cc9f
"><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="651928c42f
"><code>651928c</code></a>
Update issues.yml (<a
href="https://redirect.github.com/gorilla/mux/issues/727 ">#727</a>)</li>
<li><a
href="cfc696d6d2
"><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 />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gorilla/mux&package-manager=go_modules&previous-version=1.8.0&new-version=1.8.1 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 12:14:53 -07:00
dependabot[bot]
0fc8cf7269
Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 ( #140 )
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from
1.8.0 to 1.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spf13/cobra/releases ">github.com/spf13/cobra's
releases</a>.</em></p>
<blockquote>
<h2>v1.8.1</h2>
<h2>✨ Features</h2>
<ul>
<li>Add env variable to suppress completion descriptions on create by <a
href="https://github.com/scop "><code>@scop</code></a> in <a
href="https://redirect.github.com/spf13/cobra/pull/1938 ">spf13/cobra#1938</a></li>
</ul>
<h2>🐛 Bug fixes</h2>
<ul>
<li>Micro-optimizations by <a
href="https://github.com/scop "><code>@scop</code></a> in <a
href="https://redirect.github.com/spf13/cobra/pull/1957 ">spf13/cobra#1957</a></li>
</ul>
<h2>🔧 Maintenance</h2>
<ul>
<li>build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to
2.0.4 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/spf13/cobra/pull/2127 ">spf13/cobra#2127</a></li>
<li>Consistent annotation names by <a
href="https://github.com/nirs "><code>@nirs</code></a> in <a
href="https://redirect.github.com/spf13/cobra/pull/2140 ">spf13/cobra#2140</a></li>
<li>Remove fully inactivated linters by <a
href="https://github.com/nirs "><code>@nirs</code></a> in <a
href="https://redirect.github.com/spf13/cobra/pull/2148 ">spf13/cobra#2148</a></li>
<li>Address golangci-lint deprecation warnings, enable some more linters
by <a href="https://github.com/scop "><code>@scop</code></a> in <a
href="https://redirect.github.com/spf13/cobra/pull/2152 ">spf13/cobra#2152</a></li>
</ul>
<h2>🧪 Testing & CI/CD</h2>
<ul>
<li>Add test for func in cobra.go by <a
href="https://github.com/korovindenis "><code>@korovindenis</code></a>
in <a
href="https://redirect.github.com/spf13/cobra/pull/2094 ">spf13/cobra#2094</a></li>
<li>ci: test golang 1.22 by <a
href="https://github.com/cyrilico "><code>@cyrilico</code></a> in <a
href="https://redirect.github.com/spf13/cobra/pull/2113 ">spf13/cobra#2113</a></li>
<li>Optimized and added more linting by <a
href="https://github.com/scop "><code>@scop</code></a> in <a
href="https://redirect.github.com/spf13/cobra/pull/2099 ">spf13/cobra#2099</a></li>
<li>build(deps): bump actions/setup-go from 4 to 5 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/spf13/cobra/pull/2087 ">spf13/cobra#2087</a></li>
<li>build(deps): bump actions/labeler from 4 to 5 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/spf13/cobra/pull/2086 ">spf13/cobra#2086</a></li>
<li>build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0
by <a href="https://github.com/dependabot "><code>@dependabot</code></a>
in <a
href="https://redirect.github.com/spf13/cobra/pull/2108 ">spf13/cobra#2108</a></li>
<li>build(deps): bump actions/cache from 3 to 4 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/spf13/cobra/pull/2102 ">spf13/cobra#2102</a></li>
</ul>
<h2>✏️ Documentation</h2>
<ul>
<li>Fixes and docs for usage as plugin by <a
href="https://github.com/nirs "><code>@nirs</code></a> in <a
href="https://redirect.github.com/spf13/cobra/pull/2070 ">spf13/cobra#2070</a></li>
<li>flags: clarify documentation that LocalFlags related function do not
modify the state by <a
href="https://github.com/niamster "><code>@niamster</code></a> in <a
href="https://redirect.github.com/spf13/cobra/pull/2064 ">spf13/cobra#2064</a></li>
<li>chore: remove repetitive words by <a
href="https://github.com/racerole "><code>@racerole</code></a> in <a
href="https://redirect.github.com/spf13/cobra/pull/2122 ">spf13/cobra#2122</a></li>
<li>Add LXC to the list of projects using Cobra <a
href="https://github.com/VaradBelwalkar "><code>@VaradBelwalkar</code></a>
in <a
href="https://redirect.github.com/spf13/cobra/pull/2071 ">spf13/cobra#2071</a></li>
<li>Update projects_using_cobra.md by <a
href="https://github.com/marcuskohlberg "><code>@marcuskohlberg</code></a>
in <a
href="https://redirect.github.com/spf13/cobra/pull/2089 ">spf13/cobra#2089</a></li>
<li>[chore]: update projects using cobra by <a
href="https://github.com/cmwylie19 "><code>@cmwylie19</code></a> in <a
href="https://redirect.github.com/spf13/cobra/pull/2093 ">spf13/cobra#2093</a></li>
<li>Add Taikun CLI to list of projects by <a
href="https://github.com/Smidra "><code>@Smidra</code></a> in <a
href="https://redirect.github.com/spf13/cobra/pull/2098 ">spf13/cobra#2098</a></li>
<li>Add Incus to the list of projects using Cobra by <a
href="https://github.com/montag451 "><code>@montag451</code></a> in <a
href="https://redirect.github.com/spf13/cobra/pull/2118 ">spf13/cobra#2118</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e94f6d0dd9
"><code>e94f6d0</code></a>
Address golangci-lint deprecation warnings, enable some more linters (<a
href="https://redirect.github.com/spf13/cobra/issues/2152 ">#2152</a>)</li>
<li><a
href="8003b74a10
"><code>8003b74</code></a>
Remove fully inactivated linters (<a
href="https://redirect.github.com/spf13/cobra/issues/2148 ">#2148</a>)</li>
<li><a
href="5c2c1d627d
"><code>5c2c1d6</code></a>
Consistent annotation names (<a
href="https://redirect.github.com/spf13/cobra/issues/2140 ">#2140</a>)</li>
<li><a
href="5a1acea321
"><code>5a1acea</code></a>
build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4
(<a
href="https://redirect.github.com/spf13/cobra/issues/2127 ">#2127</a>)</li>
<li><a
href="0fc86c2ffd
"><code>0fc86c2</code></a>
docs: update user guide (<a
href="https://redirect.github.com/spf13/cobra/issues/2128 ">#2128</a>)</li>
<li><a
href="6b5f577ebc
"><code>6b5f577</code></a>
More linting (<a
href="https://redirect.github.com/spf13/cobra/issues/2099 ">#2099</a>)</li>
<li><a
href="bd914e58d6
"><code>bd914e5</code></a>
fix: remove deprecated io/ioutils package (<a
href="https://redirect.github.com/spf13/cobra/issues/2120 ">#2120</a>)</li>
<li><a
href="1f80fa2e23
"><code>1f80fa2</code></a>
chore: remove repetitive words (<a
href="https://redirect.github.com/spf13/cobra/issues/2122 ">#2122</a>)</li>
<li><a
href="c69ae4c36b
"><code>c69ae4c</code></a>
ci: test golang 1.22 (<a
href="https://redirect.github.com/spf13/cobra/issues/2113 ">#2113</a>)</li>
<li><a
href="a30cee5e5a
"><code>a30cee5</code></a>
build(deps): bump actions/cache from 3 to 4 (<a
href="https://redirect.github.com/spf13/cobra/issues/2102 ">#2102</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/cobra&package-manager=go_modules&previous-version=1.8.0&new-version=1.8.1 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 11:55:47 -07:00