Skip to content

v3.0.6

Choose a tag to compare

@github-actions github-actions released this 22 Aug 06:06
· 6 commits to master since this release

What's changed

No source changes in this release — documentation, package metadata and dependency ranges only.

  • Dropped the codebeat badge (404) and fixed the licence link, which went through the dead rawgit.com.
  • The licence badge carried alt="Coverage Status", copied from the badge above it — a screen reader announced the wrong badge entirely.
  • Added an npm-version badge.
  • repository.url used git://, which hangs since GitHub retired its git daemon.

Full Changelog: v3.0.5...v3.0.6

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.