- Fix issue #7: sometimes, under unclear circumstances, rendering failed with an error
NodeOperationError: Unknown input file type
. Thanks to @JV300381 for reporting the issue and helping confirm that it was solved!
- Fix issue #4: if the template binary file had been stored to disk by N8N (as opposed to keeping it in memory), the Render operation would fail with the error
ERROR: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received an instance of Promise
. This was due to a breaking change in N8N v1.9.0. Thanks to @altvk88 for reporting the issue and helping diagnose it!
- Add the ability to set render options. Thanks, @mrtnblv!
- Add docs suggesting alternative for PDF rendering when running N8N on Docker (i.e. Gotenberg)
- Initial release