Skip to content

Bump Marten from 3.11.0 to 3.13.2#112

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Marten-3.13.2
Closed

Bump Marten from 3.11.0 to 3.13.2#112
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Marten-3.13.2

Conversation

@dependabot-preview
Copy link

Bumps Marten from 3.11.0 to 3.13.2.

Release notes

Sourced from Marten's releases.

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.cs sample #1538. Docs link

Miscellaneous

  • Dependencies: Update the minimum Npgsql version for Marten to 4.1.4 #1529
  • Build: Update js dev build dependencies #1530
  • Project Management/Stats: Add badge with nuget download count #1537

https://github.com/JasperFx/marten/milestone/53?closed=1

Release 3.12.3

Bug Fixes

  • Duplicated Field: Fixed casing support for generated SQL to respect serializer setting #1519
  • .NET 5: Fix a compatibility issue in .NET 5 with Microsoft.Extensions.DependencyInjection.Abstractions package #1518

Release 3.12.1

Hotfix

This is a hotfix release for the bug found in the Async Daemon projection rebuild. The bug was introduced in #1483. Changes made in this PR were reverted. Bug #1302 ("ProjectView / DeleteEvent not run when rebuilding projections") was reopened and is targeted to be fixed in v4.

Release 3.12.0

Features and Enhancements

  • Core: Add AddMarten service collection extension method to ease of process of adding Marten to .NET Core applications including IoC containers. #1501 See more in documentation: link.
  • Document Store/LINQ: Add support for IsOneOf to allow passing List<T> as opposed to arrays. #1426
  • Document Store/LINQ: Add support for In & NotIn LINQ operators for queries. #1427
  • Document Store/Hierarchies/LINQ: Add support for hierarchical documents in custom SQL query. #1479
  • Document Store/Multi-Tenancy: Add feature to disable using default tenant to store multi tenanted documents. #1450 See more in documentation: link.
  • Document Store: Add overloads to IDocumentSession for methods with params to allow passing IEnumerable (Store, Insert, Update, Load) #1428
  • Event Store: Add overloads to IEventStore for methods with params to allow passing IEnumerable (StartStream, Append) #1428
Commits
  • f66afa0 Bump up version to 3.13.2 for release
  • 950341f Allow null enum values to be parsed in duplicated field resolution
  • dc817a9 Fix handling of negating predicate with binary operator (#1589)
  • c37c412 Update minimum npgsql to 4.1.5 (#1579)
  • 124d5b2 Update docs github blob links to use 3.x branch [skip ci]
  • 35977ea Update Edit on GitHub link base url to use 3.x branch [skip ci]
  • 8d9b578 Use Jil version 3.0.0-alpha2 which is compatible with net461
  • 20e24c0 Remove conditional compilation for JilSerializer
  • 48e6bd5 Cleaned up sample for using JIL.
  • b7dee40 Update version to 3.13.1
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will 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)

Bumps [Marten](https://github.com/JasperFx/marten) from 3.11.0 to 3.13.2.
- [Release notes](https://github.com/JasperFx/marten/releases)
- [Commits](JasperFx/marten@3.11.0...3.13.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 2, 2020
@dependabot-preview
Copy link
Author

Superseded by #114.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Marten-3.13.2 branch November 19, 2020 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants