Bump Serilog.Enrichers.Thread from 3.1.0 to 4.0.0 - #33
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
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>
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps Serilog.Enrichers.Thread from 3.1.0 to 4.0.0.
Release notes
Sourced from Serilog.Enrichers.Thread's releases.
Commits
a6c1b7bMerge pull request #24 from serilog/deva973088Updated build script2168306Merge pull request #23 from serilog/deva692515Update publishing key, branch namesa070918Branch name in build.ps1602315bMerge pull request #22 from Numpsy/updates3d45acePublish a .snupkgcf57f9fRemove GenerateAssemblyVersionAttribute=false4310b34Set version to 4.014cf778Add the readme file to the nuget packageYou 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 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)