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: alativity/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.
  • 15 commits
  • 223 files changed
  • 5 contributors

Commits on Jan 6, 2023

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

Commits on Dec 5, 2024

  1. update okhttp due to CVE-2023-3635 vulnerability

    Tomasz Kabala authored and OndraFiedler committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    ed7a1c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. Configuration menu
    Copy the full SHA
    7c906c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbee656 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    171a2da View commit details
    Browse the repository at this point in the history
  4. Bump version

    OndraFiedler committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    d6866c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2025

  1. Release: v5.0.0

    - Support new Recommend Items to Item Segment endpoint
    - Series API improvements:
    	- Add Series endpoint creates associated Item for the Series automatically (based on the cascadeCreate parameter)
    	- Breaking change: Remove From Series no longer requires the time parameter
    - Removed deprecated Groups endpoints
    OndraFiedler committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    a061f54 View commit details
    Browse the repository at this point in the history

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