Skip to content

v1.6.8

Latest

Choose a tag to compare

@larryrider larryrider released this 17 Aug 10:01
a001ce8

Available through npm:
npm i -g @internxt/cli

What's New:

New Features

  • Added an --overwrite flag to upload-file command, letting you replace an existing file in the destination folder.
  • Added ETag support to the WebDAV server (GET, HEAD, PUT and PROPFIND requests), improving compatibility with WebDAV clients that rely on ETags for caching and conflict detection.

Improvements

  • Auth credentials are now preserved when a token refresh fails with a retryable error, avoiding unnecessary logouts.
  • Optimized WebDAV file replacement writes for better performance.
  • Optimized file uploads when streaming from disk, reducing memory usage for large files.
  • Improved database performance with some database tweaks.
  • Error responses now include more detailed messages and status codes from the API.
  • Improved UUID validation consistency across commands.

Fixes

  • Fixed file downloads to use the correct bucket from the drive file item.
  • Removed the --host flag from login and updated SSO login to use the default IP.
  • Codespace cleanup to remove unused features