Skip to content

Commit e6f7e83

Browse files
author
a.shafie
committed
Fix Changelog.md wrong version
1 parent 7761284 commit e6f7e83

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Changelog
22

3-
## v2.2.1
3+
## v2.2.2
44

55
- **Fixed**: DI container registration now properly filters out interfaces and abstract classes during service registration. Previously, `RegisterFromAssembly()` would cause DI container errors when trying to register non-instantiable types. LiteBus message registry continues to accept all types to support polymorphic dispatch, but only concrete classes are registered with the DI container.
66

7+
## v2.2.1
8+
9+
- **Fixed**: Support for record structs as message types (commands, queries, events). Previously record structs couldn't
10+
be registered due to a type filtering condition that only allowed class types.
11+
- **Improved**: Message registration to handle all non-System types, allowing for greater flexibility in message
12+
definitions.
13+
714
## v2.2.0
815

916
- **Added**: Support for incremental registration allowing for breaking down LiteBus configuration in different parts of

0 commit comments

Comments
 (0)