Releases: alexandrainst/node-red-contrib-postgresql
Releases · alexandrainst/node-red-contrib-postgresql
v0.10.1
- Add support for application_name #24
- Update dependencies
- Minor precaution checks
v0.9.0
Add node status UI indicating the number of requests
v0.8.0
- Allow complex SSL settings in JSON
- Improve Node-RED Scorecard automatic tests
v0.7.0
- Allow defining SSL/TSL settings via env
- Update dev dependencies including a security update in a dependency of mocha (nanoid)
v0.6.0
- Add support for
msg.queryParameters
for named parameters #16
- Add some Node-RED 1.0+ methods #15
- Change background colour and other minor fixes #14
v0.5.0
Add support for msg.query
dynamic SQL queries.
Updated dev dependencies.
v0.4.3
Allow dynamic PostgreSQL connection parameters through msg.pgConfig
.
Updated dev dependencies and eslint rules.
v0.3.0
- Fix env configuration type
- Required fields in config are no longer required
- Remove wonky changing of password attribute
- Remove configuration option based on context flow
- Updated dependencies
v0.2.1
Minor release for documentation.
v0.2.0
Uniformisation of content in msg.payload
.
Provide msg.pgsql
for details. And more cleaning and documentation.