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: jsklan/intercom-java
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-java
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.
  • 9 commits
  • 826 files changed
  • 7 contributors

Commits on Jan 30, 2026

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

    * SDK regeneration
    
    * Update integration tests (intercom#350)
    
    ---------
    
    Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
    Co-authored-by: jsklan <[email protected]>
    fern-api[bot] and jsklan authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    6fc3502 View commit details
    Browse the repository at this point in the history
  2. 🌿 Fern Regeneration -- January 30, 2026 (intercom#351)

    * SDK regeneration
    
    * Disable data attribute test hitting CDA limit
    
    * Skip conversation test which needs to be updated to use long for timestamp
    
    * Switch skipped test
    
    * Fix test syntax
    
    ---------
    
    Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
    Co-authored-by: Steve Henry <[email protected]>
    fern-api[bot] and steve-henry authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    a60ad66 View commit details
    Browse the repository at this point in the history
  3. Update formatting to pass Spotless check (intercom#352)

    Fixing the formatting that prevented previous publish attempt
    steve-henry authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    020ea34 View commit details
    Browse the repository at this point in the history
  4. Bump version to 4.0.2 (intercom#353)

    Co-authored-by: Claude Opus 4.5 <[email protected]>
    steve-henry and claude authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    a3592a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. SDK regeneration (intercom#355)

    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
    a0a0366 View commit details
    Browse the repository at this point in the history
  2. Fixing tests for required fields (intercom#356)

    * Fixing tests for required fields
    mailsongabriel authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    95b6cb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. Fern bot/2026 02 02 t19 11 z (intercom#358)

    * SDK regeneration
    
    * Update tests for required field changes in SDK
    
    Remove .orElseThrow() calls from tests where the SDK now returns
    non-optional types for id and conversation_id fields:
    - ContactsCreateResponse.getId() now returns String
    - Conversation.getId() now returns String
    - Message.getConversationId() now returns String
    - Note.getId() now returns String
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    
    * Fix remaining test files for required field changes
    
    Update MessagesTest, IntegrationTest, and CompaniesTest to remove
    .orElseThrow() calls that are no longer needed since the SDK now
    returns non-optional types.
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    
    ---------
    
    Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
    Co-authored-by: Claude Opus 4.5 <[email protected]>
    3 people authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    7aa888d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. 🌿 Fern Regeneration -- February 4, 2026 (intercom#359)

    * SDK regeneration
    
    * Fix integration tests for non-Optional fields
    
    Update tests to handle fields that are now non-Optional after adding
    required field arrays to the OpenAPI schema overrides:
    
    - TeamsTest: team.getId() now returns String directly
    - SegmentsTest: segment.getId() now returns String directly
    - ConversationsTest: conversationPart.getId() now returns String directly
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    
    ---------
    
    Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
    Co-authored-by: mailson <[email protected]>
    Co-authored-by: Claude Opus 4.5 <[email protected]>
    3 people authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    f073e41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70fb4fe View commit details
    Browse the repository at this point in the history
Loading