Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kang8/intercom-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: intercom/intercom-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 1,224 files changed
  • 9 contributors

Commits on Jan 22, 2025

  1. Bump setup-node action (intercom#464)

    Matt Donnelly authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    50a5ec0 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Update converstaions integration test. (intercom#468)

    Co-authored-by: eden <eyw520@gmail.com>
    fern-support and eyw520 authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    36bd5ba View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Configuration menu
    Copy the full SHA
    217f6d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Configuration menu
    Copy the full SHA
    c484b93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc2ac6c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. SDK regeneration (intercom#488)

    Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
    fern-api[bot] authored May 22, 2025
    Configuration menu
    Copy the full SHA
    d82d2a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. Configuration menu
    Copy the full SHA
    2d61924 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. SDK regeneration (intercom#493)

    Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
    fern-api[bot] authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    0dabc5d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Bump form-data from 4.0.3 to 4.0.4 (intercom#494)

    Automatic merge of Dependabot PR
    dependabot[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    38db2d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. chore: update npm publishing to use OIDC authentication (intercom#501)

    This updates the CI workflow to use OIDC authentication for npm publishing instead of static tokens. This is more secure and follows GitHub's recommended practices.
    
    Changes:
    - Added 'permissions: id-token: write' to publish job
    - Removed NPM_TOKEN environment variable from publish job
    - Removed 'npm config set' command that configured static token authentication
    - Updated npm publish commands to use 'npx -y npm@latest publish' wrapped in a publish() function
    - Preserved all existing jobs, steps, conditions, and INTERCOM_API_KEY environment variable
    fern-support authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    96d63a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Bump js-yaml from 3.14.1 to 3.14.2 (intercom#504)

    Automatic merge of Dependabot PR
    dependabot[bot] authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    111b10c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. 🌿 Fern Regeneration -- December 5, 2025 (intercom#505)

    * SDK regeneration
    
    * Update ci and custom tests
    
    ---------
    
    Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
    Co-authored-by: fern-support <126544928+fern-support@users.noreply.github.com>
    fern-api[bot] and fern-support authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    54865c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. Fix pagination test for conversations with API v2.14 (intercom#506)

    The conversations pagination test was failing because it relied on
    pre-existing conversations in the test account. When the default
    Intercom API version was bumped from 2.11 to 2.14 in v7.0.0, the API
    returned fewer conversations, causing the test to fail.
    
    This fix adds a setup function that creates 2 test conversations
    before running the pagination test, making the test reliable
    regardless of the API version or existing data in the test account.
    
    Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
    steve-henry and claude authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    841fc49 View commit details
    Browse the repository at this point in the history
  2. Bump version to 7.0.1 (intercom#507)

    Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
    steve-henry and claude authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    a53c716 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2026

  1. 🌿 Fern Regeneration -- January 30, 2026 (intercom#510)

    * SDK regeneration
    
    * Fix key issue in integration tests
    
    ---------
    
    Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
    Co-authored-by: fern-support <126544928+fern-support@users.noreply.github.com>
    fern-api[bot] and fern-support authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    8cb93a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. SDK regeneration (intercom#511)

    Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
    fern-api[bot] authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    8196697 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. Bump webpack from 5.103.0 to 5.104.1 (intercom#512)

    Automatic merge of Dependabot PR
    dependabot[bot] authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    86d5781 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2026

  1. Bump vitest from 3.2.4 to 4.1.0 (intercom#522)

    Automatic merge of Dependabot PR
    dependabot[bot] authored Jun 3, 2026
    Configuration menu
    Copy the full SHA
    6690566 View commit details
    Browse the repository at this point in the history
  2. Disable GitHub Actions workflows (intercom#523)

    Move .github/workflows/*.yml(.yaml) to .github/workflows-disabled/ to neutralize
    them ahead of the org-wide GitHub Actions enablement. Restore via the
    re-enable-workflow process when a workflow is intentionally re-enabled.
    
    Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    eredi93 and claude authored Jun 3, 2026
    Configuration menu
    Copy the full SHA
    a6ec1f0 View commit details
    Browse the repository at this point in the history
Loading