docs/release_notes/v1.14.5.md
This update includes bug fixes:
Outbox transactions were not respecting the metadata in the transaction request. For example, content type specified in the metadata was not being applied and the message was being sent as plain text.
Outbox transactions were not respecting metadata. Cloudevents Middleware was unable to parse the metadata, resulting in 415 error codes.
Metadata in the request was not being applied to the transaction.
Read the metadata from the request and apply them to the transaction.