Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Release Date
2020-11-26
Release Highlights
Added
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.
Dashboard
PANINT-8676 Pi Analytics is now referred to as pi Predict in all user visible text.
Dashboard
PANINT-8676 A ‘Reset All Category’ filters button has been added to the navigation bar. The Category Object reset button has been removed with this release. The ‘Reset All Category’ filter button will reset:
• Category Objects to default values
• Parent filters to none
• Temporary filters to none
• Drilldowns to the top level
Dashboard
PANINT-7303 Dimension Subtotal Breaks. This functionality creates a sub total at each break in items in a Dimension. This works by sorting the data in a dimension into ascending order (although the sort order can be changed on the Sorting tab) and a sub total is then added at each change in data.
Dashboard
PANINT-8653 Dynamo DB Connector
To use this connection, you will need:
To specify the AWS region that you want to connect to
AWS credentials
Access key ID (for connecting to the Dynamo DB service) – entered as your Username
Secret access key (corresponding to your access key ID) – entered as your Password
A Product Licence will be required for the connector, which can be obtained from https://www.simba.com/product/amazon-dynamodb-drivers-with-sql-connector/
Info |
---|
The licence file needs to be added in the jdbc_drivers folder (Dashboard/tomcat-custom/jdbc_drivers/) |
Changed
PANINT-8884
Dashboard
PANINT-8771 When users have changed one of our default themes, during an installation the following will happen:
Windows – a backup is taken of the themes folder before an upgrade. Users will be able to retrieve a modified piTheme from the backup folder if they made changes to it
Linux – when upgrading, only user created themes will be copied into the new dashboard
Docker – when upgrading, all piThemes will be overwritten
PANINT-8389