Skip to content

Commit

Permalink
chore(deps): update dependency community.microsoft.extensions.caching…
Browse files Browse the repository at this point in the history
….postgresql to 4.0.6 (#68)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[Community.Microsoft.Extensions.Caching.PostgreSql](https://github.com/leonibr/community-extensions-cache-postgres)
| `4.0.4` -> `4.0.6` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Community.Microsoft.Extensions.Caching.PostgreSql/4.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Community.Microsoft.Extensions.Caching.PostgreSql/4.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Community.Microsoft.Extensions.Caching.PostgreSql/4.0.4/4.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Community.Microsoft.Extensions.Caching.PostgreSql/4.0.4/4.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>leonibr/community-extensions-cache-postgres
(Community.Microsoft.Extensions.Caching.PostgreSql)</summary>

###
[`v4.0.6`](https://github.com/leonibr/community-extensions-cache-postgres/releases/tag/4.0.6)

[Compare
Source](https://github.com/leonibr/community-extensions-cache-postgres/compare/4.0.4...4.0.6)

#### What's Changed

- update websample to net8 by
[@&#8203;leonibr](https://github.com/leonibr) in
[https://github.com/leonibr/community-extensions-cache-postgres/pull/62](https://github.com/leonibr/community-extensions-cache-postgres/pull/62)
- Update reac client by [@&#8203;leonibr](https://github.com/leonibr)
in
[https://github.com/leonibr/community-extensions-cache-postgres/pull/63](https://github.com/leonibr/community-extensions-cache-postgres/pull/63)
- Allow to specify NpgsqlDataSource factory instead of ConnectionString
by [@&#8203;dombrovsky](https://github.com/dombrovsky) in
[https://github.com/leonibr/community-extensions-cache-postgres/pull/68](https://github.com/leonibr/community-extensions-cache-postgres/pull/68)
- Call CreateSchemaAndTableIfNotExist lazily, to avoid exception in ctor
when database is not available by
[@&#8203;dombrovsky](https://github.com/dombrovsky) in
[https://github.com/leonibr/community-extensions-cache-postgres/pull/67](https://github.com/leonibr/community-extensions-cache-postgres/pull/67)
- Enhance readonlymode by
[@&#8203;leonibr](https://github.com/leonibr) in
[https://github.com/leonibr/community-extensions-cache-postgres/pull/69](https://github.com/leonibr/community-extensions-cache-postgres/pull/69)
- \[Enhance] Add ReadOnlyMode and adjust UpdateOnGetCacheItem by
[@&#8203;kenbailey](https://github.com/kenbailey) in
[https://github.com/leonibr/community-extensions-cache-postgres/pull/66](https://github.com/leonibr/community-extensions-cache-postgres/pull/66)

#### New Contributors

- [@&#8203;dombrovsky](https://github.com/dombrovsky) made their first
contribution in
[https://github.com/leonibr/community-extensions-cache-postgres/pull/68](https://github.com/leonibr/community-extensions-cache-postgres/pull/68)
- [@&#8203;kenbailey](https://github.com/kenbailey) made their first
contribution in
[https://github.com/leonibr/community-extensions-cache-postgres/pull/66](https://github.com/leonibr/community-extensions-cache-postgres/pull/66)

**Full Changelog**:
leonibr/community-extensions-cache-postgres@4.0.4...4.0.6

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/smartive/cas-fee-adv-mumble-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent e181a44 commit 05af1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MumbleApi/MumbleApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Community.Microsoft.Extensions.Caching.PostgreSql" Version="4.0.4" />
<PackageReference Include="Community.Microsoft.Extensions.Caching.PostgreSql" Version="4.0.6" />
<PackageReference Include="EFCore.NamingConventions" Version="8.0.3" />
<PackageReference Include="Google.Cloud.Storage.V1" Version="4.10.0" />
<PackageReference Include="Lib.AspNetCore.ServerSentEvents" Version="9.0.0" />
Expand Down

0 comments on commit 05af1ce

Please # to comment.