Releases: grails-plugins/grails-audit-logging-plugin
Releases · grails-plugins/grails-audit-logging-plugin
Fixes for MongoDB
- Plugin now works with MongoDB DataSources again
- Note: You must use a SQL DataSource for Audit Logs currently. See #181 for this limitation.
Fix config merge
Fix #174 Merge default config before application ctx is refreshed
Critical Fix for Projects not using Spring Security Core
- Due to a side effect, the plugin crashed if project does not use SpringSecurityCore (#169)
- Fixed AuditLogController
3.0.0_RELEASE
Truncate support is back
Maintenance release
** Only pass session to actorClosure if a session actually exists.
** Updated syncHibernateState to use correct name array
** Fix ignore list not used for insert and delete
** Fix #147 Document per-datasource auditLog.disabled config key
Whitelist feature
- implements #113 Whitelist properties instead of blacklist. Thanks to Paul Taylor.
Enhancements to Grails 2.x line
Stamp Field Config and fixes
- Added option to specify createdBy,lastUpdatedBy, dateCreated,lastUpdated fieldnames per domainclass
- Removed blank constraint for nullable stampable properties.
- Remove preDelete as stampable event, does not make sense to stamp a delete event.