All notable changes to this project will be documented in this file.
[2.0.0] - 2026-07-15
Changed
Add support for topic-based message routing (see Message Routing)
Add support for new PGMQ metadata "getter" functions to
EctoPGMQ.PGMQAdd support for
:headFIFO message grouping
Breaking Changes
EctoPGMQ.send_messages/4now returns a map of queues and message IDsThe
:groupkey has been removed from theEctoPGMQ.MessageschemaThe
EctoPGMQ.Message.message/0type has replaced the old:specrecordThe
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
Links
[1.1.0] - 2026-02-03
Changed
- Add support for features introduced in PGMQ v1.10.0
Breaking Changes
EctoPGMQnow requires PGMQ v1.10.0
Links
[1.0.0] - 2026-01-29
Changed
- Initial implementation