Skip to content

v0.7.0

Compare
Choose a tag to compare
@adammoody adammoody released this 16 Mar 18:35
· 28 commits to main since this release

New features:

  • Disable copying to a temporary file by default. The temporary file can be enabled by setting export AXL_USE_EXTENSION=1 in the environment before calling AXL_Init or by setting USE_EXTENSION=1 in a call to AXL_Config. For details, see #127
  • Increase buffer size for copying files from 1MB to 32MB.