Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
@heckj heckj released this 26 Feb 19:36

This release cleans up awkward API that's been in place since inception, avoiding conflicts with Foundation.Host and cleaning up logging output, which has become the primary flow for details in a side-band during execution in the engine. Everything is still imperative, and some updates have been made to allow for declarative structures, but the details aren't yet fixed in that respect from use, so expect there could easily be further changes in that API down the road, based on learning from attempted use.

I briefly added in CitadelSSH as an alternative command invocation process, but ran into compilation problems in some scenarios where I was pushing Swift code and compiling it on a remote machine for further invocation from a bastion host, so the code is in place, but unavailable unless Citadel is already imported.

What's Changed

  • [docs] adding more internal notes about the APIs and how things work by @heckj in #88
  • radically updating the API to resolve issues hit while developing with it by @heckj in #89
  • improving output to show time required to execute a command by @heckj in #90
  • Shelve citadel by @heckj in #91
  • Log cleanup by @heckj in #92
  • tweak logging output to include host by @heckj in #93

Full Changelog: 0.2.0...0.3.0