Skip to content

Latest commit

 

History

History
60 lines (30 loc) · 1.65 KB

changelog.md

File metadata and controls

60 lines (30 loc) · 1.65 KB

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 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