Skip to content

Commit

Permalink
Update release_notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iancooper authored Jan 6, 2023
1 parent 5b137bc commit e46524b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ This section lists features in master, available by [AppVeyor](https://ci.appvey

## Master ##

## 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

* 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)


## Release 9.3.6 ##

- Set correct partition key (kafka key) for Kafka messages
Expand Down

0 comments on commit e46524b

Please sign in to comment.