Skip to content

Releases: wttech/APM

Release APM 5.0.0 RC3

15 Sep 16:00
Compare
Choose a tag to compare

Fixed

  • #262 - Excluded classes generated by lombok from javadoc task

Changed

  • #263 - Added CQ Actions bundles to APM package. Removed redundant private packages

Release APM 5.0.0 RC2

11 Sep 12:18
Compare
Choose a tag to compare

Fixed

  • #258 - Fixed actions which use @Flag annotation

Changed

  • #260 - Updated GAP to the latest version. Fixed default task to deploy packages in proper order. Changed antlr and kotlin bundles to private packages

Release APM 5.0.0 RC1

31 Aug 11:20
Compare
Choose a tag to compare
  • New grammar driven by ANTLR
    • New commands e.g. for-each, run, require
    • Multiline arrays
    • Three types of action's arguments: required, named and flags
    • Blocks of codes
  • New annotations for custom Action Mappers
    • Annotations for different types of arguments: @Required, @Named, @Flag
    • Examples of action's usage
  • Improved launchers for automatic script execution
    • Execution after package installation
    • Execution only if script has been changed
  • Improved scripts versioning
  • Introduced new structure of modules
    • Separate module for check actions (optional)

Release APM 4.3.1

20 May 15:10
e6518af
Compare
Choose a tag to compare

Release APM 4.3.0

04 Feb 14:32
9998448
Compare
Choose a tag to compare
  • Automatic history clearing service has been introduced
  • Added indices to heavily used queries in ScriptFinder

Release APM 4.2.2

15 Jul 13:45
Compare
Choose a tag to compare

Release APM 4.2.1

15 Jul 11:06
Compare
Choose a tag to compare

Release APM 3.0.5

12 Jul 13:01
Compare
Choose a tag to compare

Release APM 4.2.0

26 Jun 11:26
a9e9443
Compare
Choose a tag to compare
  • Added new syntax for creating authorizables and defining permissions:
    • previously (still valid):
      CREATE USER xxx
      FOR USER xxx
      SET PROPERTY profile/givenName 'XXX'
    • and now:
      CREATE USER xxx THEN
      SET PROPERTY profile/givenName 'XXX'
  • bugfixes

Release APM 3.2.0

04 Jun 10:16
Compare
Choose a tag to compare

Added possibility to define restrictions:

  • rep:ntItems - restriction to limit the affected ACE to nodes of the specified primary node type(s)
    DENY /content/dam TYPES [sling:Folder] [DELETE] - denies deletion of folders under dam
  • rep:itemNames - restriction for property or node names
    DENY /content/sites ITEMS [text] [MODIFY] - denies modification of property text under sites