Skip to content

Release 6.10.0 - #197

Merged
oat-github-bot merged 3 commits into
masterfrom
release-6.10.0
Feb 26, 2026
Merged

Release 6.10.0#197
oat-github-bot merged 3 commits into
masterfrom
release-6.10.0

Conversation

@oat-github-bot

@oat-github-bot oat-github-bot commented Feb 26, 2026

Copy link
Copy Markdown
Collaborator

Release 6.10.0 from 6.9.5

Summary by CodeRabbit

  • Chores
    • Updated internal database connectivity methods to maintain compatibility with the latest database library version.
    • Fixed exception handling in task validation logic for consistency.

Impact: No user-facing changes. System infrastructure updates to ensure ongoing stability and compatibility.

@oat-github-bot
oat-github-bot merged commit 8b8a339 into master Feb 26, 2026
4 of 5 checks passed
@oat-github-bot
oat-github-bot deleted the release-6.10.0 branch February 26, 2026 10:27
@coderabbitai

coderabbitai Bot commented Feb 26, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info

Configuration used: Path: https://raw.githubusercontent.com/oat-sa/tao-code-quality/main/coderabbit/php/authoring/v1/.coderabbit.yaml (via .coderabbit.yaml)

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Jira integration is disabled

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 49d21c3 and 5987757.

📒 Files selected for processing (4)
  • model/QueueBroker/NewSqlQueueBroker.php
  • model/QueueBroker/RdsQueueBroker.php
  • model/Repository/StuckTaskQuery.php
  • model/TaskLogBroker/RdsTaskLogBroker.php

📝 Walkthrough

Walkthrough

Updates DBAL method calls across queue and task broker classes to use Doctrine DBAL 3.x API. Replaces deprecated execute/fetch patterns with executeQuery/executeStatement equivalents. Updates exception type in query validation. No functional changes or signature modifications.

Changes

Cohort / File(s) Summary
DBAL API Migration
model/QueueBroker/NewSqlQueueBroker.php, model/QueueBroker/RdsQueueBroker.php, model/TaskLogBroker/RdsTaskLogBroker.php
Replaced deprecated DBAL methods with 3.x equivalents: execute()->fetchColumn() → executeQuery()->fetchOne(), execute()->fetchAll() → executeQuery()->fetchAllAssociative(), execute()->fetch() → executeQuery()->fetchAssociative(), execute() (mutations) → executeStatement().
Exception Type Update
model/Repository/StuckTaskQuery.php
Changed exception throws from InvalidArgument to InvalidArgumentException for whitelist validation and status validation checks.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Suggested labels

⏱️ <10 Min Review

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release-6.10.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

2 participants