Skyve 8.1.5 released
Skyve 8.1.5 introduces some small quality of life improvements in the admin module, and resolves defects around customer overriding as well various other minor fixes and improvements.
Admin
- Add option to flag records that failed to Save in Data Refresh
- Add helper methods for converting User to UserProxy and back
- Update
SelfRegistrationActivation
to work with latest Skyve version - Add option to set home module for new users in bulk user add
- Send a Communication in the
BackupJob
when there is a problem with the backup - Use a transaction in RDBMS Audit Interceptor
- Disable HTML escaping of the tag combination explanation in the admin module
Framework
- Update
AbstractActionTest
to use the MockWebContext to avoid exceptions in tests when actions use a webContext - Expand
BeanValidator
javadoc to be more detailed - Fix customer overriding bug
- Truncate bizKey values to the maximum data store length
- Update
ReportDatasetExtension
to usevalueOf
instead ofgetInteger
when coercing a String parameter back to an Integer - Fix Dynamic Domain Auditing
Notes for Upgrading
To upgrade your Skyve project to this version, change the Skyve version in your pom.xml to 8.1.5 and perform an assemble.
If you are upgrading from a version older than 8.1.3, please see the previous release notes and also apply those changes.
See the complete upgrade instructions on GitHub.