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
Kafka Fixes
Kafka now serliases the ReplyTo Header correctly
New Transforms
Compression Transform now available to compress messages using Gzip (or Brotli or Deflate on .NET 6 or 7)
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
-
Binary Serialization Fixes
Kafka Fixes
New Transforms
This discussion was created from the release 9.4.0-beta.2: chore(deps): bump Npgsql from 7.0.0 to 7.0.1 (#2425).
Beta Was this translation helpful? Give feedback.
All reactions