Skip to content

docs(release-notes): Agents release notes for July 1, 2026#81354

Merged
Ian Alton (ian-at-airbyte) merged 2 commits into
masterfrom
sonar-release-notes-for-2026-07-01
Jul 3, 2026
Merged

docs(release-notes): Agents release notes for July 1, 2026#81354
Ian Alton (ian-at-airbyte) merged 2 commits into
masterfrom
sonar-release-notes-for-2026-07-01

Conversation

@devin-ai-integration

@devin-ai-integration devin-ai-integration Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

What

Auto-generated public release notes for July 1, 2026.

airbytehq/sonar

The following pull requests are included in release notes.

PR Description Reason
#5659 Add workspace-aware session filtering New user-facing filter on the Sessions page allowing workspace-based filtering
#5673 Add BigQuery destination support for data replication New destination option available to users in data replication
#5650 Allow members to launch widget on shared workspaces Bug fix for user-facing permissions issue preventing workspace members from launching connector setup
#5668 Add org switching and current org support for multi-org users New MCP tools enabling users to list and switch organizations within an MCP session
#5581 Derive GitHub repo scoping in SDK via value templates Improves GitHub connector reliability by automatically extracting owner/repo from configured repository paths

The following pull requests were merged, but not included in release notes.

PR Description Reason
#5679 Regenerate sonar client for operator-mcp Internal code generation, no user-facing change
#5678 Refresh knowledge graph Automated internal maintenance
#5662 Expose connector overrides in operator-mcp Internal admin-only tooling, not accessible to end users
#5667 Lazily load async job implementations Internal performance optimization with no user-visible impact
#5674 Close fail-open gaps in change-scoped check runner Internal CI/scripts change
#5676 Fix direct connector eval case count metrics Internal eval metrics fix
#5442 Gate replay builder faithfulness in evals Internal eval infrastructure
#5675 Refresh knowledge graph Automated internal maintenance
#5670 Add change-scoped check runner Internal CI tooling
#5671 Refresh knowledge graph Automated internal maintenance
#5669 Refresh knowledge graph Automated internal maintenance
#5643 Add ConnectorPolicyRepository Internal backend infrastructure, not user-facing
#5638 Add connector_policy table Database migration, not user-facing
#5663 Update production backend dependencies Dependency update with no user-facing impact
#5666 Align postgres workflow services with prod CI configuration change

airbytehq/airbyte-agent-sdk

The following pull requests were merged, but not included in release notes.

PR Description Reason
N/A chore: sync unified package v0.1.271 Internal package sync with no user-facing change

airbytehq/airbyte-agent-cli

No pull requests were merged during this period.

How

Inserted a new date entry at the top of docs/release_notes/agents/readme.md in reverse chronological order.

Review guide

  1. docs/release_notes/agents/readme.md

User Impact

Users can see what changed in Airbyte Agents on July 1, 2026.

Can this PR be safely reverted and rolled back?

  • YES 💚

Link to Devin session: https://app.devin.ai/sessions/f11e0a29fab54bf6ae8901e529c1a75a

Important

Auto-merge enabled.

This PR is set to merge automatically when all requirements are met.

@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

👋 Greetings, Airbyte Team Member!

Here are some helpful tips and reminders for your convenience.

💡 Show Tips and Tricks

PR Slash Commands

Airbyte Maintainers (that's you!) can execute the following slash commands on your PR:

  • 🛠️ Quick Fixes
    • /format-fix - Fixes most formatting issues.
    • /bump-version - Bumps connector versions, scraping changelog description from the PR title.
      • Bump types: patch (default), minor, major, major_rc, rc, promote.
      • The rc type is a smart default: applies minor_rc if stable, or bumps the RC number if already RC.
      • The promote type strips the RC suffix to finalize a release.
      • Example: /bump-version type=rc or /bump-version type=minor
    • /bump-progressive-rollout-version - Alias for /bump-version type=rc. Bumps with an RC suffix and enables progressive rollout.
  • ❇️ AI Testing and Review (internal link: AI-SDLC Docs):
    • /ai-prove-fix - Runs prerelease readiness checks, including testing against customer connections.
    • /ai-canary-prerelease - Rolls out prerelease to 5-10 connections for canary testing.
    • /ai-review - AI-powered PR review for connector safety and quality gates.
  • 📝 AI Documentation:
    • /ai-docs-review - AI-powered documentation review for PRs with connector changes.
    • /ai-create-docs-pr - Creates a documentation PR for connector changes, stacked on the current PR.
  • 🚀 Connector Releases:
    • /publish-connectors-prerelease - Publishes pre-release connector builds (tagged as {version}-preview.{git-sha}) for all modified connectors in the PR.
  • ☕️ JVM connectors:
    • /update-connector-cdk-version connector=<CONNECTOR_NAME> - Updates the specified connector to the latest CDK version.
      Example: /update-connector-cdk-version connector=destination-bigquery
  • 🐍 Python connectors:
    • /poe connector source-example lock - Run the Poe lock task on the source-example connector, committing the results back to the branch.
    • /poe source example lock - Alias for /poe connector source-example lock.
    • /poe source example use-cdk-branch my/branch - Pin the source-example CDK reference to the branch name specified.
    • /poe source example use-cdk-latest - Update the source-example CDK dependency to the latest available version.
  • ⚙️ Admin commands:
    • /force-merge reason="<REASON>" - Force merges the PR using admin privileges, bypassing CI checks. Requires a reason.
      Example: /force-merge reason="CI is flaky, tests pass locally"
📚 Show Repo Guidance

Helpful Resources

📝 Edit this welcome message.

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Deploy preview for airbyte-docs ready!

Project:airbyte-docs
Status: ✅  Deploy successful!
Preview URL:https://airbyte-docs-n7spivlme-airbyte-growth.vercel.app
Latest Commit:623673c

Deployed with vercel-action

@ian-at-airbyte

Copy link
Copy Markdown
Contributor

Resolve conflicts.

@ian-at-airbyte Ian Alton (ian-at-airbyte) marked this pull request as ready for review July 3, 2026 20:20
Comment thread docs/release_notes/agents/readme.md Outdated
Web app

- You can now filter sessions by workspace on the Sessions page, making it easier to find sessions for a specific workspace.
- BigQuery is now available as a destination for data replication.

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.

This seems completely incorrect. What is going on with this change? I am not aware of support for this.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

☑️ Resolved in 623673c. Removed the BigQuery bullet. The source was airbytehq/sonar#5673 which added the BigQuery definition ID to the frontend's data-replication destination list, but if that support isn't actually live/ready, it shouldn't be in release notes.


Devin session

Co-Authored-By: bot_apk <apk@cognition.ai>
@devin-ai-integration devin-ai-integration Bot force-pushed the sonar-release-notes-for-2026-07-01 branch from 53da79f to 1d95d6f Compare July 3, 2026 20:22
Co-Authored-By: bot_apk <apk@cognition.ai>
@ian-at-airbyte Ian Alton (ian-at-airbyte) enabled auto-merge (squash) July 3, 2026 20:23
@ian-at-airbyte Ian Alton (ian-at-airbyte) merged commit 3a0bd97 into master Jul 3, 2026
45 checks passed
@ian-at-airbyte Ian Alton (ian-at-airbyte) deleted the sonar-release-notes-for-2026-07-01 branch July 3, 2026 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant