Skip to content

Release v1.2.0

Latest

Choose a tag to compare

@AndreiDrang AndreiDrang released this 13 Jan 23:41
· 13 commits to release since this release
d4b3f65

Changelog

[1.2.0] - 2026-01-14

Added

  • Full migration to uv for faster, more reliable dependency management and environment isolation
  • Comprehensive unit test coverage for the Control class with mocked network interactions

Changed

  • Modernized Makefile with consolidated PHONY targets and automated environment synchronization
  • Upgraded all GitHub Actions workflows to use astral-sh/setup-uv and native uv caching

Optimized

  • Improved ImageToTextTask resolution by implementing immediate result handling, eliminating redundant API calls

Fixed

  • Fixed several type safety issues in serializer.py, image_to_text.py, and core instruments
  • Fixed implicit None returns in async file processing

What's Changed

Full Changelog: v1.1.0...v1.2.0