Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.14 KB

File metadata and controls

36 lines (24 loc) · 1.14 KB

Changelog

This project adheres to Semantic Versioning.

Possible sections are:

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

[Unreleased]

Fixed:

  • avoid Z.AI OCR rate-limit failures in large batch runs by introducing OCR-specific concurrency control (--ocr-workers) and clearer HTTP 429 guidance (#7)
  • align skip and output-reuse behavior with marker-based semantics: skip only when <output>/<pdf_stem>/log.jsonl exists; otherwise refresh managed artifacts and continue processing (#11)

[0.2.0] - 2026-03-18

  • published on crates.io

Changed:

  • reduced the binary size
  • added in-memory buffering of downloaded figures
  • switched to dotenvy as a .env reader

Fixed:

  • make Regex reusable

[0.1.0] - 2026-03-16

  • initial release, basic coverage of the Z.AI GLM-OCR API