Skip to content

bump version to 0.14.0 - #182

Open
nwaughachukwuma wants to merge 1 commit into
mainfrom
release-v0.14.0
Open

bump version to 0.14.0#182
nwaughachukwuma wants to merge 1 commit into
mainfrom
release-v0.14.0

Conversation

@nwaughachukwuma

Copy link
Copy Markdown
Collaborator

Features:

Video encoder P0 speedups across all 17 video encoders #177:

  • Frame.reformat replaces PIL.Image.resize 2.9x per-frame
  • JPEG 4:2:0 subsampling 1.7x encode ~30% smaller
  • Whisper runs concurrently with visual extraction
  • Cold-cache median win: visual-only -18% with-transcript -10%
  • Warm-cache chained -w-transcript calls drop >95%

Breaking changes (no backward-compat aliases):

  • Encoder rename: base64 -> native (audio)
  • Encoder rename: gemini -> gemini-native (audio, video, document)
  • New native video encoder (base64 video_url passthrough)
  • Custom pipelines referencing old names will raise KeyError; shipped default pipelines (fast.yaml / accurate.yaml) are unaffected.

Also: httpx declared as explicit dependency #167, auto-strategy cleanup #166, docs consolidation #170 #161, OSS-readiness scrub #175, stale artefact removal #178, CONTRIBUTING.md #176.

Features:
- --stream flag on cat for token-by-token LLM output #158
- Global --debug flag for Python + Rust tracing #168
- mm config doctor environment health check #169
- Disk-backed cache for detect_scenes + transcript_messages ~12,000x warm
- memoize_file added to auto-strategy #160
- Centralized cache/storage/db paths via pydantic-settings #163

Video encoder P0 speedups across all 17 video encoders #177:
- Frame.reformat replaces PIL.Image.resize 2.9x per-frame
- JPEG 4:2:0 subsampling 1.7x encode ~30% smaller
- Whisper runs concurrently with visual extraction
- Cold-cache median win: visual-only -18% with-transcript -10%
- Warm-cache chained -w-transcript calls drop >95%

Breaking changes (no backward-compat aliases):
- Encoder rename: base64 -> native (audio)
- Encoder rename: gemini -> gemini-native (audio, video, document)
- New native video encoder (base64 video_url passthrough)
- Custom pipelines referencing old names will raise KeyError; shipped
  default pipelines (fast.yaml / accurate.yaml) are unaffected.

Also: httpx declared as explicit dependency #167, auto-strategy
cleanup #166, docs consolidation #170 #161, OSS-readiness
scrub #175, stale artefact removal #178, CONTRIBUTING.md #176.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request bumps the project version from 0.13.2 to 0.14.0 across Cargo.toml, Cargo.lock, pyproject.toml, and uv.lock, and updates the CHANGELOG.md to document the release notes for version 0.14.0. I have no feedback to provide as there are no review comments.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@nwaughachukwuma
nwaughachukwuma requested a review from spillai July 15, 2026 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant