Skip to content

echo 1.594.0

Compare
Choose a tag to compare
@emjburns emjburns released this 13 Mar 02:15
· 803 commits to master since this release
720f514
 refactor(artifacts): Call igor instead of parsing artifacts (#484)

* refactor(artifacts): Remove jinja logic and import from kork

This creates some base classes for extracting artifacts from
messages using Jinja that will be pushed into kork, and updates
echo to use these. It also better encapsulates the dependencies
of the artifact extractors so that we only need to pass around
a factory bean rather than all of the internal dependencies.

* refactor(artifacts): Call igor instead of parsing artifacts