Skip to content

Releases: kabirbaidhya/pglistend

v0.2.1-0

29 Mar 18:34
Compare
Choose a tag to compare
v0.2.1-0 Pre-release
Pre-release
  • Fix syntax error issue while running setup script with python 3.x (#9)
  • Update tutorials to reflect the new configuration format.

v0.2.0-0

05 Aug 03:41
Compare
Choose a tag to compare
v0.2.0-0 Pre-release
Pre-release
  • 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

05 Aug 03:35
Compare
Choose a tag to compare
v0.1.0-0 Pre-release
Pre-release
  • 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

11 Jul 19:25
Compare
Choose a tag to compare
v0.0.6-0 Pre-release
Pre-release
  • Allow any type of payloads for NOTIFY, not just json (#2)

v0.0.5-0

11 Jul 15:16
Compare
Choose a tag to compare
v0.0.5-0 Pre-release
Pre-release
  • Proceed even if npm list exits with non-zero code
  • Use connection pool for querying
  • Make nodemon lint as well

v0.0.4-0

05 Jul 17:41
Compare
Choose a tag to compare
v0.0.4-0 Pre-release
Pre-release
  • Bind helper functions for to allow performing custom actions in the callbacks
  • Add tutorials

v0.0.3-0

04 Jul 10:25
Compare
Choose a tag to compare
v0.0.3-0 Pre-release
Pre-release
  • 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

01 Jul 09:26
Compare
Choose a tag to compare
v0.0.2-0 Pre-release
Pre-release
  • Add Daemon setup script
  • Add instructions to README

v0.0.1-0

28 Jun 18:56
Compare
Choose a tag to compare
v0.0.1-0 Pre-release
Pre-release

Initial Pre-release