Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Release Date
2020-11-26
Release Highlights
Variables
PANINT-6499 - Variables can now be flagged as secure and used for database username and password. Secure variables will not work in locations other than those. Use of secure variables for database username and/or password will disable any connection pooling for that connection. To improve security and facilitate a smooth upgrade any global variables used in data connection usernames will be upgraded to secure variables.
See HERE for a quick video explaining this further. We’ve also updated our LINK section of the Knowledge Base to reflect this change too.
PANINT-8780 Added a docker health check to the all in one docker container and each individual container, except the database container. The health check checks the relevant process and the “/version” endpoint to report if the service is up and OK. Running docker ps
will give a list of running containers, showing their health. Running docker inspect <container_id>
will provide further information on the container health.
Dashboard
PANINT - 8731 Currently the size of text in Card chart types changes depending on the size of the cell. There is now an option to turn on/off auto scale. Turning this option on will scale the content to fit the size of the chart, any sizes defined on the card chart (text size, custom HTML style sizes) will be proportional to the chart cell size.