Pglistend Versions Save

pglistend - A lightweight PostgreSQL LISTEN Daemon using Node.js/Systemd

v0.2.1-0

7 years ago

v0.2.0-0

7 years ago
  • Add support for multiple databases (@sanjeevkpandit #6)
  • Extract multiple database connection configurations to separate config files (#7)
  • Fix the setup-daemon issue to create files based on the new format
  • Halt if no database connections are configured
  • Use for-of babel transform and deep-assign package

v0.1.0-0

7 years ago
  • Configure systemd unit file to run after postgresql service
  • Use debounce and throttle util functions from lodash
  • Add throttle & debounce util functions in the helper to be used in the listener scripts
  • Halt with error if no channels are configured for listening
  • Extract messages to separate file

v0.0.6-0

7 years ago

v0.0.5-0

7 years ago
  • Proceed even if npm list exits with non-zero code
  • Use connection pool for querying
  • Make nodemon lint as well

v0.0.4-0

7 years ago
  • Bind helper functions for to allow performing custom actions in the callbacks
  • Add tutorials

v0.0.3-0

7 years ago
  • Add setup-daemon command to pglisten for easy setup with just pglisten setup-daemon
  • Update the python setup script
  • Use commander instead of yargs
  • Basic wiki

v0.0.2-0

7 years ago
  • Add Daemon setup script
  • Add instructions to README

v0.0.1-0

7 years ago

Initial Pre-release