Skip to content

0.16.0 - Obsolete

Compare
Choose a tag to compare
@antublue antublue released this 22 Dec 06:06
· 19 commits to main since this release

New

  • Add BASIC authentication support to for password protected remote extensions
    • pipeliner.extension.username: my-username
    • pipeliner.extension.password: my-password

Changed

  • Changed configuration value to mask properties when executing a run command
    • pipeliner.mask.properties: true
  • Changed code to use buffered input/output streams for IO performance
  • Changed code from using Apache commons-compress to use forked jtar code for tar.gz extensions to reduce jar size