Releases: grails-plugins/grails-audit-logging-plugin
Releases · grails-plugins/grails-audit-logging-plugin
6.0.0-M4
What's Changed
- Get timestamp Class using PersistentEntity rather than MetaClass by @alanwilkie-finocomp in #218
- Transaction synchronization by @felixscheinost in #212
- Fix createdBy and lastUpdatedBy was not write to domain correctly on … by @xqliu in #225
- Issue 229 Update accessing config to use non-depricated methods by @ZenHarbinger in #230
- fix config read in Grails 4 by @robertoschwald in #233
- add flake by @robertoschwald in #234
- initial updates for Grails 7 by @jamesfredley in #235
- Updating build process by @jdaugherty in #236
- more updates for grails 7 by @jdaugherty in #238
- Grails 7 clean up by @jdaugherty in #239
- Build & Release process cleanup by @jdaugherty in #240
- comment out mavenLocal(), move to last and add comment about commits by @jamesfredley in #241
- [skip ci] pre-release by @jdaugherty in #242
New Contributors
- @alanwilkie-finocomp made their first contribution in #218
- @xqliu made their first contribution in #225
- @ZenHarbinger made their first contribution in #230
- @jamesfredley made their first contribution in #235
Full Changelog: 4.0.3_RELEASE...v6.0.0-M4
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