Skip to content

chore(main): release 1.1.0#54

Merged
RobertLD merged 1 commit intomainfrom
release-please--branches--main--components--libscope
Mar 1, 2026
Merged

chore(main): release 1.1.0#54
RobertLD merged 1 commit intomainfrom
release-please--branches--main--components--libscope

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 1, 2026

🤖 I have created a release beep boop

1.1.0 (2026-03-01)

Features

  • add batch import with parallel processing (closes #46) (#70) (81fb08a)
  • add date range and source filters to search (closes #94) (#113) (84e1df0)
  • add delete-document and management MCP tools (closes #88, closes #93) (#107) (7254725)
  • add document update/edit capability (#108) (85dbafb)
  • add document versioning and update detection (closes #47) (#67) (31dcb85)
  • add export/backup functionality (closes #48) (#69) (902cfba)
  • add health-check MCP tool (#63) (e863254), closes #45
  • add interactive search REPL mode to CLI (closes #95) (#112) (2e1d2c7)
  • add plugin interface for custom embedding providers (closes #96) (#110) (5ce49ac)
  • add retry logic with exponential backoff for embedding providers (#66) (2843571), closes #42
  • add search result pagination (closes #49) (#68) (0b28fcf)
  • add search result scoring explanation (closes #89) (#111) (60140f5)
  • add streaming support for large document ingestion (closes #43) (#72) (a907766)
  • add structured logging throughout the application (closes #44) (#71) (83a99a1)
  • add topic deletion, rename, and browsing (closes #90) (#109) (6ce28b2)
  • configurable URL fetcher timeout and limits (closes #92) (#104) (67b9619)

Bug Fixes

  • add foreign key validation in topics and ratings (#57) (8826492), closes #37
  • add input and response validation to embedding providers (#59) (3d8e832), closes #34
  • add jitter to retry backoff and handle maxRetries=0 edge case (closes #75) (#97) (2316ecd)
  • add logging to silent catch blocks (#60) (b8932c3), closes #38
  • add SSRF protection and streaming body size limit (closes #78, closes #80) (#103) (3bb898b)
  • clamp search scores and add minRating filter to all search strategies (#55) (57ff2e6), closes #28
  • extract shared initializeApp() helper in CLI (#62) (1e83720), closes #33
  • extract shared test utilities to fixtures directory (#64) (041a638), closes #41
  • improve database connection lifecycle management (#53) (fd653e8), closes #36
  • include content_hash in export/import (closes #76) (#100) (becb535)
  • move MCP server initialization into main() with error handling (#61) (c0e4da8), closes #32
  • prevent error double-wrapping in embedding providers (#56) (ca7dab9), closes #30
  • proper count queries and safer DB type handling (closes #81, closes #82) (#105) (06f96aa)
  • provider validation, Ollama response check, test DRY, .env.example (closes #84, closes #85, closes #86, closes #91) (#98) (ab39e9d)
  • remove unused deepMerge function from config.ts (#52) (c672859), closes #39
  • replace N+1 rating subqueries with JOIN aggregation in search (#58) (5b297f5), closes #29
  • replace unsafe non-null assertions in indexing.ts (#51) (ea03fa5), closes #35
  • resolve race condition in local provider initialization (#50) (94f4190), closes #31
  • standardize error handling patterns across modules (#65) (4043378), closes #40
  • targeted vector fallback errors and LIKE escaping (closes #74, closes #79) (#102) (30151aa)
  • use atomic INSERT ON CONFLICT for topic creation (closes #77) (#99) (5430f7b)
  • wrap CLI handlers in try-finally for DB cleanup (closes #73) (#106) (7869854)

Performance Improvements

  • optimize chunk size calculation from O(n²) to O(n) (closes #83) (#101) (e05a524)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main--components--libscope branch 12 times, most recently from e8911a4 to 5f28ab6 Compare March 1, 2026 01:22
@github-actions github-actions bot changed the title chore(main): release 1.0.2 chore(main): release 1.1.0 Mar 1, 2026
@github-actions github-actions bot force-pushed the release-please--branches--main--components--libscope branch 16 times, most recently from 3b322d2 to 2615f59 Compare March 1, 2026 03:45
@github-actions github-actions bot force-pushed the release-please--branches--main--components--libscope branch 5 times, most recently from c461f03 to b28e090 Compare March 1, 2026 13:19
@github-actions github-actions bot force-pushed the release-please--branches--main--components--libscope branch from b28e090 to c5a0168 Compare March 1, 2026 13:19
@RobertLD RobertLD merged commit dbe57c0 into main Mar 1, 2026
@RobertLD RobertLD deleted the release-please--branches--main--components--libscope branch March 1, 2026 13:32
@github-actions
Copy link
Contributor Author

github-actions bot commented Mar 1, 2026

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment