Skip to content

Conversation

@mergify
Copy link

@mergify mergify bot commented Jan 31, 2023

This is an automatic backport of pull request #7001 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

* Mark AMQP 1.0 properties chunk as binary

It is marked as an UTF8 string, which is not, so
strict AMQP 1.0 codecs can fail.

* Re-use AMQP 1.0 binary chunks if available

Instead of converting from AMQP 091 back to AMQP 1.0.
This is for AMQP 1.0 properties, application properties,
and message annotations.

* Test AMQP 1.0 binary chunk reuse

* Support AMQP 1.0 multi-value body better

In the rabbit_msg_record module, mostly. Before this commit,
only one Data section was supported. Now multiple Data sections,
multiple Sequence sections, and an AMQP value section are supported.

* Add test for non-single-data-section AMQP 1.0 message

* Squash some Dialyzer warnings

* Silent dialyzer for a function for now

* Fix type declaration, use type, not atom

* Address review comments

(cherry picked from commit 1425e5c)
@acogoluegnes acogoluegnes merged commit 8b70d76 into v3.11.x Jan 31, 2023
@acogoluegnes acogoluegnes deleted the mergify/bp/v3.11.x/pr-7001 branch January 31, 2023 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants