Skip to content

Releases: arabold/docs-mcp-server

v1.29.0

23 Nov 19:33

Choose a tag to compare

1.29.0 (2025-11-23)

Bug Fixes

  • enhance caching mechanism with structured resource storage and validation (0b48aea)
  • enhance HtmlSanitizerMiddleware with safety net for content removal (e29da93), closes #256
  • fixed issues preventing libraries from being deleted when no version exists (753e108)
  • force close all active connections on server shutdown (f893dd4)
  • improved confirmation handling for job cancellation and version deletion in Web UI (c836bcd)
  • update Dockerfile to install Chromium and cleaned up dependencies (89b7ad5)
  • update query construction in DocumentStore to use OR for terms (2440cb7)

Features

  • add Toast component for global notifications and enhance confirmation handling (0c6cb85)
  • implement LRU caching web scraper (444f2d0)
  • remove tracking images and handle missing img src attributes (332bfcd)

v1.28.0

22 Nov 20:54

Choose a tag to compare

1.28.0 (2025-11-22)

Bug Fixes

  • add JOB_LIST_CHANGE event and update event handling in PipelineManager and SSE route (0f15f4e)
  • enhance handling of quoted search strings and special characters in DocumentStore (57b7da1), closes #262
  • inject correct app version at build time (6f36709), closes #264
  • integrate superjson transformer across tRPC clients and routers (d482b87)

Features

  • implement EventBusService for event-driven architecture (7388933)
  • integrate EventBusService into PipelineClient and related commands (eb09ff1)

v1.27.1

20 Nov 18:38

Choose a tag to compare

1.27.1 (2025-11-20)

Bug Fixes

  • removed incompatible --enable-source-maps from shebang (ab443ac)

v1.27.0

15 Nov 17:34

Choose a tag to compare

1.27.0 (2025-11-15)

Bug Fixes

  • cli: update server URL in CLI commands to reflect default port (4689d5e)
  • remove: fix deletion of libraries and versions (a2f90fb), closes #257
  • scraper: enhance refresh mode handling and page processing (abda63a)
  • scraper: implement include/exclude patterns for link processing in WebScraperStrategy (91a0be3)
  • tests: correct setupFiles path in vitest configuration (5dfe222)

Features

  • add ETag and lastModified support for caching in fetchers and strategies (faa2508)
  • chunking: improved chunking strategy to favor larger chunks with better context (697d92d)
  • ci: add type checking script and tsconfig for tests (9fc6cf9)
  • enable source maps for better error reporting (90fcf1f)
  • implement refresh job functionality (ba3a72e)
  • pipeline: enhance enqueueRefreshJob to handle incomplete versions with full re-scrape (838af52)
  • refresh: improve depth handling and backfill logic in migrations (b82dc27)
  • schema: add database schema comparison tool for migration validation (e8410f3)
  • scraper: add support for legacy github-file:// URLs and mark them as NOT_FOUND (2d18b69)
  • scraper: enhance URL matching to support full URL and pathname patterns (158eda1)
  • scraper: implement efficient version refresh using ETags (93a6ee3)
  • update contentType handling across pipelines to reflect transformed formats (b915bcf)

v1.26.2

11 Oct 14:20

Choose a tag to compare

1.26.2 (2025-10-11)

Bug Fixes

  • delete pages before versions to prevent foreign key constraint failure (6defe01)

v1.26.1

04 Oct 14:40

Choose a tag to compare

1.26.1 (2025-10-04)

Bug Fixes

  • fixed issue with store path not being passed to individual CLI commands (dfa6d97)

v1.26.0

27 Sep 20:40

Choose a tag to compare

1.26.0 (2025-09-27)

Features

  • add GitHub Wiki scraping as well as blob URL support (3b48706)
  • add web app icons, manifest, and version update notifications (ffd50b4)
  • better handling of Cloudflare challenges, for example for npmjs.com (6e10590)
  • github: add support for subpath in GitHub URLs and update parsing logic (9d3b9ef), closes #238

v1.25.3

27 Sep 00:40

Choose a tag to compare

1.25.3 (2025-09-27)

Bug Fixes

  • cli: update global options handling and centralize store path resolution (a16e0ec)

v1.25.2

22 Sep 03:43

Choose a tag to compare

1.25.2 (2025-09-22)

Bug Fixes

  • middleware: add HtmlNormalizationMiddleware for URL and link normalization (30211db)

v1.25.1

22 Sep 03:23

Choose a tag to compare

1.25.1 (2025-09-22)

Bug Fixes

  • cli: fixed custom store path and telemetry configuration via environment variables (ec53cc6)