Skip to content

Releases: symentis/grails-audit-logging-plugin

4.0.3_RELEASE

03 Feb 15:56
Compare
Choose a tag to compare
  • #213 Fix nested withoutAuditLog calls

4.0.2_RELEASE

19 Jan 08:45
Compare
Choose a tag to compare
  • Fix #210 Add support for non-Date dateCreated/lastUpdated types
  • Fix #203 Prevent exception if AuditRequestResolverBean is not initialized (e.g. in tests)

4.0.1_RELEASE

16 May 08:09
Compare
Choose a tag to compare
  • fixed validation error ( #189 )

#175 Temporary workaround for TransactionRequired

16 May 17:00
Compare
Choose a tag to compare
  • #175 Temporary workaround for TransactionRequired. This spawns own transaction for now.

4.0.0_RELEASE

16 May 08:08
Compare
Choose a tag to compare
  • first Grails 4.0.x version

getOriginalValue() support and critical composite ID fix.

02 Oct 06:57
Compare
Choose a tag to compare
  • 3.0.5
    ** Add support for getOriginalValue() using config parameter.
    ** Fix #193 StackOverflow with composite ID and Auditable

Fixes for MongoDB

29 Jan 16:19
Compare
Choose a tag to compare
  • 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

23 Dec 12:00
Compare
Choose a tag to compare

Fix #174 Merge default config before application ctx is refreshed

Critical Fix for Projects not using Spring Security Core

07 Aug 16:46
Compare
Choose a tag to compare
  • Due to a side effect, the plugin crashed if project does not use SpringSecurityCore (#169)
  • Fixed AuditLogController

3.0.0_RELEASE

27 Jul 15:14
Compare
Choose a tag to compare
  • Grails 3.3.x compatible version
  • Major rewrite of plugin to be trait based
  • Removed support for handler callbacks
  • Consolidated and cleaned up configuration
  • Added AuditLogContext to allow configuration overrides at the block level
  • Special thanks to @longwa and @satamas for their great work.