Skip to content

Release 1.10.52

Choose a tag to compare

@jlangch jlangch released this 09 Nov 20:04
· 4716 commits to master since this release

[1.10.52] - 2023-11-09

Added

  • support for Docker ArangoDB dump & restore in the :cargo-arangodb module
  • support for copying Docker ArangoDB dumps to/from the local file system
  • support for 'docker/exec' detached/non detached (async/sync) mode
  • module :zipvault to create AES-256 encrypted and password protected zip files
    that can be opened by most unzip/uncompress tools on MacOS, Linux, or Windows

Fixed

  • Fixed 'docker/exec' function. The docker tool expects the exec command and
    its args as individual arguments: docker exec 0286eb877a91 ls /var/lib.
    Passing "ls /var/lib" is not accepted.
  • option processing in 'io/file-out-stream' function