Releases: mendix/AuditTrailModule
Mendix 9 ready
- Updated Mendix framework to 8.12.0, which is Mendix 9 compatible;
- Removed/rewrote deprecated code;
- Updated format string widget to be compatible with Mendix 8 and 9 (Ticket 108303);
- Using Atlas UI is now mandatory.
NPE begone!
Module configuration is now done through constants with the same name as each of the attributes in the Configuration non-persistable entity. Note that this entity has since been removed. The effects of each constant is equal to that of the original NPE attribute. This allows maintaining the same functionality over reinstalls or upgrades of this module. (Ticket 82048)
Fix NullPointerException when there is no admin account in the database when logging a system action. In these scenarios, we log the action as performed by “[unknown]“. (Ticket 77281)
Improved reference logs
Audit Trail now logs references and reference sets differently from regular attributes. Each referenced object is logged indicating if it has been added, deleted or unchanged with all of its primitive members. Displaying changes of references will now display this structured representation for new logs.
Old logs containing references (those that are purely textual) remain untouched.
7.4.0
App Store release v7.3.0
Removed usages of deprecated APIs.
App Store release v7.2.0
Added a fix to correctly handle the Reference Set the Mendix runtime returns.
App Store release v7.1.0
Fixed issue with calculated attributes in combination with the context of the current user.