Skip to content

release: 0.5.52 - #912

Merged
joryirving merged 1 commit into
mainfrom
release-please--branches--main--components--dispatch
Sep 2, 2026
Merged

release: 0.5.52#912
joryirving merged 1 commit into
mainfrom
release-please--branches--main--components--dispatch

Conversation

@its-miso

@its-miso its-miso Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.5.52 (2026-09-02)

Features

  • groomer: give repository exploration its own budget (#918) (fe138e8)

Bug Fixes

  • deps: update dependency @testing-library/user-event (14.6.6 → 14.6.7) (#911) (0145810)
  • prisma: turn TLS on when DATABASE_URL uses sslmode=no-verify (#910) (204f200), closes #899

This PR was generated with Release Please. See documentation.

its-saffron[bot]

This comment was marked as outdated.

@its-miso
its-miso Bot force-pushed the release-please--branches--main--components--dispatch branch from 4a6cead to f1447ea Compare September 2, 2026 02:48
its-saffron[bot]

This comment was marked as outdated.

@its-miso
its-miso Bot force-pushed the release-please--branches--main--components--dispatch branch from f1447ea to af4f125 Compare September 2, 2026 17:55
@joryirving
joryirving enabled auto-merge (squash) September 2, 2026 17:58
@joryirving
joryirving merged commit 5b99a8e into main Sep 2, 2026
13 checks passed
@joryirving
joryirving deleted the release-please--branches--main--components--dispatch branch September 2, 2026 17:58
@its-miso

its-miso Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

@its-saffron its-saffron Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI Automated Review

Full PR review.

Analysis engine: MiniMax-M2.7@https://litellm.jory.dev/v1 (anthropic) — primary route

PR Review: release: 0.5.52

Recommendation

Approve. This is a release-please-generated version bump (0.5.51 → 0.5.52) containing three changes: two bug fixes and one feature. All CI checks passed successfully.

Change-by-Change Findings

  1. Version bump (0.5.51 → 0.5.52) — Standard semantic versioning patch increment. Version strings updated in package.json, package-lock.json, .release-please-manifest.json, and charts/dispatch/Chart.yaml. No risk.

  2. @testing-library/user-event bump (14.6.6 → 14.6.7) — This is a patch-level dependency update. The changelog shows it as a bug fix with no breaking API changes. Lockfile updated accordingly.

  3. fix(prisma): turn TLS on when DATABASE_URL uses sslmode=no-verify (PR 910) — Fixes an edge case where pg-connection-string did not recognize sslmode=no-verify, causing the connection pool to be built without TLS config. Now properly passes { rejectUnauthorized: false } to node-postgres.

  4. feat(groomer): give repository exploration its own budget (PR 918) — Exploration loop now has its own context budget rather than borrowing from the single-call groomer budget. Adds new environment variables (DISPATCH_GROOMER_CONTEXT_MODE, DISPATCH_GROOMER_MODEL_CONTEXT_TOKENS, DISPATCH_GROOMER_EXPLORE_MAX_BYTES, DISPATCH_GROOMER_EXPLORE_MAX_FILE_BYTES, DISPATCH_GROOMER_EXPLORE_TIMEOUT_MS) with sensible defaults. Fully documented in README.md and docs/hosted-groomer.md.

Required Checks

  • Check for breaking API changes in updated dependencies: Verified. The only dependency change is @testing-library/user-event from 14.6.6 to 14.6.7 — a patch-level update within the same minor version line, documented as a bug fix with no breaking changes. No other production dependencies were updated in this release.

  • Run full test suite after upgrade: Verified. The CI check "Tests" completed with status success. The full test suite ran and passed after the upgrade.

CI Check Results

All 14 CI checks passed: review, publish-release, Database integration, Database migrations, Tests, Build, Typecheck, Coverage, Lint, Docker Build, smoke, Docker Build (MCP), lint, npm audit.

Standards Compliance

The PR follows repository conventions:

  • Version bumping via release-please is standard practice for this repository
  • CHANGELOG entries match the conventional commit format (feat: / fix:)
  • Chart version and appVersion stay in sync
  • No secrets committed
  • npm run audit passed (no vulnerabilities)

Unknowns / Needs Verification

No unknowns. All evidence is complete: CI passed, dependency update is non-breaking, and the code changes are internal bug fixes and features with appropriate tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DATABASE_URL with sslmode=no-verify does not turn TLS on

1 participant