Skip to content

Releases: sagiegurari/duckscript

duckscript v0.8.19

25 May 11:30
Compare
Choose a tag to compare

Maintenance: Upgrade dependencies

duckscript v0.8.18

22 Apr 20:03
Compare
Choose a tag to compare
  • Fix: fix mv command for files when output does not exist #319 (thanks @burrbull)
  • Maintenance: Replace math evaluation crate to evalexpr
  • Fix: fix array_contains command

duckscript v0.8.17

21 Jan 17:03
Compare
Choose a tag to compare
  • Enhancement: New zip/unzip commands #294 (thanks @Red-Teapot)
  • Maintenance: Upgrade dependencies

duckscript v0.8.16

17 Oct 06:11
Compare
Choose a tag to compare

Fix: watchdog command support for unlimited retries

duckscript v0.8.15

05 Oct 12:26
Compare
Choose a tag to compare

Enhancement: Runtime - Add parser::parse_text_with_source_file #273 (thanks @coolreader18)

duckscript v0.8.14

06 Aug 17:21
Compare
Choose a tag to compare
  • Maintenance: Runtime - Update dependencies
  • Maintenance: Migrate from unmaintained ftp crate to suppaftp fork

duckscript v0.8.13

21 Jul 09:15
Compare
Choose a tag to compare
  • Enhancement: Runtime - Enable to clone duckscript context #253 (thanks waterlens)
  • Enhancement: Support both native TLS via openssl and pure rust TLS #258 (thanks @jirutka)

duckscript v0.8.12

25 May 15:44
Compare
Choose a tag to compare
  • Enhancement: Add support for stdin input passing to child process in exec, watchdog and spawn commands #247
  • Enhancement: Replace native TLS support via openssl with pure rust TLS
  • Update dependencies

duckscript v0.8.11

20 Apr 08:03
Compare
Choose a tag to compare
  • Fix: Runtime - fix control characters '' parsing and expansion #237
  • Enhancement: New get_file_size/filesize command #222
  • Enhancement: Add include hidden files option for gitignore_path_array command #236 (thanks @Blightbuster)

duckscript v0.8.10

10 Dec 14:58
Compare
Choose a tag to compare
  • New SDK and cli tls feature to enable usage without tls support (by default enabled)
  • Update dependencies