Skip to content

Releases: valtech/aem-easy-content-upgrade

6.5.1

30 May 18:14
Compare
Choose a tag to compare

What's Changed

  • Store result output data in binary property in case data is too big for string property (#233)
  • Remove reindex=true property in index definition as it is not allowed (#230)
  • Documentation updates on logging
  • Documentation update on upgrade for index move

Contributors

@christinebaumann , @pcastelog
Thanks a lot!

Full Changelog: 6.5.0...6.5.1

6.5.0

07 Dec 11:44
Compare
Choose a tag to compare

What's Changed

  • Move of aecu.ui.content to /apps/settings to avoid overwrite of the configured weekly operations window (#225)
  • New filter method: filterByPropertyIsMultiple()
  • Documentation update for filter concatenation semantics with regards of AND/OR (#212)* Documentation update for re-execute logic of groovy scripts installed through InstallHook
  • Documentation update for filterWith

Contributors

@kwin, @ncautotest, @michielspiritus7

Full Changelog: 6.4.0...6.5.0

6.4.0

20 Mar 18:50
Compare
Choose a tag to compare

What's Changed

  • Resource Action: New actions to add / remove mixins (#209)
  • Fix for AEMaaCS in AecuCloudStartupService (#210)

Contributors

@rubnig, @senn

Thanks a lot!

6.3.0

23 Feb 14:20
Compare
Choose a tag to compare

What's Changed

  • Upgrade of Orbinson Groovy Console to version 19.0.3 (#205, #208)
  • New filter method: filterByNodeRootPaths() (#204)
  • AecuService: added new execute(String path, String data) method which accepts a JSON data string to be used within scipts (#204)
  • JMX: added that execute(String path, String data) method (#204)

Contributors

@royteeuwen, @DriesVanbilloen
Thanks a lot!

6.2.0

31 Jan 10:12
Compare
Choose a tag to compare
  • Use Orbinson Groovy Console instead of CID15 one

The change above requires to rename your OSGI config for Groovy Console (if existing in your project).

Old name: com.icfolson.aem.groovy.console.configuration.impl.DefaultConfigurationService.cfg.json
New name: be.orbinson.aem.groovy.console.configuration.impl.DefaultConfigurationService.cfg.json

6.1.0

05 Dec 09:21
Compare
Choose a tag to compare
  • Added history search to AEM Cloud

6.0.3

15 Jun 08:10
Compare
Choose a tag to compare
  • Improvements to cloud startup hook (190)

6.0.2

03 Jun 07:00
Compare
Choose a tag to compare

Improvements to cloud startup hook to avoid double execution and execution before Groovy Console is ready

6.0.1

19 May 13:52
Compare
Choose a tag to compare

Fixes a race condition in AEM Cloud startup hook.

6.0.0

22 Apr 06:42
Compare
Choose a tag to compare

AECU now includes a startup hook to allow automatic script execution on AEM Cloud.

  • Added startup hook for automatic script execution on AEM Cloud (171)
  • AecuService: added executeWithInstallHookHistory() method (172)
  • Binding: added "not" versions of all filters
  • Fixed issue with long installation time on 6.5 (154)