All notable changes to this project will be documented in this file.
-
Add support for topic-based message routing (see Message Routing)
-
Add support for new PGMQ metadata "getter" functions to
EctoPGMQ.PGMQ -
Add support for
:headFIFO message grouping
-
EctoPGMQ.send_messages/4now returns a map of queues and message IDs -
The
:groupkey has been removed from theEctoPGMQ.Messageschema -
The
t:EctoPGMQ.Message.message/0type has replaced the old:specrecord -
The
EctoPGMQ.Throttleschema no longer has a source and, therefore, can no longer be manipulated viaEcto.Repofunctions (seeEctoPGMQ.Throttle.query/0). -
EctoPGMQnow requires PGMQ v1.12.0 or higher
- Add support for features introduced in PGMQ v1.10.0
EctoPGMQnow requires PGMQ v1.10.0
- Initial implementation