Skip to content

Key-value store refinements

Compare
Choose a tag to compare
@mountaindude mountaindude released this 12 Apr 11:46
· 1594 commits to master since this release
1bcfd8d

New features (in no particular order)

  1. 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

  1. 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.