Skip to content

v1.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Aug 13:45
· 23 commits to main since this release

What's Changed

  • chore(deps): update ruff requirement from <1,>=0.15.20 to >=0.15.21,<1 by @dependabot[bot] in #288
  • chore(deps): update fastapi requirement from <1,>=0.139.0 to >=0.139.1,<1 by @dependabot[bot] in #289
  • chore(deps): update litellm requirement from <2,>=1.91.1 to >=1.92.0,<2 by @dependabot[bot] in #290
  • docs: static Docker badge (avoid shields.io upstream rate-limit) by @smaramwbc in #291
  • chore(ci): limit Ruff to the compatible minor version by @skarL007 in #313
  • chore(ci): bump actions/setup-python from 6 to 7 by @dependabot[bot] in #303
  • chore(deps): update fastapi requirement from <1,>=0.139.1 to >=0.140.0,<1 by @dependabot[bot] in #304
  • chore(deps): update litellm requirement from <2,>=1.92.0 to >=1.93.0,<2 by @dependabot[bot] in #305
  • chore(deps): update opentelemetry-exporter-otlp requirement from <2,>=1.43.0 to >=1.44.0,<2 by @dependabot[bot] in #307
  • chore(deps): update opentelemetry-api requirement from <2,>=1.43.0 to >=1.44.0,<2 by @dependabot[bot] in #308
  • docs(deploy): clarify support pack seeding by @skarL007 in #310
  • fix(docs): parse closing ATX heading hashes by @skarL007 in #311
  • fix(preflight): add plain status output by @skarL007 in #312
  • chore(deps): update opentelemetry-sdk requirement from <2,>=1.43.0 to >=1.44.0,<2 by @dependabot[bot] in #309
  • fix(scripts): show complete version help by @skarL007 in #319
  • fix: remove unused structlog logger in backfill_subject_entities.py by @Vignesh-P-C in #320
  • chore(deps): update uvicorn requirement from <1,>=0.51.0 to >=0.52.0,<1 by @dependabot[bot] in #316
  • chore(deps): update litellm requirement from <2,>=1.93.0 to >=1.94.0,<2 by @dependabot[bot] in #318
  • chore(deps): update fastapi requirement from <1,>=0.140.0 to >=0.141.1,<1 by @dependabot[bot] in #317
  • chore(lint): pin the ruff rule set explicitly by @smaramwbc in #322
  • ci: smoke-test the container image on every PR by @smaramwbc in #323
  • chore(deps): update ruff requirement from <0.16,>=0.15.21 to >=0.16.1,<0.17 by @dependabot[bot] in #315
  • fix: move JSONResponse import to module top-level in errors.py by @Vignesh-P-C in #325
  • chore(deps): bump aiohttp from 3.14.1 to 3.14.3 by @dependabot[bot] in #324
  • fix: declare numpy and httpx as runtime dependencies by @smaramwbc in #327
  • docs: explain /tmp fallback in wait_readyz.sh by @Vignesh-P-C in #326
  • chore(deps): update uvicorn requirement from <1,>=0.52.0 to >=0.52.1,<1 by @dependabot[bot] in #328
  • chore(deps): update numpy requirement from <3,>=1.26 to >=2.4.6,<3 by @dependabot[bot] in #329
  • chore(deps): update litellm requirement from <2,>=1.94.0 to >=1.95.0,<2 by @dependabot[bot] in #330
  • Fix/seed banner alignment 302 by @Vignesh-P-C in #333
  • Update README.md by @jhuynh-devcups in #334
  • chore(deps): update alembic requirement from <2,>=1.18.5 to >=1.19.1,<2 by @dependabot[bot] in #335
  • chore(deps): update litellm requirement from <2,>=1.95.0 to >=1.96.0,<2 by @dependabot[bot] in #336
  • chore(deps): update pydantic-settings requirement from <3,>=2.14.2 to >=2.15.0,<3 by @dependabot[bot] in #337
  • chore(deps): update ruff requirement from <0.17,>=0.16.1 to >=0.16.2,<0.17 by @dependabot[bot] in #338
  • Extract shared fake DB-session test doubles to tests/_fakes.py (#299) by @Vignesh-P-C in #339
  • test: add unit tests for entity_extraction._normalize and _parse_entities by @RestuSec in #344
  • chore(deps): update sqlalchemy requirement from <3,>=2.0.51 to >=2.0.52,<3 by @dependabot[bot] in #346
  • chore(deps): update ruff requirement from <0.17,>=0.16.2 to >=0.16.4,<0.17 by @dependabot[bot] in #357
  • chore(deps): update litellm requirement from <2,>=1.96.0 to >=1.98.0,<2 by @dependabot[bot] in #358
  • chore(deps): update tiktoken requirement from <1,>=0.13.0 to >=0.14.0,<1 by @dependabot[bot] in #359
  • chore(deps): update uvicorn requirement from <1,>=0.52.1 to >=0.52.4,<1 by @dependabot[bot] in #360
  • Fix/295 response mapping by @Vignesh-P-C in #356
  • feat: expose limit/offset pagination on GET /v1/resolutions (#332) by @Vignesh-P-C in #361
  • feat: expose limit/offset pagination on GET /v1/timeline (#331) by @Vignesh-P-C in #362
  • feat(timeline): let GET /v1/timeline return the most recent records by @smaramwbc in #363
  • test: cover newest_first tie paging and tenant scoping; tidy pagination nits by @smaramwbc in #364
  • chore: bump version to 1.5.0 (and propagate mirrors) by @smaramwbc in #365

New Contributors

Full Changelog: v1.4.0...v1.5.0