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: contentstack/contentstack-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fix/snyk-issues
Choose a base ref
...
head repository: contentstack/contentstack-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
  • 9 files changed
  • 3 contributors

Commits on May 14, 2026

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

Commits on Jun 29, 2026

  1. Merge pull request #303 from contentstack/master

    chore: back-merge master into development
    reeshika-h authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    87803e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2026

  1. Merge pull request #304 from contentstack/fix/snyk-issues

    fix: update version to 2.7.2 and add Snyk fixes to CHANGELOG
    reeshika-h authored Jul 3, 2026
    Configuration menu
    Copy the full SHA
    84a87ac View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2026

  1. Merge pull request #308 from contentstack/master

    back merge
    reeshika-h authored Jul 6, 2026
    Configuration menu
    Copy the full SHA
    7038404 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2026

  1. fix: null-safety, whitespace trimming, and comma join for variants/br…

    …anch headers
    
    Addresses Copilot review on PR #295:
    - Guard variants(String) and variants(String[]) against null input
    - Treat whitespace-only variant/branch as blank via trim().isEmpty()
    - Join multi-variant header with "," for consistency with other SDK headers
    
    Blank input intentionally skips (does not remove) the header: headers are a
    shared Stack-level map, so remove() would clear the header for sibling
    Entry/Query objects and the Stack-level default.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    reeshika-h and claude committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    f29b8c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1c6b73 View commit details
    Browse the repository at this point in the history
  3. version bump

    reeshika-h committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    0aa9acf View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2026

  1. Merge pull request #295 from contentstack/feat/DX-7325-variant-branch…

    …-support
    
    Add variant and branch support in Entry and Query APIs
    reeshika-h authored Jul 17, 2026
    Configuration menu
    Copy the full SHA
    dbfac4c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2026

  1. Merge pull request #309 from contentstack/development

    DX | 20-07-2026 | Release
    naman-contentstack authored Jul 20, 2026
    Configuration menu
    Copy the full SHA
    18185b6 View commit details
    Browse the repository at this point in the history
Loading