Releases: gpc/grails-audit-logging-plugin
Releases · gpc/grails-audit-logging-plugin
4.0.3_RELEASE
- #213 Fix nested withoutAuditLog calls
4.0.2_RELEASE
4.0.1_RELEASE
- fixed validation error ( #189 )
#175 Temporary workaround for TransactionRequired
- #175 Temporary workaround for TransactionRequired. This spawns own transaction for now.
4.0.0_RELEASE
- first Grails 4.0.x version
getOriginalValue() support and critical composite ID fix.
- 3.0.5
** Add support for getOriginalValue() using config parameter.
** Fix #193 StackOverflow with composite ID and Auditable
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