Skip to content

9.4.0-beta.2: chore(deps): bump Npgsql from 7.0.0 to 7.0.1 (#2425)

Pre-release
Pre-release
Compare
Choose a tag to compare
@iancooper iancooper released this 06 Jan 22:14
· 307 commits to master since this release
5b137bc

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

New Transforms

  • Compression Transform now available to compress messages using Gzip (or Brotli or Deflate on .NET 6 or 7) #2437)

🐛 Bug Fixes

  • feat: Adds FeatureSwitchAsync attribute and handler @DevJonny (#2419)

🛠️ Dependencies