Skip to content

Releases: symentis/grails-audit-logging-plugin

Truncate support is back

08 Jun 11:20
Compare
Choose a tag to compare
  • fix #142 Truncate support was not available for the 2.x version until now.
  • TRUNCATE_LENGTH config parameter renamed to 'truncateLength'
  • fixed verbose default value documentation (Thanks to Matthew Moss)
  • fix #138 #139 whitelist support using 'auditableProperties' in 2.x (Backport from 1.x branch)

Maintenance release

04 Jun 13:48
Compare
Choose a tag to compare

** 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

19 Apr 11:34
Compare
Choose a tag to compare
  • implements #113 Whitelist properties instead of blacklist. Thanks to Paul Taylor.

Enhancements to Grails 2.x line

12 Apr 04:57
Compare
Choose a tag to compare
  • #133 preDelete is not Stampable (backport from master).
  • #135 audit_trail table not created in MySQL for large columns (backport from master).
  • Respect auditable.ignore property list for insert and delete operations.
  • Small code improvements

Stamp Field Config and fixes

20 Mar 09:26
Compare
Choose a tag to compare
  • 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.

Fix Hibernate Stamping

02 Feb 07:57
Compare
Choose a tag to compare
  • #129 Fixed issue with Hibernate stamping. Stamping was ignored with dynamicUpdate = true and stamping was ignored on cascading saves.
  • #130 fixed docs for verbose mode

Many-To-Many logging

12 Nov 17:16
Compare
Choose a tag to compare
  • Fixes #127 Audit for many-to-many collections
  • Fixes #118 Print error message if audit domain artifact is not set up
  • Fixes #123 added AuditTrailsController sample with some filter criterias

Many-To-Many support (Grails 2.x)

12 Nov 19:18
Compare
Choose a tag to compare

replacementPattern fix, clean build

04 Feb 10:20
Compare
Choose a tag to compare
  • fixes #116 #117
  • For now, please use list of maps for replacementPatterns, like [[name: "my.sample.package.", value:""]]

First Grails 3.x plugin version

29 Dec 18:01
Compare
Choose a tag to compare
  • Support for audit-quickstart command
  • Published to bintray