Open
Conversation
--- updated-dependencies: - dependency-name: Foundatio dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Updated Foundatio from 12.0.0 to 13.0.0.
Release notes
Sourced from Foundatio's releases.
13.0.0
v13.0.0
This is a major release with 368 files changed across the entire Foundatio codebase. Here are the themes that define v13:
QueueException,MessageBusException,SerializerException) so consumers get predictable, catchable errors regardless of the underlying provider. These feature-specific exceptions are automatically excluded from resilience policy retries.null!suppressions across the codebase, fixing latent null bugs and adding proper nullable attributes. The API surface now accurately communicates nullability contracts.netstandard2.0in favor ofnet8.0+net10.0. Replaced DeepCloner with the actively-maintained FastCloner.ScheduledTimernow usesTimeProviderfor testability.Documentation Site
Foundatio v13 ships with a brand-new documentation site covering every subsystem with guides, configuration examples, and direct source code links. Key additions:
061bd763)8f6d37c1), queues (bb9af714), messaging (59cc2f57), locks (10241465), jobs (7df97b13), serialization (8819ba09), storage (bf2eb1b9)2fc124df,0791b496)a6cfd75c)da2c6162)6860a0c1)98323dbe)456389ed)70a63d12)1853daee)7fdad859)3e003a86) and added sample projects + benchmarks to the solution (160dd74f)b8f0eba1)Breaking Changes
netstandard2.0target: Foundatio now targetsnet8.0andnet10.0only. Consumers on .NET Framework or older runtimes must stay on v12.x. by @niemyjski in4c6aefed,a1089422ICacheClient.IncrementAsyncTTL behavior: Increment operations now consistently apply the TTL parameter across all implementations. RemovedListRemoveAsyncExpiresInargument to align with all other Remove methods. by @niemyjski in #434ICacheClientreturn values for expiration:GetExpirationAsyncreturns consistent values across implementations. by @niemyjski in #432ISerializerargument validation: All serializer implementations now consistently validate arguments and throwArgumentException/ArgumentNullException. by @niemyjski in #440QueueException: Queue operations now throwQueueExceptionfor queue-specific errors. Guard added against reusing behavior instances. by @niemyjski in #448MessageBusIdandQueueIdchanged to init-only properties: These properties can no longer be set after construction. by @niemyjski inb73bf128Set/SetAdd/SetRemovemethods from cache extensions: These were renamed toList*in v9.0.0 (Nov 2019) and have been[Obsolete]for 6+ years. by @niemyjski in150beed5GetFileStreamAsyncoverload: Deprecated in v10.7.0 (Jan 2024) whenStreamModewas added. Use the overload acceptingStreamModeandCancellationToken. by @niemyjski in037baae5null!suppressions, fixed latent null bugs, and added nullable attributes across the codebase. Return types and parameters may have changed nullability. by @niemyjski in #484, #498Added
Foundatio.Xunit.v3: Test infrastructure upgraded to xUnit v3. NewFoundatio.Xunit.v3package with retry test attributes (RetryFactAttribute,RetryTheoryAttribute) for automatic retry of flaky tests. The existingFoundatio.Xunitpackage continues to support xUnit v2. by @niemyjski in #431InMemoryCacheClientnow supportsMaxMemorySizewith per-entry size limits and intelligent eviction when memory budgets are exceeded. by @niemyjski, @copilot in #400SerializerException: New exception type for serialization-specific errors, enabling targeted error handling. by @niemyjski inb314a052MessageBusException: Consistent error handling for messaging operations with improved delayed message delivery. by @niemyjski in #443QueueDeletedevent onIQueue<T>: Consumers can now subscribe to queue deletion notifications. by @niemyjski in #447... (truncated)
13.0.0-beta6
What's Changed
New Contributors
Full Changelog: FoundatioFx/Foundatio@v13.0.0-beta3...v13.0.0-beta6
13.0.0-beta5
What's Changed
New Contributors
Full Changelog: FoundatioFx/Foundatio@v13.0.0-beta3...v13.0.0-beta5
13.0.0-beta4
What's Changed
New Contributors
Full Changelog: FoundatioFx/Foundatio@v13.0.0-beta3...v13.0.0-beta4
13.0.0-beta3
What's Changed
Full Changelog: FoundatioFx/Foundatio@v13.0.0-beta2...v13.0.0-beta3
13.0.0-beta2
What's Changed
Full Changelog: FoundatioFx/Foundatio@v13.0.0-beta1...v13.0.0-beta2
13.0.0-beta1
Breaking Changes
ICacheClient.IncrementAsyncTTL behavior to be consistent across all implementations. #434 by @niemyjskiExpiresInargument fromListRemoveAsyncto align with all other Remove methods. #434 by @niemyjskiExpiresInacross all cache operations. #432 by @niemyjskiSetmethods from cache extensions. by @niemyjskiAdded
GetAllExpirationsAsyncandSetAllExpirationsAsyncmethods toICacheClient. #426 by @niemyjskiGetExpirationsAsyncmethod to retrieve cache entry expiration information. by @niemyjskiFoundatio.Xunit.v3package with support for xUnit v3. #431 by @niemyjskiChanged
MessageBusBasefor better resource management. by @niemyjskiScheduledTimerdisposal and scheduling. by @niemyjskiDateTimeOffsetfor queue stats update for better timezone handling. by @niemyjskiHostBuilderdue to deprecations. by @niemyjskiFixed
Dependencies
... (truncated)
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 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)