Skip to content

v3.0.9

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Sep 00:26

What's Changed

  • fix(cla): store signatures off master, where a bot can write them by @Mikhus in #29

Full Changelog: v3.0.8...v3.0.9

About

@imqueue/pg-pubsub provides reliable PostgreSQL LISTEN/NOTIFY with inter-process lock support: a single logical subscriber across many processes, so a notification is handled once per cluster rather than once per process, with automatic reconnection. Usable independently of the rest of @imqueue.