IdentityServer4.Postgresql
IdentityServer4.Postgresql copied to clipboard
Bump Marten from 3.11.0 to 3.13.4
Bumps Marten from 3.11.0 to 3.13.4.
Release notes
Sourced from Marten's releases.
Release 3.13.4
Bug Fixes
- Connection Management: Fix to close connection on rollback only if it owns the connection #1620
- Schema: Fix to throw an exception for unique index without any properties #1581
- LINQ: Throw
NotSupportedExceptionin Marten only linq extensions #1736Documentation
- Add missing 'no', fix some readability issues. #1728
- Update loading document documentation with possible null return value and async sample. #1747
Release 3.13.3
Bug Fixes
- Bulk Loader: Fix BulkInsert performance issue #1598
- LINQ: Sorting problem with one operation being delete #1607
- Npgsql/NodaTime: Remove type mappers from nodatime implementation including update of Npgsql min version to 4.1.6 #1605
https://github.com/JasperFx/marten/milestone/58?closed=1
Release 3.13.2
Bug Fixes
- DocumentStore/LINQ: Fix negating a predicate that contains an and operator results in an incorrect query #1568
- Npgsql/NodaTime: Update minimum npgsql to 4.1.5, fixes the long-running problem of combining NodaTime with BCL DateTime types #1579
- DocumentStore/DuplicateField: Allow null enum values to be parsed in duplicated field resolution (related to #1585 ported from 4.x to 3.x)
https://github.com/JasperFx/marten/milestone/55?closed=1
Release 3.13.1
Bug Fixes
- .NET 5: Fix enums handling for .NET 5 #1549
Release 3.13.0
Features and Enhancements
- Document Store/LINQ: Support case-insensitive order by for strings #1542. Docs link
- DocumentStore/RetryPolicy: Introduce DefaultRetryPolicy #1543
Bug Fixes
- NodeTime Plugin: Fix projecting nullable NodaTime Instant #1545
Docs
- EventStore/Events Migration: Sample showing how Marten handles Event type namespace or name migration #1523. Docs link
- Document Store/Multi-tenancy: Update
computed_indexes.cssample #1538. Docs linkMiscellaneous
... (truncated)
Commits
e5931caUpdate appveyor config to trigger only on 3.x42809e4Bump up version to 3.13.4311cf92Update appveyor NuGet deploy key for 3.x [skip ci]292b1afUpdate loading document documentation with possible null return value and asy...fc31e08Throw NotSupportedException in Marten only linq extensions (#1736)23b6de6docs: Add missing 'no', fix some readability issues. (#1728)9e385b3Fix 3.x CI build issue due to Microsoft.TargetingPack.NETFramework.v4.6.1… (#...0edcb8dFix to throw an exception for unique index without any properties (#1697)6e763e2Fix to close connection on rollback only if it owns the connection (#1696)056e1d1Bump up version to 3.13.3- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)