Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 1.42 KB

File metadata and controls

59 lines (33 loc) · 1.42 KB

Change Log

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.PGMQ

  • Add support for :head FIFO message grouping

Breaking Changes

  • EctoPGMQ.send_messages/4 now returns a map of queues and message IDs

  • The :group key has been removed from the EctoPGMQ.Message schema

  • The t:EctoPGMQ.Message.message/0 type has replaced the old :spec record

  • The EctoPGMQ.Throttle schema no longer has a source and, therefore, can no longer be manipulated via Ecto.Repo functions (see EctoPGMQ.Throttle.query/0).

  • EctoPGMQ now 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

  • EctoPGMQ now requires PGMQ v1.10.0

Links

[1.0.0] - 2026-01-29

Changed

  • Initial implementation

Links