Skip to content

Releases: ckrough/retriever

v1.5.0

04 Apr 23:12

Choose a tag to compare

v1.5.0 (2026-04-04)

This release is published under the MIT License.

Features

  • Extract frontend to stacker portal repo (dde07d4)

Detailed Changes: v1.4.0...v1.5.0

v1.4.0

19 Mar 12:39

Choose a tag to compare

v1.4.0 (2026-03-19)

This release is published under the MIT License.

Bug Fixes

  • HIG/brand remediation — accessibility, dark theme contrast, UX polish (99a315c)

Features

  • Portal foundation — theming engine, shell components, route migration (ffd7b36)

Detailed Changes: v1.3.0...v1.4.0

v1.3.0

16 Mar 23:13

Choose a tag to compare

v1.3.0 (2026-03-16)

This release is published under the MIT License.

Chores

  • Add easyocr dependency for Docling PDF OCR (#23, f16b724)

  • Update GitHub Actions to Node.js 24-compatible versions (#23, f16b724)

Features

  • Replace custom parser+chunker with Docling for multi-format document processing (#23, f16b724)

Detailed Changes: v1.2.0...v1.3.0

v1.2.0

16 Mar 17:23

Choose a tag to compare

v1.2.0 (2026-03-16)

This release is published under the MIT License.

Bug Fixes

  • Add OTLP endpoint to pydantic settings to unblock Jaeger tracing (#22, fc25d0f)

  • Add PUBLIC_* env vars to CI frontend jobs (#22, fc25d0f)

  • Resolve review findings — OTLP dep, auth caching, JWT validation, CI hardening (#22, fc25d0f)

Documentation

  • Add Google Cloud Run deployment guide (#18, 317079d)

  • Add pre-PR testing script for stack migration verification (#22, fc25d0f)

  • Update documentation for new stack architecture (#22, fc25d0f)

Features

  • Add backend Python project skeleton (Phase 1) (#22, fc25d0f)

  • Add CI/CD, dev workflow, and docs cleanup (Phase 9) (#22, fc25d0f)

  • Add database layer with pgvector and Alembic migrations (Phase 3) (#22, fc25d0f)

  • Add JWKS-based auth module (Phase 4) (#22, fc25d0f)

  • Add LLM Gateway module (Phase 5) (#22, fc25d0f)

  • Add observability stack (Phase 6) (#22, fc25d0f)

  • Add RAG pipeline port (Phase 7) (#22, fc25d0f)

  • Add SvelteKit features — auth, chat, admin, docs (Phase 8) (#22, fc25d0f)

  • Add SvelteKit frontend skeleton (Phase 2) (#22, fc25d0f)

  • Complete stack migration — FastAPI + SvelteKit + pgvector + Supabase Auth (#22, fc25d0f)

  • Remove legacy monolith and consolidate to new stack (Phase 10) (#22, fc25d0f)

Testing

  • Add automated integration tests for backend API verification (#22, fc25d0f)

Detailed Changes: v1.1.0...v1.2.0

v1.1.0

27 Dec 21:40

Choose a tag to compare

v1.1.0 (2025-12-27)

This release is published under the MIT License.

Bug Fixes

  • Add missing documents module to git (#16, b38b865)

Features

  • Add document management via admin web interface (#16, b38b865)

Testing

  • Add comprehensive tests for documents module (#16, b38b865)

Detailed Changes: v1.0.0...v1.1.0

v1.0.0

27 Dec 19:56

Choose a tag to compare

v1.0.0 (2025-12-27)

This release is published under the MIT License.

  • Initial Release