All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- AUTOTOOL-3581: Data group load fails when cli preference list-all-properties is enabled
- Update atg-shared-utilities to make use of primary admin user
- Remove auth header when making requests to port 8100 with http. The request module will properly handle the default (which might not be admin)
- More handling for race condition where updating data-group fails when it doesn't exist so it cannot be deleted
- Updated the release process documentation
- Fix race condition where updating data-group fails when it doesn't exist so it cannot be deleted
- Prevent persist from exiting early, when task is kicked off
- StorageDataGroup: Speed up persist() by removing unused write cache logic
- Always save data to data group on write in StorageDataGroup
- clearCache method
- Fix some security concerns with temporary file usage in StorageDataGroup
- Add StorageJsonFile storage backend to persist on disk using JSON
- Fix collisions with multiple, concurrent data group writes
- AUTOTOOL-2138: Data store initialization can fail from race condition
- AUTOTOOL-638: (GitHub Issue 122) Data store interactions cause errors in mcpd log
Initial release.