Skip to content

Directord 0.9.0

Compare
Choose a tag to compare
@cloudnull cloudnull released this 04 Sep 01:47
· 265 commits to main since this release
f7c4d28

Directord is now more capable, efficient, and faster that ever before.

0f2a0d637752591801ee57e26a89a4cc


Directord is able to connect and operate in FIPS enabled environments.

  • libssh2 in our bootstrap process was removed in-favor of libssh.

The user experienced has also been overhauled to provide more useful information at a glance.

  • Improved manage commands
  • easier to understand logging
  • faster information access, even when sorting hundreds of thousands of tasks

In terms of operations, client side logging has been made more robust.

  • You can now enable debug and understand most all interactions and follow a process linearly.

Client side execution has also been made massively more efficient.

  • No more managers
  • Simplified threading
  • Intelligent class based locking.

A lot more testing. With the implementation of ASYNC we've added tests to ensure systems work as expected

  • Async query tests
  • Async race condition tests
  • Async caching tests

The comparative analysis tests have also been updated to now show orchestrations with async enabled.