Skip to content

0.6.0

Compare
Choose a tag to compare
@cloudnull cloudnull released this 23 May 04:40
· 350 commits to main since this release
7e70a1f

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.

star-trek-TNG-data-Geordi-glasses-1387804097I

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.