Change log
This files contains a version history including all changes relevant for semantic Versioning...
(it is automatically maintained using the 'KornSW-VersioningUtil')
Upcoming Changes
(none)
v 3.2.0
released 2026-09-16, including:
- new Feature: added 'UseAmbientFieldGuard' for flowing-contracts
- Added direction to new Guard
v 3.1.0
released 2026-09-16, including:
- new Feature: added 'UseAmbientFieldGuard' for flowing-contracts
v 3.0.0
released 2026-09-07, including:
- Breaking Change: ValueChangingGuard instead of SealContextValue()
- Merge branch 'master' of https://github.com/SmartStandards/SmartAmbience
v 2.6.0
released 2026-09-07, including:
- new Feature: added 'AmbienceToDummyContextAdapter'
v 2.5.1
released 2026-05-29, including:
- new revision without significant changes
v 2.5.0
released 2026-05-29, including:
- new Feature: Moved targets from .net 6/8 to 8/10
v 2.4.8
released 2026-04-13, including:
- moved shared instance - property for the SmartSingleton from outside into the class itself (more correct location)
v 2.4.7
released 2025-09-23, including:
- SmartStandards.Logging.tt V 2.2.1
v 2.4.6
released 2025-06-27, including:
- Fix: Exception when accessing context.Features
v 2.4.5
released 2025-06-27, including:
- Fixed constellations when cContextAdaper for Asp.netCoreWebApi is used after Request-loop has finished (disposed Feature-Collection in HttpContext) and made it more Robust
v 2.4.4
released 2025-05-30, including:
- Removed .NET 4.6-Targets and enabled .NET 8.0-Targets (while switching build-runner from Win-2019 to WIN-2022)
v 2.4.3
released 2025-04-15, including:
- Added T4 Template for SmartStandards.Logging
v 2.4.2
released 2025-04-01, including:
- AssemblyInfo.cs entfernt
v 2.4.1
released 2025-04-01, including:
- Fehler in Solution-Struktur behoben
- Update auf MS-Test 3.0.4
v 2.4.0
released 2025-01-29, including:
- new Feature: added Target for .NET4.8.1
- new Feature: added Target for .NET8
- removed Target for .NET5
v 2.3.0
(reverted)
v 2.2.0
released 2025-01-17, including:
- new Feature: added support, for null-values as regular payload for ambient-fields
v 2.1.1
released 2024-05-17, including:
- small Fix: against null-ref Exception when setting null as value into AmbientField.ContextAdapter property
v 2.1.0
released 2024-04-05, including:
- added helper class to build 'Scoped-Singletons' (new Feature)
v 2.0.1
released 2024-01-16, including:
- adopted small adjustments (internal naming) from Vodi
v 2.0.0
released 2023-11-26, including:
- we have made a Breaking Change by adjusting the namespace to 'DistributedDataFlow' in order with come signature changes
- added the new Feature of 'FlowingContracts' to filter the set of included data when capturing or restoring
v 1.2.0
released 2023-11-17, including:
- new Feature: added support for global endpoints (without key prefix)
v 1.1.0
released 2023-07-11, including:
- added the 'AmbientFieldAdapterMiddleware' (new Feature) (+setup extension) to configure a ASP .net core Webapi environment for appropriate usage of AmbientFields
- added the 'ExtractFlowedDataAttribute' to automatically apply incoming flowed data (from HTTP-headers) into 'AmbientFields' (new Feature)
- adjusted some small changes to the AmbientField
v 1.0.0
released 2023-07-06, including:
- added AmbienceHub in order to support Distributed Data Flow (MVP state now reached)
- Reorganized solution structure to be compliant to our standards