Releases: kabirbaidhya/pglistend
Releases · kabirbaidhya/pglistend
v0.2.1-0
v0.2.0-0
- 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 anddeep-assign
package
v0.1.0-0
- Configure systemd unit file to run after postgresql service
- Use
debounce
andthrottle
util functions fromlodash
- 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
v0.0.5-0
- Proceed even if
npm list
exits with non-zero code - Use connection pool for querying
- Make
nodemon
lint as well
v0.0.4-0
- Bind helper functions for to allow performing custom actions in the callbacks
- Add tutorials
v0.0.3-0
- 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
- Add Daemon setup script
- Add instructions to README
v0.0.1-0
Initial Pre-release