Releases: mathworks-ref-arch/matlab-rabbitmq
Releases · mathworks-ref-arch/matlab-rabbitmq
Release 0.5.0
v0.3.3
Release 0.3.3 (23th March 2023)
- Added additional
argumentsoption for queues and exchanges to allow
setting further arguments.
Release 0.3.2 (17th March 2023) - Internal Only
- Added additional configuration options for queues and exchanges. This allows
creating/working with durable or non-durable, internal or non-internal,
exclusive or non-exclusive queues and exchanges. This introduces a number of
breaking changes. If these additional configuration options are not needed,
there should simply be no need to update in which case there are no changes.
If these options are needed, configurations will have to be updated anyway to
configure them. - BREAKING CHANGES
- Requires MATLAB R2019b or newer instead of R2017b or newer.
queueNameconfiguration option/property has been removed. Instead there is
now aqueueobject withnameproperty, as well as a few new properties.exchangeconfiguration option/property is no longer just the exchange
name. Instead it is now an object withnameproperty as well as a few new
properties.
- Updated documentation format.
- Published HTML documentation on GitHub pages.