v0.31.0 Temporary Secret node
What's Changed
Checks if the node is a leaf and a temporary secret. if it is, replaces the leaf node with a TemporaryLeafNode that can only be accessed a limited number of times. After the limited number of times, the value is released to be GC'ed. #197
Move ConfigNode processing to a new ConfigNodeProcessorService.
Order Config Node Processors.
Breaking changes
Add a service interface for ObservationService and ResultProcessorService, so users can implement their own if they wish.
This is a Breaking change for the GestaltBuilder. It should impact very few people as i dont really expect many people to provide their own ObservationService, or ResultProcessorService and if they do it is an easy change.
Full Changelog: v0.30.0...v0.31.0