gitingest/CHANGELOG.md
coderamp-ci[bot] 45b068bd5e
Some checks failed
CI / test (macos-latest, 3.10) (push) Has been cancelled
CI / test (macos-latest, 3.11) (push) Has been cancelled
CI / test (macos-latest, 3.12) (push) Has been cancelled
CI / test (macos-latest, 3.13) (push) Has been cancelled
CI / test (macos-latest, 3.8) (push) Has been cancelled
CI / test (macos-latest, 3.9) (push) Has been cancelled
CI / test (true, ubuntu-latest, 3.13) (push) Has been cancelled
CI / test (ubuntu-latest, 3.10) (push) Has been cancelled
CI / test (ubuntu-latest, 3.11) (push) Has been cancelled
CI / test (ubuntu-latest, 3.12) (push) Has been cancelled
CI / test (ubuntu-latest, 3.8) (push) Has been cancelled
CI / test (ubuntu-latest, 3.9) (push) Has been cancelled
CI / test (windows-latest, 3.10) (push) Has been cancelled
CI / test (windows-latest, 3.11) (push) Has been cancelled
CI / test (windows-latest, 3.12) (push) Has been cancelled
CI / test (windows-latest, 3.13) (push) Has been cancelled
CI / test (windows-latest, 3.8) (push) Has been cancelled
CI / test (windows-latest, 3.9) (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
Build & Push Container / ECR (push) Has been cancelled
Build & Push Container / GHCR (push) Has been cancelled
release-please / release (push) Has been cancelled
OSSF Scorecard / Scorecard analysis (push) Has been cancelled
chore(main): release 0.3.1 (#482)
Co-authored-by: coderamp-ci[bot] <221205196+coderamp-ci[bot]@users.noreply.github.com>
2025-07-31 15:54:59 +02:00

6.9 KiB

Changelog

0.3.1 (2025-07-31)

Bug Fixes

0.3.0 (2025-07-30)

Features

Bug Fixes

  • handle network errors gracefully in token count estimation (#437) (5fbb445)
  • improved server side cleanup after ingest (#477) (2df0eb4)

Documentation

  • contributing: update PR title guidelines to enforce convention (#476) (d1f8a80)

0.2.1 (2025-07-27)

Bug Fixes

  • remove logarithm conversion from the backend and correctly process max file size in kb (#464) (932bfef)

0.2.0 (2025-07-26)

Features

  • include_submodules option (#313) (38c2317)
  • add Tailwind CSS pipeline, tag-aware cloning & overhaul CI/CD (#352) (b683e59)
  • add Tailwind CSS pipeline, tag-aware cloning & overhaul CI/CD (#352) (016817d)
  • ci: build Docker Image on PRs (#382) (bc8cdb4)
  • implement prometheus exporter (#406) (1016f6e)
  • implement S3 integration for storing and retrieving digest files (#427) (414e851)
  • integrate Sentry for error tracking and performance monitoring (#408) (590e55a)
  • Refactor backend to a rest api (#346) (2b1f228)
  • ui: add inline PAT info tooltip inside token field (#348) (2592303)

Bug Fixes

  • enable metrics if env var is defined instead of being "True" (#407) (fa2e192)
  • fix docker container not launching (#449) (998cea1)
  • frontend directory tree (#363) (0fcf8a9)
  • gitignore and gitingestignore files are now correctly processed … (#416) (74e503f)
  • Potential fix for code scanning alert no. 75: Uncontrolled data used in path expression (#421) (9ceaf6c)
  • reset pattern form when switching between include/exclude patterns (#417) (7085e13)
  • temp files cleanup after ingest(#309) (e669e44)
  • ui: update layout in PAT section to avoid overlaps & overflows (#331) (b39ef54)
  • windows: warn if Git long path support is disabled, do not fail (b8e375f)

Documentation

Code Refactoring

  • centralize PAT validation, streamline repo checks & misc cleanup (#349) (cea0edd)
  • centralize PAT validation, streamline repo checks & misc cleanup (#349) (f8d397e)