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: smartsheet/smartsheet-java-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.8.0
Choose a base ref
...
head repository: smartsheet/smartsheet-java-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.9.0
Choose a head ref
  • 4 commits
  • 11 files changed
  • 2 contributors

Commits on Oct 23, 2025

  1. Add provisionalExpirationDate field to the User model (#142)

    * Add provisionalExpirationDate field to the User model
    
    * Update version from 3.7.1 to 3.8.0 in CHANGELOG
    
    * Add unit test for ProvisionalExpirationDate serialization
    
    * Update version in build.gradle
    
    * Fix checkstyle error
    denislavstanchev authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    cbe751f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

  1. Add WireMock service configuration to GitHub Actions workflow (#148)

    * Add WireMock service configuration to GitHub Actions workflow
    
    * Avoid mounting the sdk_tests_package directory directly
    
    * Refactor GitHub Actions workflow to set up Mock API using Docker
    
    * Change docker compose command
    denislavstanchev authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    6058b0a View commit details
    Browse the repository at this point in the history
  2. Add Wiremock integration tests and update dependencies (#145)

    * Add Wiremock integration tests and update dependencies
    
    * Update test method names
    
    * Bump version to 3.9.0 and address comments for the wiremock integration tests
    
    * Refactor Wiremock integration tests for user resources to improve query parameter handling and update endpoint paths
    
    * Fix imports
    
    * Fix checkstyle errors
    
    * Move wiremock tests to sdktest
    
    * Remove redundant Wiremock tests from UserResourcesIT
    
    * Remove unused imports from UserResourcesIT
    
    * Revert UserResourcesIT
    
    * Fix changelog
    
    * Add copyright to WiremockTest
    
    * Update wiremock base uri port
    
    * Rename WiremockTest to UserResourcesContractTests for clarity
    
    * Change WireMock default port
    denislavstanchev authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    b8e70ba View commit details
    Browse the repository at this point in the history
  3. Add provisionalExpirationDate to UserPlan model (#147)

    * Add provisionalExpirationDate to UserPlan model
    
    * Add assert for the new field
    
    * Update CHANGELOG
    
    ---------
    
    Co-authored-by: velihanzelev-smartsheet <[email protected]>
    Configuration menu
    Copy the full SHA
    f68131a View commit details
    Browse the repository at this point in the history
Loading