You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MessageBody nows store the character encoding type (defaults to UTF8) to allow correct conversion back to a string when using Value property
Use a CharacterEncoding.Raw for binary content (will be a Base64 string for Value)
Kafka transport payload is now byte[] and not string. This prevents corruption of Kafka 'header' of 5 bytes to store schema registry when used with schema registry support
DynamoDb now uses a byte[] and not a string for the message body to prevent lossy conversions
ContentType on Header is set from Body, if not set on the Header
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Binary Serialization Fixes
Kafka Fixes
New Transforms
🐛 Bug Fixes
🛠️ Dependencies
This discussion was created from the release 9.4.0-beta.3.
Beta Was this translation helpful? Give feedback.
All reactions