Copilot

Results 4682 issues of Copilot

## Extract API Versions to Separate File for Maintainability ### Plan: - [x] Explore repository structure and understand destination integrations - [x] Analyze API version patterns across all destinations -...

not-partner-eng-review (cloud)
team:segment-core
mode:cloud

Systematically identified and documented API versions used across 198 destination integrations. Analysis revealed 85 destinations with explicit API versioning in their codebase. All API version claims have been cross-verified against...

not-partner-eng-review (cloud)
team:external

Comprehensive audit of API versions, deprecation status, and latest available versions across all 197 destination integrations in the repository. ## Analysis Reports Three reports generated for tracking API version compliance:...

not-partner-eng-review (cloud)

The `editContactInfo` and `editDeviceMobileIds` functions in the first-party-dv360 destination were not properly handling batch requests, causing data loss for all but the first payload in each batch. ## Problem When...

not-partner-eng-review (cloud)
mode:cloud
team:external

This PR creates a new separate destination called `snap-conversions-v3` with enhanced functionality for Snapchat Conversions API integration, while preserving the existing `snap-conversions-api` destination unchanged for backward compatibility. ## New Destination:...

not-partner-eng-review (cloud)
team:external

This PR upgrades the Facebook Custom Audiences destination from Facebook Graph API v21.0 to v23.0 as requested in the issue. ## Changes Made Updated the API version constants in `packages/destination-actions/src/destinations/facebook-custom-audiences/constants.ts`:...

not-partner-eng-review (cloud)
mode:cloud
team:external

This PR upgrades the LinkedIn API version for both LinkedIn Audiences and LinkedIn Conversions destinations from `202505` to `202507`. ## Changes Made The upgrade affects the `LinkedIn-Version` header sent with...

not-partner-eng-review (cloud)
mode:cloud
team:external

Configures GitHub Copilot coding agent instructions per [best practices documentation](https://gh.io/copilot-coding-agent-tips). ## Changes - Added `.github/copilot-instructions.md` with concise guidance for Copilot: - Project structure and monorepo layout - WordPress coding standards...

Organizer reminder emails were stripping all HTML content, rendering links and formatting as plain text. The editor appeared to support HTML but output was delivered as plain text only. ###...

This PR simplifies the oxlint configuration by extending the shared `@eggjs/oxlint-config` instead of maintaining a comprehensive manual configuration, updates the project to follow Node.js library best practices by not tracking...