Skip to content

Bump Serilog.Enrichers.Thread from 3.1.0 to 4.0.0 - #33

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Serilog.Enrichers.Thread-4.0.0
Open

Bump Serilog.Enrichers.Thread from 3.1.0 to 4.0.0#33
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Serilog.Enrichers.Thread-4.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2024

Copy link
Copy Markdown

Bumps Serilog.Enrichers.Thread from 3.1.0 to 4.0.0.

Release notes

Sourced from Serilog.Enrichers.Thread's releases.

v4.0.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [Serilog.Enrichers.Thread](https://github.com/serilog/serilog-enrichers-thread) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/serilog/serilog-enrichers-thread/releases)
- [Commits](serilog/serilog-enrichers-thread@v3.1.0...v4.0.0)

---
updated-dependencies:
- dependency-name: Serilog.Enrichers.Thread
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jun 20, 2024
vip32 pushed a commit that referenced this pull request Aug 4, 2026
* feat(repository): add insert range support

* feat(dataporter): replace TodoItemImportPersistenceInterceptor with bulk insert support

Refactor `TodoItemImportPersistenceInterceptor` to use `TodoItemBulkImportPersistenceInterceptor` with SQL Server bulk insert. Add bulk insert configurations in `CoreModule`, introduce necessary services, and update related integration tests.

* refactor(repository): rename `InsertRangeAsync` to `InsertSetAsync` for consistency across repository behaviors

Standardize method naming in repositories by renaming `InsertRangeAsync` to `InsertSetAsync`. Update references, behaviors, tests, and documentation to reflect the change. Includes bulk insert adjustments and package dependencies.

* feat(repository): add support for bulk inserting same-table owned references

Enable bulk insert of same-table owned reference values in SQL Server implementation. Add internal transaction handling for atomic operations when no ambient EF transaction exists. Enhance property mappings to handle owned navigations and validate column uniqueness. Update tests, docs, and error handling for owned references.

* chore(repository): remove SQL Server-specific bulk insert implementation

Remove deprecated SQL Server bulk insert classes, options, service extensions, and tests. Transition to provider strategy-based architecture as defined in ADR-0027, enabling easier extension for additional database providers.

* feat(repository): add placeholder bulk insert providers for SQLite and PostgreSQL

Introduce `SqliteEntityBulkInsertProvider` and `PostgresEntityBulkInsertProvider` as placeholders for native bulk insert functionality. Update service extensions to automatically register these providers when adding respective DbContexts. Add integration tests for bulk insert behavior and modify `TodoItemBulkImportPersistenceInterceptor` to handle optional `ICurrentUserAccessor`.

* refactor(domain): move `IEntityBulkInserter` to domain and introduce explicit behavior compatibility pipeline

Move `IEntityBulkInserter` from `Infrastructure.EntityFramework` to `BridgingIT.DevKit.Domain.Repositories` for clear separation of contracts and implementation. Remove the infrastructure interface, update dependencies, and establish an explicit behavior compatibility pipeline for bulk insert operations. Update tests, add descriptors for repository behaviors, and revise documentation as per ADR-0028.

* feat(repository): introduce bulk insert behavior adapters and compatibility pipeline

Add support for bulk insert behavior adapters and compatibility metadata for repositories. Register bulk insert compatibility in DbContext services across providers and implement shadow property value provision during bulk operations. Include comprehensive tests for behavior handling and metadata analysis.

* feat(repository): implement native bulk insert behavior pipeline and add resolver

Introduce comprehensive native bulk insert behavior pipeline for entity repositories, including logging, auditing, metrics, tracing, concurrency, and domain events. Implement `EntityBulkInsertBehaviorResolver` for targeted behavior resolution and add extensive unit tests to validate pipeline execution and failure scenarios.

* refactor(repository): enhance `EntityBulkInsertMappingBuilder` for improved mapping and analysis

Refactor `EntityBulkInsertMappingBuilder` to decouple analysis and building phases. Introduce support for shadow property providers, lifecycle behavior analysis, and enriched validation logic. Add analysis methods for detached entities, required values, and single-table constraints. Update property mappings to handle owned navigations and discriminator properties efficiently.

* refactor(tests): improve formatting and readability in SQL Server bulk insert tests

Adjust code formatting, spacing, and alignment in `SqlServerEntityBulkInsertProviderTests` for better readability and consistency. Update test names to clarify scenarios and refine assertions for enhanced reliability.

* feat(benchmarks): add entity bulk insert pipeline benchmarks and metadata updates

Include benchmarks for provider-neutral bulk insert pipeline analysis and batch creation using EF core. Update project references, documentation, and package dependencies to support performance testing and pipeline enhancements.

* refactor(bulk-inserter)!: decouple behavior registration

Replace repository-inferred bulk insert behavior with an independent decorator builder and explicit EF outbox support.

BREAKING CHANGE: Remove repository-attached WithBulkInsert registration and compatibility fallback APIs.

* fix(csv): map columns by configured index
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 .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants