Skip to content

Releases: marcwittke/Backend.Fx

v7.1.3

22 Sep 06:32
14224bb
Compare
Choose a tag to compare

Fix InMemoryMessageBusChannel

Messages that are published while awaiting previous ones, will be awaited as well.
This makes sure there are no queued messages left in the channel.

v7.1.1

18 Aug 06:52
Compare
Choose a tag to compare

Improve InMemoryMessageBus to add capabillities for multi application scenarios.

v7.0.6

14 Jul 15:42
51e5a16
Compare
Choose a tag to compare

SequenceIdGenerator added

v7.0.5

14 Jul 15:30
51e5a16
Compare
Choose a tag to compare

fix sequence injection, added a simple sequence id generator

Hotfix 7.0.4

12 Jul 13:27
51e5a16
Compare
Choose a tag to compare
Hotfix/7.0.4 (#110)

* db conn aclaration

* exception logging & builder

* docs

* wait for data generation

* currentHolder with initial ctor

* xmldocs

* wait for default tenant

* xmldocs

* formatting

* logging improved

* xmldocs

* xmldocs

* method detection standardized

* xmldocs

* method detections

* xmldocs

* description and min version

* fix logging of errors array

* cherrypick-errors fixed

* dependency fix

* test fix

* correlation holder is injected, must not contain more public ctors

* build triggers adapted

* master -> main

7.0.0

13 Feb 00:58
433e5ed
Compare
Choose a tag to compare
7.0.0 Pre-release
Pre-release
Release/7.0.0 (#103)

* Refactor: Invokers

* test coverage & fixes

* code cleanup r#
db Application as decorator
tenant default culture removed

* test coverage

* integration fixes

* message bus invocation sequentialized, waiting for app boot

* logging

* compile fix

* no exception logging or handling in invoker

* typo

* flexible MessageName vs. Event Type
Messagebus.Connect on boot

* test fixes

* test logging

* test ignored on CI pipeline

* exception handling

* Serilog Implementation

* auto registration of integration message handlers

* removed call to obsolete logger func

* sourcelink, absolete calls in tests

* Create Logger by string category tries to derive a type

* EF Core 5.0

* JetBrains.Annotations bumped

* logging bumps

v7.0.0-beta.2+14

24 Aug 15:08
89b539a
Compare
Choose a tag to compare
Invoke now allows configuration of scope before invoking the action; …

v7.0.0-beta.1+5

15 Aug 00:43
89b539a
Compare
Choose a tag to compare
Invoke now allows configuration of scope before invoking the action; …

v6.2.3+1

31 Jul 14:10
89b539a
Compare
Choose a tag to compare
Invoke now allows configuration of scope before invoking the action; …

v6.2.2+1

29 Jul 14:27
3f600c5
Compare
Choose a tag to compare
Feature/correlations (#100)

* new Correlation type with unique id per scope
* correlation id gets automatically published in integration events
* optional correlation for events outside of scopes (tenant creation)