9.4.0-beta.2: chore(deps): bump Npgsql from 7.0.0 to 7.0.1 (#2425)
Pre-release
Pre-release
iancooper
released this
06 Jan 22:14
·
343 commits
to master
since this release
Binary Serialization Fixes
- 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
- Add ReplyTo header for reply in kafka transport @iqbal-ideagen (#2457)
New Transforms
- Compression Transform now available to compress messages using Gzip (or Brotli or Deflate on .NET 6 or 7) #2437)
🐛 Bug Fixes
🛠️ Dependencies
- chore(deps): bump Npgsql from 7.0.0 to 7.0.1 @dependabot (#2425)