Skip to content

1.1.0

Compare
Choose a tag to compare
@rjrudin rjrudin released this 02 Oct 20:08
· 14 commits to main since this release
6257b6c

This minor release provides the following enhancements and fixes:

  1. The import-files, import-archive-files, export-files, and export-archive-files all support a new --streaming option that ensures files and documents from MarkLogic are never read into memory. This is intended to be used when importing or exporting large binary files that either Flux and/or MarkLogic cannot read into memory. Please see the user guide for more details - you can search on "streaming" to find the relevant sections.
  2. Commands that export data to files now default to a save mode of append instead of overwrite.
  3. All commands that import files now support filenames with spaces in them.

For users running Flux on Linux - please use the 1.1.1 release as this fixes a logging configuration issue that only occurs on Linux.