Releases: finos/waltz
Releases · finos/waltz
Feb 2016 - Release 1
- App Groups
- Notifications
- Person / Capability Scorecards
- Visio improvements
- mailto support in static panels
NOTE: ddl update required
Jan 2016 - Release 2
- static panels
- improved layout on lower resolution screens
- 'overall application rating' field added
- complexity ratings =~ log(servers) + log(flows) + #capabilities) / (worstcase)
- added costs and complexity to capability and person views
- started performance improvements for large groups
Ensure a database upgrade is performed via liquibase (xml file attached for convenience)
To support large datasets (and improve performance) ensure the jdbc url (in waltz.properties)
has the useServerPrepStmts=false
parameter.
e.g.
jdbc:mariadb://localhost:3306/waltz?useServerPrepStmts=false
Jan 2016 - Release 1
WAR File attached.
Liquibase config attached.
Example files:
- config file will need to be copied into ~/.waltz
- example liquibase batch files included
- change the username/passwords/paths as appropriate