Releases: ist-dresden/composum-nodes
Composum Nodes 4.3.4
An Apache Sling based platform - a 'Swiss Knife' for the content repository
This release adds a new tab in the browser that allows editing Sling Context Aware Configurations:
Second, it includes our first AI feature : JCR queries can be generated via AI using the OpenAI API. That does need an OpenAI API key configured in the Composum Nodes AI Service Configuration or the environment variable OPENAI_API_KEY, though; access to gpt-4 / gpt-4-turbo-preview is recommended. It is also possible to use Anthropic Claude.
For instructions and more information take a look to the Homepage.
The 4.x release branch is the branch currently under development that is aimed at compatibility from Sling 12 version; it's also compatible with AEM 6.5.x and AEMaaCS. All new features and changes are implemented here.
Download (Maven Central)
- Composum Nodes Package
- Nodes AEM Package
- Nodes Commons bundle
- Nodes 'jslibs' bundle
- Nodes Console bundle
- Package Manager bundle
- User Management bundle
What's Changed
- solves #314: Use correct comparison of the selector and class by @royteeuwen in #315
- closes #316 return all restrictions if there are multiple restrictions by @stoerr in #317
- #318 Browser Extension: Sling Context Aware Configuration by @stoerr in #319
- Generate JCR queries with AI by @stoerr in #321 #326
- re #323 remove guava because that's not contained in Sling 12 anymore. by @stoerr in #324
- Bugfixes for context aware configuration display by @stoerr in #325
- Bugfix/caconfigfixes by @stoerr in #327
Full Changelog: composum-nodes-4.3.3...composum-nodes-4.3.4
Composum Nodes 4.2.2
An Apache Sling based platform - a 'Swiss Knife' for the content repository
This release contains mostly various small improvements (see changes listed below). Special thanks to @royteeuwen for quite a number of contributions by now!
For instructions and more information take a look to the Homepage.
The 4.x release branch is the branch currently under development that is aimed at compatibility from Sling 12 version; it's also compatible with AEM 6.5.x and AEMaaCS. All new features and changes are implemented here.
Download (Maven Central)
- Composum Nodes Package
- Nodes AEM Package
- Nodes Commons bundle
- Nodes 'jslibs' bundle
- Nodes Console bundle
- Package Manager bundle
- User Management bundle
What's Changed
- Make sure we don't implement ProviderType classes by @royteeuwen in #278
- Add activate / deactivate in browser for AEM by @royteeuwen in #287
- Various fixes and small improvements
Full Changelog: composum-nodes-4.2.1...composum-nodes-4.2.2
Hint
If you get a NoClassDefFoundError for com.composum.sling.core.pckgmgr.view.PackageManagerBean in /libs/composum/nodes/pckgmgr/pckgmgr.jsp : that's due to cached compiled JSPs which can be cleared in the Felix Console at /system/console/fsclassloader .
Composum Nodes 4.2.1
An Apache Sling based platform - a 'Swiss Knife' for the content repository
For instructions and more information take a look to the Homepage.
The 4.x release branch is the branch currently under development that is aimed at compatibility from Sling 12 version; it's also compatible with AEM 6.5.x and AEMaaCS. All new features and changes are implemented here.
Download (Maven Central)
- Composum Nodes Package
- Nodes AEM Package
- Nodes Commons bundle
- Nodes 'jslibs' bundle
- Nodes Console bundle
- Package Manager bundle
- User Management bundle
What's Changed
- Bugfix/281 content packages with no version are not gracefully handled by @stoerr in #284
- Feature/package registry by @stoerr in #285
- Add activate / deactivate in browser for AEM by @royteeuwen in #287
- Feature/make pages work in aemaacs by @royteeuwen in #288
- Feature/draft packagereg no reg service by @ist-rw in #292
- Feature/fix extra actions by @royteeuwen in #294
- Add support for groovy 4.x by @royteeuwen in #297
- Improvements for package manager registry mode etc. by @stoerr in #291
- Do not XSS filter the query before execution by @stoerr in #296
- setversion Script for github actions to set the poms to a specific version by @stoerr in #300
- Release Creation Script by @stoerr in #301
- Switch develop to Release 4.x : merge release/sling-12 into develop by @stoerr in #303
- Bugfix/buildfixes by @stoerr in #305
New Contributors
- @royteeuwen made their first contribution in #276
Full Changelog: composum-nodes-4.1.0...composum-nodes-4.2.1
Hint
If you get a NoClassDefFoundError for com.composum.sling.core.pckgmgr.view.PackageManagerBean in /libs/composum/nodes/pckgmgr/pckgmgr.jsp : that's due to cached compiled JSPs which can be cleared in the Felix Console at /system/console/fsclassloader .
Composum Nodes 3.4.5
An Apache Sling based platform - a 'Swiss Knife' for the content repository
For instructions and more information take a look to the Homepage.
The 3.x release branch is a compatibility branch with backward compatibility to (Sling 11, AEM 6.0), and 3.4.5 is the last release planned for this branch. There are no new features planned in this branch; all new features and changes will go into Release 4.x and upward, except possibly bugfixes if specifically requested for this branch.
Download (Maven Central)
- Composum Nodes Package
- Nodes AEM Package
- Nodes Commons bundle
- Nodes 'jslibs' bundle
- Nodes Console bundle
- Package Manager bundle
- User Management bundle
What's Changed
- release composum-nodes-3.1.0 'merged resource view' by @ist-rw in #269
- release composum-nodes-3.2.0 by @ist-rw in #271
- release composum-nodes-3.2.1 by @ist-rw in #272
- release composum-nodes-3.2.2 by @ist-rw in #273
- release composum-nodes-3.3.0 - AEM 'Cloud' package variant by @ist-rw in #275
- release composum-nodes-3.3.1 - feature synchron to 4.0.0 - looking ahead to Sling 12... by @ist-rw in #277
- release composum-nodes-3.4.0 - refactored login / logout handling by @ist-rw in #280
- release composum-nodes-3.4.1 - POST servlet restrictions by @ist-rw in #282
- release composum-nodes-3.4.2 - AEM asset view enhancements by @ist-rw in #283
- Bugfix/281 content packages with no version are not gracefully handled by @stoerr in #284
- Feature/package registry by @stoerr in #285
- Feature/draft packagereg no reg service by @ist-rw in #292
- Improvements for package manager registry mode etc. by @stoerr in #291
- Do not XSS filter the query before execution by @stoerr in #296
- setversion Script for github actions to set the poms to a specific version by @stoerr in #300
- Release Creation Script by @stoerr in #301
Full Changelog: composum-nodes-3.4.1...composum-nodes-3.4.5