0.6.0
Directord now supports data-stores. With this release, the data storage process was moved into a plugin, making it possible to support multiple data-stores for persistence when needed.
While Directord was built to be ephemeral, multiple requests have been made to allow Directord to leverage an external data-store. With this release, the capability to use external data-stores has been developed, with the first external plugin being Redis; additional plugins are planned for future releases.
- The new CLI and configuration option
datastore
has been added using an RFC-1738 compatible string.
Additional changes have been made to clean up code, improve performance, and further enhance the user-experience.