Skip to content

Bump Marten from 3.11.0 to 3.13.0#105

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

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

Conversation

@dependabot-preview
Copy link

Bumps Marten from 3.11.0 to 3.13.0.

Release notes

Sourced from Marten's releases.

Release 3.13.0

https://github.com/JasperFx/marten/milestone/53?closed=1 TODO: Add detailed release notes.

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
  • Event Store: Remove the requirement for having the default constructor in the aggregation process and projections. #1447
  • Event Store: Add possibility to start typed event streams with non-generic StartStream #1456

Bug Fixes

  • CLI Tooling: Fix unable to execute command line tool to dump script to single output file #1448
  • Document Store/LINQ: Fix to allow case in-variance for .NET Core apps #1363
  • Document Store/LINQ: Fix case for query against field.HasValue == false
  • Event Store: Fix CombGuid setting not respected for event streams #1432
  • Event Store/Async Daemon/Projections: Fix ProjectView / DeleteEvent not run when rebuilding projections #1302
  • Schema Management: Fix Initial Data Null Reference Exception with Query #1495
  • Schema Management/Indexes: Index should not lower/uppercase non-strings #1499

Docs

  • DI: Add docs pertaining to integrating Marten into .NET Core applications using IoC containers with various usage/use cases. Also includes a sample ASP.NET Core project #1501
  • Event Store/Projections: Add missing documentation for updateOnly view projection #1481
  • Introduction: Add Marten video introduction to main page from .NET Conf 2018. #1486 See: link
  • Logging, Diagnostics: Add docs for statement tracking using a custom IMartenSessionLogger. See more in documentation: link #1248

Miscellaneous

  • Build: Fix build tooling security vulnerability warning with npm package dependency #1498
  • CI: Add test performance optimization #1463
  • Document Store/Unit Tests: Add tests for the case when there is a session having deletions to two or more document types, where those documents have the same types of primary keys #1478
  • Project Management: Update project/package description in csproj files, docs and readme #1497
Commits
  • 79ecd57 Update version to 3.13.0
  • ca07ce7 Revert "Update version to 3.12.4 (#1547)"
  • 2ecde06 Update version to 3.12.4 (#1547)
  • 1ce0573 Fix projecting nullable Instant (#1545)
  • 4dfca19 Support case-insensitive order by for strings (#1542)
  • 947797b Introduce DefaultRetryPolicy (#1543)
  • 65aa207 Applied PR review comments to wording of events versioning documentation
  • f3f5586 Added documentation for event namespace and type name migration
  • 018f235 Refactored event namespace migration sample
  • b198188 Sample test showing how Marten Event type and name migration works
  • 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.0.
- [Release notes](https://github.com/JasperFx/marten/releases)
- [Commits](JasperFx/marten@3.11.0...3.13.0)

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 Aug 24, 2020
@dependabot-preview
Copy link
Author

Superseded by #106.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Marten-3.13.0 branch August 28, 2020 03:12
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