Releases: TWCable/grabbit
Releases · TWCable/grabbit
v5.0.1
- Adds feature that provides a way to delete JcrJobRepository that is older than X hours from "now"
- The API is : POST /grabbit/jobrepository/clean --data hours=X
v5.0.0
- Added transaction support
- New resource modeling, with new RESTful endpoints
- Some misc refactoring
- Additional specifications for missing code coverage
v4.1.1
- Fixed concurrency issues with the Workflow Manager. Miscellaneous Workflow Manager refactoring
- Trivial README updates
v4.1.0
- Job paths are now validated as to not write 'dirty data'
- Small performance improvements
- Improved shell
- Small fixes
v4.0.7
- Added YAML support. Backwards compatible to existing JSON format
- Use AuthCache for Apache HttpClient to do preemptive authentication. This is a fix for #84. Preemptive authentication is required mainly for authenticating to the publisher.
v3.0.5
- Added YAML support. Backwards compatible to existing JSON format
- Use AuthCache for Apache HttpClient to do preemptive authentication
v4.0.6
- Update Grabbit 4.0.x build so that OOTB/Provided dependencies are properly excluded
v.4.0.5
- Updated README to remove instructions around workflow bundle
- Use earlier version of AEM workflow so that CI jobs can complete. Issue #63
- Removed some unnecessary files : karama.gradle, reporting.gradle
- Clarified versioning and compatibility in README
- Small changes to README
v4.0.4
- Finished implementing "delta copy" functionality
v3.0.4
- Finished implementing "delta copy" functionality