Skip to content

Commit

Permalink
Bump SlimMessageBus.Host.Memory from 2.1.10 to 2.2.0 in /src (#55)
Browse files Browse the repository at this point in the history
Bumps
[SlimMessageBus.Host.Memory](https://github.com/zarusz/SlimMessageBus)
from 2.1.10 to 2.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/zarusz/SlimMessageBus/releases">SlimMessageBus.Host.Memory's
releases</a>.</em></p>
<blockquote>
<h2>2.2.0</h2>
<ul>
<li>Refactor to share consumer logic across transports</li>
<li>Version plugins together (serializers and transport)</li>
<li>Bus wide <code>.WithHeaderModifier()</code></li>
<li>Upgrade to the latest libraries and client drivers</li>
<li>[Host.AzureServiceBus]: Wait for topology creation to finish before
publishing can be made</li>
<li>.NET Multi-targeting support</li>
<li>[Host.AzureServiceBus] Ability to specify bus wide
<code>.SubscriptionName()</code> and message modifier
<code>.WithModifier()</code> <a
href="https://redirect.github.com/zarusz/SlimMessageBus/issues/185">#185</a></li>
</ul>
<h2>2.2.0-rc4</h2>
<ul>
<li>Refactor to share consumer logic across transports</li>
<li>Version plugins together (serializers and transport)</li>
<li>Bus wide <code>.WithHeaderModifier()</code></li>
<li>Upgrade to the latest libraries and client drivers</li>
<li>[Host.AzureServiceBus]: Wait for topology creation to finish before
publishing can be made</li>
<li>.NET Multi-targeting support</li>
<li>[Host.AzureServiceBus] Ability to specify bus wide
<code>.SubscriptionName()</code> and message modifier
<code>.WithModifier()</code> <a
href="https://redirect.github.com/zarusz/SlimMessageBus/issues/185">#185</a></li>
</ul>
<h2>2.2.0-rc3</h2>
<ul>
<li>.NET Multi-targeting support (netstandard, net6.0, net8.0)</li>
<li>Upgrade to the latest libraries and client drivers</li>
<li>Bus wide <code>.WithHeaderModifier()</code></li>
<li>[Host.AzureServiceBus]: Wait for topology creation to finish before
publishing can be made</li>
<li>[Host.Hybrid] Introduced setting
<code>UndeclaredMessageTypeMode</code> as part of <a
href="https://redirect.github.com/zarusz/SlimMessageBus/issues/200">#200</a>
to customize behavior for non declared message types</li>
<li>Refactor to share consumer logic across transports</li>
<li>Version plugins together (serializers and transport)</li>
</ul>
<h2>2.2.0-rc1</h2>
<ul>
<li>Refactor to share consumer logic across transports</li>
<li>Version plugins together (serializers and transport)</li>
<li>Bus wide <code>.WithHeaderModifier()</code></li>
<li>Upgrade to the latest libraries and client drivers</li>
<li>[Host.AzureServiceBus]: Wait for topology creation to finish before
publishing can be made</li>
<li>.NET Multi-targeting support</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/zarusz/SlimMessageBus/commit/f53585a96647587d6240d60f51816dd89bb3dff6"><code>f53585a</code></a>
Prepare release.</li>
<li><a
href="https://github.com/zarusz/SlimMessageBus/commit/0448b1ecb331c41bc1204f6f6e459f3b01d5b7a3"><code>0448b1e</code></a>
[Host.AzureServiceBus] Ability to specify SubscriptionName and message
modifi...</li>
<li><a
href="https://github.com/zarusz/SlimMessageBus/commit/a6ee1118997758962cf48a564eb83c7d4ce87ced"><code>a6ee111</code></a>
Target net8.0</li>
<li><a
href="https://github.com/zarusz/SlimMessageBus/commit/44672267afe7cb177e3d72032f554da40af10c5b"><code>4467226</code></a>
[Host.Hybrid] SlimMessageBus.Host.ConfigurationMessageBusException:
Could not...</li>
<li><a
href="https://github.com/zarusz/SlimMessageBus/commit/4f89c97efdd98158d40e8e99d96b80a37dfd4915"><code>4f89c97</code></a>
Improve sonar metrics</li>
<li><a
href="https://github.com/zarusz/SlimMessageBus/commit/ca8d6b7b88c3b0e5393f75a88a034bdc257827dd"><code>ca8d6b7</code></a>
Add SonarCloud and Coverlet (<a
href="https://redirect.github.com/zarusz/SlimMessageBus/issues/197">#197</a>)</li>
<li><a
href="https://github.com/zarusz/SlimMessageBus/commit/c4cbbac722676b211ed77bdc29c2829335403573"><code>c4cbbac</code></a>
2.2.0: Refactor, client lib upgrades, multi-target support, minor tweaks
(<a
href="https://redirect.github.com/zarusz/SlimMessageBus/issues/196">#196</a>)</li>
<li>See full diff in <a
href="https://github.com/zarusz/SlimMessageBus/compare/Host.Transport-2.1.10...2.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SlimMessageBus.Host.Memory&package-manager=nuget&previous-version=2.1.10&new-version=2.2.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent 416ed48 commit 46cbce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Miha.Discord/Miha.Discord.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Discord.Net" Version="3.13.0" />
<PackageReference Include="Humanizer" Version="2.14.1" />
<PackageReference Include="SlimMessageBus" Version="2.0.1" />
<PackageReference Include="SlimMessageBus.Host.Memory" Version="2.1.10" />
<PackageReference Include="SlimMessageBus.Host.Memory" Version="2.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 46cbce9

Please sign in to comment.