This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryUpdates 🚀 New, ⚡ Improved, and 🐛 Fixed across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds Speech SDK integration as fifth built-in TTS provider Adds Speech SDK integration as fifth built-in TTS provider Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Feature | Low |
Implements detailed periodic idle status logging in compute worker Implements detailed periodic idle status logging in compute worker Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Bugfix | Medium |
Restores PDF text highlights after viewport resize events Restores PDF text highlights after viewport resize events Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Bugfix | Medium |
Prevents anonymous sessions during logout redirect flow Prevents anonymous sessions during logout redirect flow Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Refactor | Low |
Decouples database schema, migrations, initialization into @openreader/database package Decouples database schema, migrations, initialization into @openreader/database package Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Refactor | Low |
Standardizes workspace root resolution for migrations, scripts, and Docker Compose configs Standardizes workspace root resolution for migrations, scripts, and Docker Compose configs Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Refactor | Low |
Isolates compute worker with OpenAPI contract, decoupling PDF parsing/rendering and Whisper alignment from Next.js API server Isolates compute worker with OpenAPI contract, decoupling PDF parsing/rendering and Whisper alignment from Next.js API server Source: granite4.1:30b@2026-06-14-audit Confidence: low |
— |
Full changelog
✨ What's New
🚀 New
- Speech SDK Integration: Added
speech-sdkas a fifth built-in TTS provider backed by@speech-sdk/core. This enables direct connection to providers like ElevenLabs, Cartesia, Deepgram, Google, Inworld, and more using your own API credentials (resolves #117, PR #118 by @btpod). - Enhanced Worker Monitoring: Implemented detailed periodic idle status logging and reason-based activity tracking inside the compute worker to simplify troubleshooting of idle and disconnect states.
⚡ Improved
- Modular Monorepo Architecture: Decoupled the database schema, migrations, and initialization code into a separate
@openreader/databasepackage, and isolated the compute worker (packages/compute-worker) with a defined OpenAPI contract, decoupling PDF parsing/rendering and Whisper alignment from the Next.js API server bundle (PR #122). - Path Resolution & Docker Support: Standardized workspace root resolution for database migrations, bootstrap scripts, and
docstorefile storage, and added unified Docker Compose configurations (local-slim,local-full) and setup guides (resolves #120, PR #122).
🐛 Fixed
- Viewport Resize Highlight Restoration: Restored PDF text highlights dynamically after a viewport resize event, maintaining stable progress and visual positioning (resolves #119, PR #123).
- Logout Session Management: Prevented unwanted anonymous sessions from being generated during the logout redirect flow, protecting user preferences and global settings.
Full Changelog: https://github.com/richardr1126/openreader/compare/v4.2.2...v4.3.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About OpenReader
EPUB, PDF, DOCX, MD, and TXT file text to speech document reader. Read documents in realtime with high-quality TTS; or extract audiobooks.
Related context
Related tools
Beta — feedback welcome: [email protected]