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: marshalium/java-api-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: recombee/java-api-client
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.
  • 8 commits
  • 107 files changed
  • 3 contributors

Commits on Jul 4, 2025

  1. Ignore target/ build directory

    Appears to be where maven puts its build artifacts
    marshalium authored and OndraFiedler committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    0769515 View commit details
    Browse the repository at this point in the history
  2. Add default timeouts to Set*Values requests

    Without this they default to 0 and that okhttp treats that like an
    infinite timeout
    marshalium authored and OndraFiedler committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    de26026 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

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

Commits on Sep 19, 2025

  1. Improve timeouts and exception handling (recombee#18)

    * Ignore eclipse.jdt.ls project files
    
    * Add cause to thrown exceptions where possible
    
    This helps with debugging underlying issues
    
    * Set callTimeout to 2x the http timeouts
    
    This is 2x the other timeouts because I don't want to change the
    current http timeout behavior. This overall timeout is only a safety
    measure for when the other timeouts fail us
    marshalium authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    f6cf1cd View commit details
    Browse the repository at this point in the history
  2. Release: v5.1.2

    OndraFiedler committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    2f6fb3c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Release: v6.0.0

    - Added support for the new Composite Recommendation endpoint
    - Added new parameter `autoPresented` for Detail View and View Portion interactions
    - Added new parameter `timeSpent` for View Portion interactions
    - Added support for `reqlExpressions` on recommended items
    - The `name` parameter of the Logic input is no longer mandatory
    OndraFiedler committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    407b44b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Release: v6.1.0

    - Added support for `reqlExpressions` on recommended item segments
    MichalDemko committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    1d34c95 View commit details
    Browse the repository at this point in the history
Loading