Key-value store refinements
New features (in no particular order)
- Added REST API endpoint for getting a list of all keys that exist in a given key-value store namespace.
Useful when you need to iterate over all KV pairs in a namespace. #150.
Fixed bugs
- The parsing of the YAML config file is now a bit more robust and tolerant for sections that have a header but no contents. #152.