codeguard Updates & Release Notes

Follow

16 updates curated from 1 source by the Releasebot Team. Last updated: Jul 22, 2026

Get this feed:
  • Jul 21, 2026
    • Date parsed from source:
      Jul 21, 2026
    • First seen by Releasebot:
      Jul 22, 2026
    devr-tools logo

    codeguard by devr-tools

    v1.2.0

    codeguard adds agent-native repository guardrails for better repo protection.

    1.2.0 (2026-07-21)

    Features

    add agent-native repository guardrails (86f7142)

    Original source
  • Jul 17, 2026
    • Date parsed from source:
      Jul 17, 2026
    • First seen by Releasebot:
      Jul 18, 2026
    devr-tools logo

    codeguard by devr-tools

    v1.1.2

    codeguard fixes checks design and cross-language boundary issues in a bug fix release.

    1.1.2 (2026-07-17)

    Bug Fixes

    • (checks) design-cross-language-boundaries (#55) (91afc88)
    • design: add configurable architecture boundaries (f6bdb33)
    • design: add configurable architecture boundaries (#53) (ea5cd93)
    • design: satisfy strict lint (f8c6471)
    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from devr-tools and hundreds of other software products.

    Create account
  • Jul 17, 2026
    • Date parsed from source:
      Jul 17, 2026
    • First seen by Releasebot:
      Jul 18, 2026
    devr-tools logo

    codeguard by devr-tools

    v1.1.1

    codeguard fixes MCP session persistence and includes version info in all report formats.

    1.1.1 (2026-07-17)

    Bug Fixes

    • mcp: preserve session across stream disconnects (a7c5ed2)
    • report: include version in all output formats (c8c1ae3)
    Original source
  • Jul 17, 2026
    • Date parsed from source:
      Jul 17, 2026
    • First seen by Releasebot:
      Jul 17, 2026
    devr-tools logo

    codeguard by devr-tools

    v1.1.0

    codeguard adds cpp tooling, security, and dependency analysis across more checks.

    1.1.0 (2026-07-17)

    Features

    • cpp: add tooling and security analysis (b93d681)
    • cpp: expand checks across all categories (29ea77e)
    • cpp: expand coverage with tooling, security, and dependency analysis (#50) (16e8146)
    Original source
  • Jul 16, 2026
    • Date parsed from source:
      Jul 16, 2026
    • First seen by Releasebot:
      Jul 17, 2026
    devr-tools logo

    codeguard by devr-tools

    v1.0.0

    codeguard releases a major update with performance checks moved to an opt-in section, renamed rule IDs, and updated waiver and baseline references. It also brings faster scans, an AI-readiness score, doc-truth rules, new performance signals, and improved Python detection.

    1.0.0 (2026-07-16)

    ⚠ BREAKING CHANGES

    promote performance rules to their own opt-in check section (#41)

    the performance rules' ids renamed from quality.* to performance.* (quality.n-plus-one-query -> performance.n-plus-one-query, quality.go.alloc-in-loop -> performance.go.alloc-in-loop, quality.sync-io-in-request-path -> performance.sync-io-in-request-path, quality.unbounded-goroutines-in-loop -> performance.unbounded-goroutines-in-loop, plus the typescript/javascript mirrors and quality.python.sync-io-in-async). Their detect_* toggles moved from quality_rules to performance_rules, and the section is opt-in: set checks.performance: true to keep running these rules, and update any waivers or baselines that reference the old ids.

    Features

    30% faster scans, enforceable AI-readiness score, and doc-truth rules (#44) (718dd08)

    context: add AI-and-human-readiness rules and broaden README drift (6caac9a)

    context: AI-readiness gate, doc-truth rules, and 30% faster scans (1f4f130)

    context: AI-readiness gate, doc-truth rules, and 30% faster scans (re-land #44) (#46) (75b3f02)

    context: enforceable legibility threshold and recalibrated score components (604dd52)

    context: persist repo_legibility score history with report flag (e54f643)

    parsers: wire the Python tree-sitter grammar and upgrade Python N+1 detection (07a0b24)

    performance: add AI-assisted semantic performance lens (eabd7fe)

    performance: add diff-only loop-nesting complexity regression rule (2e8bcef)

    performance: add framework-aware rules for Django, SQLAlchemy, React, and Express (b49ce7b)

    performance: add loop-hygiene, concurrency, and memory-pressure rules (54bfca9)

    performance: add measured budgets and benchmark regression gates (2c5e4ba)

    performance: publish a performance_score artifact with history and report flag (5c5a738)

    promote performance rules to their own opt-in check section (ede8b37)

    promote performance rules to their own opt-in check section (#41) (81a575b)

    suggest enabling the performance section in scan output (81d9d46)

    Performance Improvements

    quality: hash clone tokens once and roll the window hash (bbf5b69)

    quality: route AI check reads through the shared scan corpus (b271cfb)

    runner: count lines by scanning bytes instead of allocating (17a4593)

    Original source
  • Jul 16, 2026
    • Date parsed from source:
      Jul 16, 2026
    • First seen by Releasebot:
      Jul 17, 2026
    devr-tools logo

    codeguard by devr-tools

    v0.8.3

    codeguard fixes release signing by pinning cosign to v2.

    0.8.3 (2026-07-16)

    Bug Fixes

    • ci: pin cosign to the v2 line so release signing keeps the .sig/.pem contract (9ee93c4)
    • ci: pin cosign to v2 line to unbreak release signing (#39) (218f078)
    Original source
  • Jul 16, 2026
    • Date parsed from source:
      Jul 16, 2026
    • First seen by Releasebot:
      Jul 17, 2026
    devr-tools logo

    codeguard by devr-tools

    v0.8.2

    codeguard fixes coverage-command error handling and surfaces invalid secret patterns in a bugfix and security update.

    0.8.2 (2026-07-16)

    Bug Fixes

    • quality: keep exec error in coverage-command failure chain (0666e42)
    • security: surface invalid secret patterns instead of silently dropping them (5445fde)

    Release pipeline failed before artifacts were published — superseded by v0.8.3.

    Original source
  • Jul 3, 2026
    • Date parsed from source:
      Jul 3, 2026
    • First seen by Releasebot:
      Jul 3, 2026
    devr-tools logo

    codeguard by devr-tools

    v0.8.1

    codeguard fixes reusable-workflow publish by disabling PyPI attestations in 0.8.1.

    0.8.1 (2026-07-03)

    Bug Fixes

    release: disable PyPI attestations for reusable-workflow publish (28a147d)

    Original source
  • Jul 3, 2026
    • Date parsed from source:
      Jul 3, 2026
    • First seen by Releasebot:
      Jul 3, 2026
    devr-tools logo

    codeguard by devr-tools

    v0.8.0

    codeguard releases packaging to npm and PyPI, expanding its availability for developers.

    0.8.0 (2026-07-03)

    Features

    • packaging: publish codeguard to npm and PyPI (6a03f0e)
    • packaging: publish codeguard to npm and PyPI (#29) (bf39a7a)
    Original source
  • Jul 2, 2026
    • Date parsed from source:
      Jul 2, 2026
    • First seen by Releasebot:
      Jul 2, 2026
    devr-tools logo

    codeguard by devr-tools

    v0.7.0

    codeguard releases a CLI update with a What's New banner and task-grouped menu, adds a tree-sitter TypeScript parser behind a flag, and improves scanning speed by parsing files once, parallelizing sections, and tightening cache use.

    0.7.0 (2026-07-02)

    Features

    • cli: add What's New banner and task-grouped menu (c1df999)
    • cli: What's New banner and task-grouped menu (#21) (45e56f7)
    • execute checks-improvement plan tiers 1-6 (733862f)
    • parsers: tree-sitter TypeScript engine behind parsers.treesitter flag (5d09161)

    Bug Fixes

    • ci: extract version from var Number in homebrew validation (01d7a24)
    • ci: extract version from var Number in homebrew validation (#23) (ec21f3b)
    • version: make Number a var so ldflags injection works (6b1ccad)

    Performance Improvements

    • scan: parse/read files once, parallelize sections, scope cache (d181a4f)
    • scan: parse/read files once, parallelize sections, scope cache (#24) (c79d9ec)
    Original source
  • Jul 1, 2026
    • Date parsed from source:
      Jul 1, 2026
    • First seen by Releasebot:
      Jul 2, 2026
    devr-tools logo

    codeguard by devr-tools

    v0.6.1

    codeguard ships 0.6.1 bug fixes for security hardening and lint cleanup.

    0.6.1 (2026-07-01)

    Bug Fixes

    security: harden untrusted-input handling and wire lint cleanup (34c7f87)

    Original source
  • Jun 30, 2026
    • Date parsed from source:
      Jun 30, 2026
    • First seen by Releasebot:
      Jul 1, 2026
    devr-tools logo

    codeguard by devr-tools

    v0.6.0

    codeguard releases hardcoded secret detection and git history scanning, plus a Slack webhook regex fix.

    0.6.0 (2026-06-30)

    Features

    • security: hardcoded secret/credential detection + git-history scan (f2f6c61)
    • security: hardcoded secret/credential detection + git-history scan (#17) (c1afab7)

    Bug Fixes

    • security: anchor Slack webhook regex to satisfy CodeQL (52de05a)
    Original source
  • Jun 19, 2026
    • Date parsed from source:
      Jun 19, 2026
    • First seen by Releasebot:
      Jun 24, 2026
    devr-tools logo

    codeguard by devr-tools

    v0.5.0

    codeguard adds MCP server features including HTTP transport, Devin pack, verified fix, sampling, roots, and streaming.

    0.5.0 (2026-06-19)

    Features

    mcp server features (2efd47c)

    mcp: HTTP transport, Devin pack, verified fix, sampling/roots (#15) (44de1bb)

    mcp: HTTP transport, Devin pack, verified fix, sampling/roots, streaming (0bfab1d)

    Original source
  • Jun 18, 2026
    • Date parsed from source:
      Jun 18, 2026
    • First seen by Releasebot:
      Jun 24, 2026
    devr-tools logo

    codeguard by devr-tools

    v0.4.0

    codeguard adds OWASP-aware security metadata and trust-policy enforcement for stronger release checks.

    0.4.0 (2026-06-18)

    Features

    • add OWASP-aware security metadata, trust-policy enforcement (#10) (358d4ba)
    • feat: add OWASP-aware security metadata, trust-policy enforcement, and quality-check cleanup (9111a58)
    • fix cd push security updates (685a3ff)
    Original source
  • Jun 17, 2026
    • Date parsed from source:
      Jun 17, 2026
    • First seen by Releasebot:
      Jun 24, 2026
    devr-tools logo

    codeguard by devr-tools

    v0.3.0

    codeguard adds supply chain policies, semantic review, and AI change risk for smarter release checks.

    0.3.0 (2026-06-17)

    Features

    • add supply chain policies, semantic review, and AI change risk (9b2dc1f)
    • add supply chain policies, semantic review, and AI change risk (#8) (3ae9728)
    Original source
Releasebot

Curated by the Releasebot team

Releasebot is an aggregator of official product update announcements from hundreds of software vendors and thousands of sources.

Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.