Skip to content

Commit

Permalink
chore(deps): update dependency npgsql.entityframeworkcore.postgresql …
Browse files Browse the repository at this point in the history
…to v9 (#92)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[Npgsql.EntityFrameworkCore.PostgreSQL](https://redirect.github.com/npgsql/efcore.pg)
| `8.0.10` -> `9.0.1` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Npgsql.EntityFrameworkCore.PostgreSQL/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Npgsql.EntityFrameworkCore.PostgreSQL/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Npgsql.EntityFrameworkCore.PostgreSQL/8.0.10/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Npgsql.EntityFrameworkCore.PostgreSQL/8.0.10/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>npgsql/efcore.pg
(Npgsql.EntityFrameworkCore.PostgreSQL)</summary>

###
[`v9.0.0`](https://redirect.github.com/npgsql/efcore.pg/releases/tag/v9.0.0)

See the [release
notes](https://www.npgsql.org/efcore/release-notes/9.0.html).

The full list of changes is available
[here](https://redirect.github.com/npgsql/efcore.pg/milestone/61?closed=1).

#### What's Changed

- Fix operator precedence of AT TIME ZONE by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/2987](https://redirect.github.com/npgsql/efcore.pg/pull/2987)
- Add method postfix when rewriting parameters for
StartsWith/EndsWith/Contains by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/2995](https://redirect.github.com/npgsql/efcore.pg/pull/2995)
- Bring back enumerable Concat/Append translations for ExecuteUpdate by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3005](https://redirect.github.com/npgsql/efcore.pg/pull/3005)
- Bump actions/setup-dotnet from 3 to 4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/npgsql/efcore.pg/pull/3006](https://redirect.github.com/npgsql/efcore.pg/pull/3006)
- Fix containment inference of multirange mapping from non-range item by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3013](https://redirect.github.com/npgsql/efcore.pg/pull/3013)
- Bump actions/upload-artifact from 3 to 4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/npgsql/efcore.pg/pull/3022](https://redirect.github.com/npgsql/efcore.pg/pull/3022)
- Bump github/codeql-action from 2 to 3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/npgsql/efcore.pg/pull/3019](https://redirect.github.com/npgsql/efcore.pg/pull/3019)
- Cast NodaTime DateInterval.End to date. by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3024](https://redirect.github.com/npgsql/efcore.pg/pull/3024)
- Fix index creation when both collation and operators are specified by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3028](https://redirect.github.com/npgsql/efcore.pg/pull/3028)
- Fix PgTableValuedFunctionExpression cloning by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3026](https://redirect.github.com/npgsql/efcore.pg/pull/3026)
- Make Npgsql-specific JsonValueReaderWriters public for compiled model
by [@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3029](https://redirect.github.com/npgsql/efcore.pg/pull/3029)
- Support NpgsqlUIntTypeMapping for the compiled model by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3030](https://redirect.github.com/npgsql/efcore.pg/pull/3030)
- Translate DateTime.Date without type mapping in legacy mode by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3032](https://redirect.github.com/npgsql/efcore.pg/pull/3032)
- Fix null semantics for ILikeExpression by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3039](https://redirect.github.com/npgsql/efcore.pg/pull/3039)
- Remove incorrect variable declaration in NpgsqlArrayConverter by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3047](https://redirect.github.com/npgsql/efcore.pg/pull/3047)
- Fix bad array access when an AFTER trigger raises an exception in
SaveChanges by [@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3049](https://redirect.github.com/npgsql/efcore.pg/pull/3049)
- Automatic conversion to primary constructors by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3048](https://redirect.github.com/npgsql/efcore.pg/pull/3048)
- Automatic usage of collection initializers by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3051](https://redirect.github.com/npgsql/efcore.pg/pull/3051)
- Always add parentheses around PgUnknownBinaryExpression by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3073](https://redirect.github.com/npgsql/efcore.pg/pull/3073)
- Sync to EF 9.0.0-preview.1.24081.2 by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3089](https://redirect.github.com/npgsql/efcore.pg/pull/3089)
- Prune PgTableValuedFunctionExpression's projection by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3090](https://redirect.github.com/npgsql/efcore.pg/pull/3090)
- Downgrade xunit back to 2.6.1 by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3094](https://redirect.github.com/npgsql/efcore.pg/pull/3094)
- Don't use NpgsqlDataSource from DI if connection string/connection is
specified by [@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3102](https://redirect.github.com/npgsql/efcore.pg/pull/3102)
- Remove unneeded backslash ESCAPE from LIKE translations by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3103](https://redirect.github.com/npgsql/efcore.pg/pull/3103)
- Add translation of string.Join overload used with List<string>
parameter, fix
[#&#8203;3105](https://redirect.github.com/npgsql/efcore.pg/issues/3105)
by [@&#8203;georg-jung](https://redirect.github.com/georg-jung) in
[https://github.com/npgsql/efcore.pg/pull/3106](https://redirect.github.com/npgsql/efcore.pg/pull/3106)
- Sync to EF 9.0.0-preview.2.24128.4 by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3125](https://redirect.github.com/npgsql/efcore.pg/pull/3125)
- Add Translation for to_date and to_timestamp as DBFunctions extensions
by [@&#8203;WhatzGames](https://redirect.github.com/WhatzGames) in
[https://github.com/npgsql/efcore.pg/pull/2936](https://redirect.github.com/npgsql/efcore.pg/pull/2936)
- Make INpgsqlRelationalConnection.CloneWith return
INpgsqlRelationalConnection by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3144](https://redirect.github.com/npgsql/efcore.pg/pull/3144)
- ToDate/ToTimestamp non-nullable by
[@&#8203;WhatzGames](https://redirect.github.com/WhatzGames) in
[https://github.com/npgsql/efcore.pg/pull/3146](https://redirect.github.com/npgsql/efcore.pg/pull/3146)
- Stop eagerly throwing when setting value generation strategy by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3147](https://redirect.github.com/npgsql/efcore.pg/pull/3147)
- Small primitive collection cleanup by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3149](https://redirect.github.com/npgsql/efcore.pg/pull/3149)
- Sync to 9.0.0-preview.3.24172.4 by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3153](https://redirect.github.com/npgsql/efcore.pg/pull/3153)
- Use Npgsql 8.0.3 by [@&#8203;roji](https://redirect.github.com/roji)
in
[https://github.com/npgsql/efcore.pg/pull/3166](https://redirect.github.com/npgsql/efcore.pg/pull/3166)
- Remove direct dependency on EFCore.Abstractions by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3171](https://redirect.github.com/npgsql/efcore.pg/pull/3171)
- Major work around DbDataSource management, enum handling and plugins
by [@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3167](https://redirect.github.com/npgsql/efcore.pg/pull/3167)
- Add missing check for predicate in primitive collection
simplifications by [@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3196](https://redirect.github.com/npgsql/efcore.pg/pull/3196)
- Add ordering by ordinality column for primitive collections by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3209](https://redirect.github.com/npgsql/efcore.pg/pull/3209)
- Correct non-NodaTime date/time type mappings when NodaTime is
configured by [@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3214](https://redirect.github.com/npgsql/efcore.pg/pull/3214)
- Add UUID version 7 as the default guid generator by
[@&#8203;ChrisJollyAU](https://redirect.github.com/ChrisJollyAU) in
[https://github.com/npgsql/efcore.pg/pull/3249](https://redirect.github.com/npgsql/efcore.pg/pull/3249)
- Rename NpgsqlUuid7ValueGenerator to NpgsqlSequentialGuidValueGenerator
and make it public by [@&#8203;roji](https://redirect.github.com/roji)
in
[https://github.com/npgsql/efcore.pg/pull/3255](https://redirect.github.com/npgsql/efcore.pg/pull/3255)
- Sync to EF Core 9.0.0-preview.7.24405.3 by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3258](https://redirect.github.com/npgsql/efcore.pg/pull/3258)
- Sync to EF Core 9.0.0-rc.1.24451.1 by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3260](https://redirect.github.com/npgsql/efcore.pg/pull/3260)
- Run CI tests on PG17 (beta) by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3256](https://redirect.github.com/npgsql/efcore.pg/pull/3256)
- Various code style/cleanup by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3261](https://redirect.github.com/npgsql/efcore.pg/pull/3261)
- Don't use same table in join when it is also primary target table by
[@&#8203;ChrisJollyAU](https://redirect.github.com/ChrisJollyAU) in
[https://github.com/npgsql/efcore.pg/pull/3263](https://redirect.github.com/npgsql/efcore.pg/pull/3263)
- Sync to EF Core 9.0.0-rc.2.24460.3 by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3275](https://redirect.github.com/npgsql/efcore.pg/pull/3275)
- Negated syntax for regex and ILIKE by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3276](https://redirect.github.com/npgsql/efcore.pg/pull/3276)
- Add ConfigureDataSource() to NpgsqlDbContextOptionsBuilder by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3277](https://redirect.github.com/npgsql/efcore.pg/pull/3277)
- Support arbitrary enumerables in NpgsqlArrayConverter by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3290](https://redirect.github.com/npgsql/efcore.pg/pull/3290)
- Redo NpgsqlSetOperationTypingInjector by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3291](https://redirect.github.com/npgsql/efcore.pg/pull/3291)
- Implement Precompiled Query Tests by
[@&#8203;ChrisJollyAU](https://redirect.github.com/ChrisJollyAU) in
[https://github.com/npgsql/efcore.pg/pull/3289](https://redirect.github.com/npgsql/efcore.pg/pull/3289)
- Catch exception instead of trying to check if the history repository
exists by [@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3294](https://redirect.github.com/npgsql/efcore.pg/pull/3294)
- Properly escape constant regex patterns by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3299](https://redirect.github.com/npgsql/efcore.pg/pull/3299)
- Handle another error code when concurrently creating the migrations
history table by [@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3301](https://redirect.github.com/npgsql/efcore.pg/pull/3301)
- Prefix JSON geometry representation with SRID by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3307](https://redirect.github.com/npgsql/efcore.pg/pull/3307)
- Bump dependencies by [@&#8203;roji](https://redirect.github.com/roji)
in
[https://github.com/npgsql/efcore.pg/pull/3316](https://redirect.github.com/npgsql/efcore.pg/pull/3316)
- Configure CI for released PG17 by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3300](https://redirect.github.com/npgsql/efcore.pg/pull/3300)
- Translate array.Where(i => i != x) to array_remove by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3328](https://redirect.github.com/npgsql/efcore.pg/pull/3328)
- Remove enum/extension conventions when creating migrations history
table by [@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3329](https://redirect.github.com/npgsql/efcore.pg/pull/3329)
- Use Npgsql 9.0.0-preview.1-ci.20241025T100626 by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3330](https://redirect.github.com/npgsql/efcore.pg/pull/3330)
- Use Npgsql's new CloneWithAsync by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3332](https://redirect.github.com/npgsql/efcore.pg/pull/3332)
- Translations around DateOnly.DayNumber by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3333](https://redirect.github.com/npgsql/efcore.pg/pull/3333)
- Support mapping jsonpath by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3334](https://redirect.github.com/npgsql/efcore.pg/pull/3334)
- Call NpgsqlDataSource.Clear when doing EnsureDeleted by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3337](https://redirect.github.com/npgsql/efcore.pg/pull/3337)
- Fix JsonValueReaderWriter check to support polymorphism by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3339](https://redirect.github.com/npgsql/efcore.pg/pull/3339)
- Fix scalar casting from string for POCO/DOM JSON mode by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3340](https://redirect.github.com/npgsql/efcore.pg/pull/3340)
- Fix arrays over user-defined ranges by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3342](https://redirect.github.com/npgsql/efcore.pg/pull/3342)
- Don't open connection if already open when reloading types by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3343](https://redirect.github.com/npgsql/efcore.pg/pull/3343)
- Invoke connection interceptor before tweaking connection string in
Exists() by [@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3349](https://redirect.github.com/npgsql/efcore.pg/pull/3349)
- Remove old obsoleted APIs by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3350](https://redirect.github.com/npgsql/efcore.pg/pull/3350)
- Add tstzrange to NpgsqlRange<DateTimeOffset> by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3351](https://redirect.github.com/npgsql/efcore.pg/pull/3351)
- Fix error around mapping Nullable<JsonElement> by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3353](https://redirect.github.com/npgsql/efcore.pg/pull/3353)
- Use .NET/EF 9.0 GA by [@&#8203;roji](https://redirect.github.com/roji)
in
[https://github.com/npgsql/efcore.pg/pull/3361](https://redirect.github.com/npgsql/efcore.pg/pull/3361)
- Detect and throw for NpgsqlTypeMappings as element type mappings by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3367](https://redirect.github.com/npgsql/efcore.pg/pull/3367)
- Allow MapEnum() without an enum name by
[@&#8203;roji](https://redirect.github.com/roji) in
[https://github.com/npgsql/efcore.pg/pull/3368](https://redirect.github.com/npgsql/efcore.pg/pull/3368)

#### New Contributors

- [@&#8203;georg-jung](https://redirect.github.com/georg-jung) made
their first contribution in
[https://github.com/npgsql/efcore.pg/pull/3106](https://redirect.github.com/npgsql/efcore.pg/pull/3106)
- [@&#8203;WhatzGames](https://redirect.github.com/WhatzGames) made
their first contribution in
[https://github.com/npgsql/efcore.pg/pull/2936](https://redirect.github.com/npgsql/efcore.pg/pull/2936)
- [@&#8203;ChrisJollyAU](https://redirect.github.com/ChrisJollyAU) made
their first contribution in
[https://github.com/npgsql/efcore.pg/pull/3249](https://redirect.github.com/npgsql/efcore.pg/pull/3249)

**Full Changelog**:
npgsql/efcore.pg@v8.0.0...v9.0.0

###
[`v8.0.11`](https://redirect.github.com/npgsql/efcore.pg/releases/tag/v8.0.11)

The full list of changes is available
[here](https://redirect.github.com/npgsql/efcore.pg/milestone/67?closed=1).

**Full Changelog**:
npgsql/efcore.pg@v8.0.10...v8.0.11

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent edc834b commit a4153b1
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 @@ -19,7 +19,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="8.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11" PrivateAssets="All" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.11" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.10" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="7.0.0" />
<PackageReference Include="Ulid" Version="1.3.4" />
Expand Down

0 comments on commit a4153b1

Please sign in to comment.