Skip to content

Releases: grails-plugins/grails-audit-logging-plugin

6.0.0-M4

24 Dec 02:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.3_RELEASE...v6.0.0-M4

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