Skip to content

Releases: rostilos/CodeCrow

1.5.5

18 Mar 08:50
9979904

Choose a tag to compare

What's Changed

  • newrelic preparation for inference-orchestrator. by @rostilos in #161
  • 1.5.5 rc by @rostilos in #162
  • feat: Integrate New Relic APM configuration in docker-compose and mai… by @rostilos in #163
  • feat: Enhance New Relic APM integration with improved initialization … by @rostilos in #164
  • feat: Improve New Relic ASGI instrumentation handling with enhanced e… by @rostilos in #165
  • 1.5.5 rc by @rostilos in #166
  • feat: Update GreenMail version to 2.1.8 and refactor EmailDeliveryIT … by @rostilos in #167
  • test: Enhance VCS client error handling tests with improved timeout a… by @rostilos in #168
  • feat: Enhance Markdown formatting in output schemas for improved readability and clarity by @rostilos in #169
  • feat: Update issue classification logic to route unresolved snippets to AI for verification by @rostilos in #170
  • feat: Enhance issue reconciliation by adding scope start and end line tracking in remap results by @rostilos in #171

Full Changelog: 1.5.4...1.5.6

1.5.4

06 Mar 09:35
4853f35

Choose a tag to compare

What's Changed

  • Refactor issue reconciliation logic and update prompt instructions by @rostilos in #160

Full Changelog: 1.5.3...1.5.4

1.5.3

03 Mar 08:24
3c465a5

Choose a tag to compare

What's Changed

  • 1.5.3 rc by @rostilos in #152
  • feat: Add health check for RAG pipeline and enhance PR coverage checks to include merged PRs by @rostilos in #153
  • feat: Enhance RAG incremental update notifications with detailed status messages by @rostilos in #154
  • feat: Update RAG API URL in docker-compose files and enhance file per… by @rostilos in #155
  • fix: Correct verification of incremental update failure in RagOperati… by @rostilos in #156
  • feat: Add configurable timeout for OpenRouter embedding model by @rostilos in #157
  • feat: Add support for repository access tokens in VCS connections by @rostilos in #158
  • feat: Enhance branch issue reconciliation and file snapshot retrieval… by @rostilos in #159

Full Changelog: 1.5.2...1.5.3

1.5.2

01 Mar 12:51
42e8b5b

Choose a tag to compare

What's Changed

  • feat: Implement RAG pipeline with new API endpoints, services for duplication and semantic search, and updated core components. by @rostilos in #150

Full Changelog: 1.5.1...1.5.2

1.5.1

28 Feb 02:18
eaee542

Choose a tag to compare

What's Changed

  • Refactor deployment scripts and configuration by @rostilos in #141
  • feat: Add New Relic configuration files and update deployment scripts… by @rostilos in #142
  • feat: Update Dockerfiles to download New Relic Java agent dynamically… by @rostilos in #143
  • feat: Update database credential retrieval in server-deploy.sh to avo… by @rostilos in #144
  • 1.5.1 rc by @rostilos in #145
  • Add prompt constants for issue reporting and review instructions by @rostilos in #146
  • feat: Update GitHub Actions permissions and optimize Java build comma… by @rostilos in #147
  • feat: Update healthcheck URLs to use 127.0.0.1 and enhance Dockerfile… by @rostilos in #148
  • feat: Enhance Docker image build process with GitHub Actions layer ca… by @rostilos in #149

Full Changelog: 1.5.0...1.5.1

1.5.0

27 Feb 18:12
e4e9d51

Choose a tag to compare

What's Changed

  • New Features

    • Git commit DAG / commit-history support and commit-level analysis tracking
    • Source-code viewer API: file lists, content, snippets, inline annotations
    • Full-branch reconciliation workflow with queued tasks and UI-triggered runs
    • Direct-push (hybrid) analysis path and MCP‑free branch reconciliation
    • Quality‑gate evaluation surfaced in analysis reports
  • Improvements

    • Content-addressed file snapshots and PR-scoped source storage
    • Deterministic PR cross-iteration tracking with confidence levels
    • Content-based issue fingerprints and ingestion deduplication
    • Better line-number reconciliation, branch file snapshotting, and paginated PR listings

PR history

  • Feature/ca 18 allow mcp tools during pr analysis by @rostilos in #124
  • 1.4.2 rc by @rostilos in #125
  • feat: Enhance code analysis and VCS integration by @rostilos in #127
  • feat: Enhance codeSnippet handling for content-based line anchoring i… by @rostilos in #129
  • fix: Remove trailing whitespace in README.md by @rostilos in #131
  • Feature/ca 20 source code based issues relations by @rostilos in #133
  • feat: Filter out legacy issues without titles in FileViewService to r… by @rostilos in #134
  • Feature/ca 20 source code based issues relations by @rostilos in #135
  • Feature/ca 20 source code based issues relations by @rostilos in #136
  • Feature/ca 20 source code based issues relations by @rostilos in #137
  • feat: Enhance webhook authentication by implementing URL-safe token g… by @rostilos in #138
  • feat: Enhance VcsRepoBindingRepository with slug-based lookup and imp… by @rostilos in #139
  • feat: Enhance project resolution by adding slug fallback and improvin… by @rostilos in #140
  • 1.5.0 rc by @rostilos in #132
  • 1.4.3 rc by @rostilos in #126

Full Changelog: 1.4.1...1.5.0

1.4.2

19 Feb 21:13
4a6be22

Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.4.2(r)

1.4.1

19 Feb 13:06
4df89af

Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1

1.4.0

16 Feb 15:39
7e8a62d

Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

1.3.0

10 Feb 16:24
cf02598

Choose a tag to compare

What's Changed

  • feat: Add IssueCategory support to QualityGateCondition and related DTOs by @rostilos in #78
  • 1.2.1-rc by @rostilos in #77
  • fix: Improve error handling in WebhookAsyncProcessor and refactor res… by @rostilos in #79
  • 1.2.1 rc by @rostilos in #80
  • feat: Implement reconnect URL for VCS connections and enhance OAuth s… by @rostilos in #82
  • 1.2.1 rc by @rostilos in #83
  • feat: Enhance AST metadata extraction for improved code analysis and … by @rostilos in #84
  • 1.2.1 rc by @rostilos in #85
  • fix: Correctly format metadata output in MultiStageReviewOrchestrator by @rostilos in #86
  • Epic/ca 7 pr review process flow by @rostilos in #114
  • feat: Enhance ReviewService with concurrency control and timeout hand… by @rostilos in #116
  • feat: Implement diff fingerprint caching for pull request analysis by @rostilos in #118
  • 1.3.0 rc by @rostilos in #115

Full Changelog: 1.2.0...1.3.0