Skip to content

Commit e5f900a

Browse files
Release 2026-04-06 (#324)
* release_2026-04-06 * Updated changelog
1 parent f26f194 commit e5f900a

3 files changed

Lines changed: 6 additions & 12 deletions

File tree

.autover/changes/8182ce75-83d8-465c-b65c-d29f7b731729.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Release 2026-04-06
2+
3+
### AWS.Messaging (1.3.0)
4+
* Added ISerializationCallback<T> generic interface for type-specific serialization callbacks. Callbacks registered via AddSerializationCallback<TCallback, TMessage>() are only invoked when the message type matches, providing direct typed access to the message payload with zero casting. Also fixed ArgumentNullException constructor usage in EnvelopeSerializer.
5+
16
## Release 2026-03-31
27

38
### AWS.Messaging (1.2.0)

src/AWS.Messaging/AWS.Messaging.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<NoWarn>CS1591</NoWarn>
1919
<SignAssembly>true</SignAssembly>
2020
<AssemblyOriginatorKeyFile>..\..\public.snk</AssemblyOriginatorKeyFile>
21-
<Version>1.2.0</Version>
21+
<Version>1.3.0</Version>
2222
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2323
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2424
<IncludeSymbols>true</IncludeSymbols>

0 commit comments

Comments
 (0)