Skip to content

Vertopal CLI v2.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Nov 08:03
v2.2.0
1dee702

✨ Added

  • New API exceptions (TooManyRequestsError, FreeAppLimitedError, DisabledForFreeAppError, WrongFormatStructureError, InvalidFormatError).
  • Public Config class with support for in-memory runtime overrides (update, clear_overrides, get).
  • Masking of sensitive values (e.g., API tokens) in string representations.
  • Exposed Config at the top-level package for external usage.

🐛 Fixed

  • Improved _ChunkedFileWrapper to rewind file streams before upload, preventing EMPTY_FILE errors and truncated uploads. Added __len__, __iter__, and __next__ methods for better streaming client compatibility and chunk iteration.
  • Improved JSON response detection in vertopal.api.interface._Interface.send_request
    to correctly handle Content-Type headers with parameters (e.g. application/json; charset=utf-8).

Full Changelog: v2.1.0...v2.2.0