Skip to content
This repository was archived by the owner on Dec 20, 2025. It is now read-only.

echo 1.594.0

Choose a tag to compare

@emjburns emjburns released this 13 Mar 02:15
· 840 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