Skip to content

docs(source-facebook-marketing): correct changelog release dates - #78287

Merged
octavia-bot-hoard[bot] merged 1 commit into
masterfrom
docs/auto/source-facebook-marketing
May 20, 2026
Merged

docs(source-facebook-marketing): correct changelog release dates#78287
octavia-bot-hoard[bot] merged 1 commit into
masterfrom
docs/auto/source-facebook-marketing

Conversation

@devin-ai-integration

@devin-ai-integration devin-ai-integration Bot commented May 20, 2026

Copy link
Copy Markdown
Contributor

Documentation Confidence Assessment

Overall Confidence: 4/5

Dimension Score Rationale
Code Comprehension 3/5 The connector is Python CDK-based, and I verified the relevant version, metadata, and docs context without needing to infer runtime behavior.
API Documentation Quality 5/5 Meta provides official Marketing API changelogs, version availability dates, authorization guidance, and rate-limit documentation.
Change Scope & Risk 5/5 The PR changes only two changelog dates, with 2 insertions and 2 deletions.
Existing Doc Maturity 5/5 The existing 716-line connector doc already covers prerequisites, setup, streams, limitations, troubleshooting, and changelog history.
Connector Sensitivity 2/5 Facebook Marketing is a certified, high-usage connector with ql: 400 and sl: 300, so even docs fixes warrant caution.
Triggering Context 5/5 This was triggered from a small merged connector version-bump PR with a clear changelog validation need.

What I Verified vs. What I Inferred

  • Verified from code: The connector is Python CDK-based; version 5.2.12-rc.1 is present in metadata.yaml; the triggering commit bumped facebook-business to v25 and updated the changelog entry for 5.2.12-rc.1.
  • Verified from API docs: Meta Marketing API v23.0 is available until June 9, 2026, and Meta publishes official Marketing API changelog, authorization, authentication, and rate-limit docs.
  • Inferred: No user-facing setup or migration instructions needed changes because the connector PR was a patch RC dependency/API-version update with no configuration changes and no migration-guide edits.

Areas of Concern

  • The only substantive reviewer check is whether Airbyte changelog dates should continue to use PR merge dates for RC releases. I applied the playbook rule that changelog dates should match merge dates.

What

Corrects two Facebook Marketing connector changelog release dates after reviewing commit 70576504ca23318dedad25d4ab49ae75308560e7 and recent source-facebook-marketing changes.

This PR was requested by API User via the !connectordocs playbook.

How

Review Guide

  1. docs/integrations/sources/facebook-marketing.md:479
  2. docs/integrations/sources/facebook-marketing.md:481

Verification

  • CI passed: 44 checks passed, 0 failed, 0 pending.
  • Docs preview deployed: https://airbyte-docs-pviaj0bdd-airbyte-growth.vercel.app
  • Local npx --yes markdownlint-cli2@latest docs/integrations/sources/facebook-marketing.md reported pre-existing full-file lint issues outside the changed lines; CI Docs / MarkDownLint passed.
  • Local pnpm build from docusaurus/ could not run because node_modules is missing in this environment (docusaurus: not found); CI Build Airbyte Docs passed.

User Impact

Users see release dates that match when each connector version was merged.

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

Note: I am an AI assistant (Devin) and have proposed these documentation updates based on a review of the connector source code and third-party API documentation. Reviewers may merge, modify, or close this PR as they see fit.


Devin session

@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 and CI monitoring

@github-actions

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

Copy link
Copy Markdown
Contributor

Deploy preview for airbyte-docs ready!

Project:airbyte-docs
Status: ✅  Deploy successful!
Preview URL:https://airbyte-docs-pviaj0bdd-airbyte-growth.vercel.app
Latest Commit:3ff104c

Deployed with vercel-action

@octavia-bot-hoard
octavia-bot-hoard Bot marked this pull request as ready for review May 20, 2026 12:58

@octavia-bot-admin octavia-bot-admin Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Auto-approved by auto-merge workflow.

@octavia-bot-hoard
octavia-bot-hoard Bot merged commit 2653b8e into master May 20, 2026
64 checks passed
@octavia-bot-hoard
octavia-bot-hoard Bot deleted the docs/auto/source-facebook-marketing branch May 20, 2026 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/documentation Improvements or additions to documentation auto-merge team/documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants