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: openfga/java-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: openfga/java-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.1
Choose a head ref
  • 19 commits
  • 44 files changed
  • 6 contributors

Commits on Aug 19, 2025

  1. chore: move example to examples directory (#210)

    * chore: move example to examples directory
    
    * fix basic-example build
    jimmyjames authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    c70b4d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. chore(deps): bump org.mockito:mockito-core in the dependencies group (#…

    …212)
    
    Bumps the dependencies group with 1 update: [org.mockito:mockito-core](https://github.com/mockito/mockito).
    
    
    Updates `org.mockito:mockito-core` from 5.18.0 to 5.19.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.18.0...v5.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-version: 5.19.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    597ecdc View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. docs: add OpenTelemetry example (#211)

    * docs: add open telemetry example
    
    * use published SDK version by default
    
    * add makefile
    
    * add top-level README
    
    * code cleanup
    
    * update dependabot
    
    * add gradle wrapper jar
    
    * Update examples/opentelemetry/build.gradle
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * fix build, update otel deps
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    jimmyjames and coderabbitai[bot] authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    38f94be View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. chore(deps): bump org.openapitools:jackson-databind-nullable (#218)

    Bumps the dependencies group in /examples/basic-examples with 1 update: [org.openapitools:jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable).
    
    
    Updates `org.openapitools:jackson-databind-nullable` from 0.2.6 to 0.2.7
    - [Release notes](https://github.com/OpenAPITools/jackson-databind-nullable/releases)
    - [Commits](OpenAPITools/jackson-databind-nullable@v0.2.6...v0.2.7)
    
    ---
    updated-dependencies:
    - dependency-name: org.openapitools:jackson-databind-nullable
      dependency-version: 0.2.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    cc0eea0 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the dependencies group with 2 updates (#217)

    Bumps the dependencies group with 2 updates: [actions/setup-java](https://github.com/actions/setup-java) and [codecov/codecov-action](https://github.com/codecov/codecov-action).
    
    
    Updates `actions/setup-java` from 4.7.1 to 5.0.0
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@c5195ef...dded088)
    
    Updates `codecov/codecov-action` from 5.4.3 to 5.5.0
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@18283e0...fdcc847)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 5.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: codecov/codecov-action
      dependency-version: 5.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    ac61a31 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump io.opentelemetry.semconv:opentelemetry-semconv (#216)

    Bumps the dependencies group in /examples/opentelemetry with 1 update: [io.opentelemetry.semconv:opentelemetry-semconv](https://github.com/open-telemetry/semantic-conventions-java).
    
    
    Updates `io.opentelemetry.semconv:opentelemetry-semconv` from 1.34.0 to 1.36.0
    - [Release notes](https://github.com/open-telemetry/semantic-conventions-java/releases)
    - [Changelog](https://github.com/open-telemetry/semantic-conventions-java/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/semantic-conventions-java@v1.34.0...v1.36.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.opentelemetry.semconv:opentelemetry-semconv
      dependency-version: 1.36.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    4d5cae7 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump org.openapitools:jackson-databind-nullable (#215)

    Bumps the dependencies group with 1 update: [org.openapitools:jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable).
    
    
    Updates `org.openapitools:jackson-databind-nullable` from 0.2.6 to 0.2.7
    - [Release notes](https://github.com/OpenAPITools/jackson-databind-nullable/releases)
    - [Commits](OpenAPITools/jackson-databind-nullable@v0.2.6...v0.2.7)
    
    ---
    updated-dependencies:
    - dependency-name: org.openapitools:jackson-databind-nullable
      dependency-version: 0.2.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    2fc57da View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. Configuration menu
    Copy the full SHA
    7c9e599 View commit details
    Browse the repository at this point in the history
  2. Update SECURITY-INSIGHTS (#219)

    * "chore: updating SECURITY-INSIGHTS"
    
    * "chore: updating SECURITY-INSIGHTS"
    
    * "chore: updating SECURITY-INSIGHTS"
    
    * "chore: updating SECURITY-INSIGHTS"
    aaguiarz authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    ca60fa9 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. chore(deps): bump the dependencies group with 3 updates (#221)

    Bumps the dependencies group with 3 updates: [gradle/actions](https://github.com/gradle/actions), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action).
    
    
    Updates `gradle/actions` from 4.4.2 to 4.4.4
    - [Release notes](https://github.com/gradle/actions/releases)
    - [Commits](gradle/actions@017a9ef...748248d)
    
    Updates `codecov/codecov-action` from 5.5.0 to 5.5.1
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@fdcc847...5a10915)
    
    Updates `ossf/scorecard-action` from 2.4.2 to 2.4.3
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
    - [Commits](ossf/scorecard-action@05b42c6...4eaacf0)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/actions
      dependency-version: 4.4.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: codecov/codecov-action
      dependency-version: 5.5.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: ossf/scorecard-action
      dependency-version: 2.4.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    f272edf View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the dependencies group (#223)

    Bumps the dependencies group in /examples/basic-examples with 6 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.19.2` | `2.20.0` |
    | com.fasterxml.jackson.core:jackson-annotations | `2.19.2` | `2.20.0` |
    | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.19.2` | `2.20.0` |
    | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.19.2` | `2.20.0` |
    | com.diffplug.spotless | `7.2.1` | `8.0.0` |
    | [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.2.20` |
    
    
    Updates `com.fasterxml.jackson.core:jackson-core` from 2.19.2 to 2.20.0
    - [Commits](FasterXML/jackson-core@jackson-core-2.19.2...jackson-core-2.20.0)
    
    Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.19.2 to 2.20.0
    
    Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.2 to 2.20.0
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.19.2 to 2.20.0
    
    Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.19.2 to 2.20.0
    
    Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.2 to 2.20.0
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.19.2 to 2.20.0
    
    Updates `com.diffplug.spotless` from 7.2.1 to 8.0.0
    
    Updates `org.jetbrains.kotlin.jvm` from 2.2.10 to 2.2.20
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-core
      dependency-version: 2.20.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: com.fasterxml.jackson.core:jackson-annotations
      dependency-version: 2.20.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-version: 2.20.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
      dependency-version: 2.20.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: com.fasterxml.jackson.core:jackson-annotations
      dependency-version: 2.20.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-version: 2.20.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
      dependency-version: 2.20.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: com.diffplug.spotless
      dependency-version: 8.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    - dependency-name: org.jetbrains.kotlin.jvm
      dependency-version: 2.2.20
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    4b23272 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump the dependencies group (#224)

    Bumps the dependencies group in /examples/opentelemetry with 6 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [io.opentelemetry:opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-java) | `1.53.0` | `1.54.1` |
    | [io.opentelemetry:opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-java) | `1.53.0` | `1.54.1` |
    | [io.opentelemetry:opentelemetry-sdk-extension-autoconfigure](https://github.com/open-telemetry/opentelemetry-java) | `1.53.0` | `1.54.1` |
    | [io.opentelemetry:opentelemetry-exporter-prometheus](https://github.com/open-telemetry/opentelemetry-java) | `1.53.0-alpha` | `1.54.1-alpha` |
    | [io.opentelemetry.semconv:opentelemetry-semconv](https://github.com/open-telemetry/semantic-conventions-java) | `1.36.0` | `1.37.0` |
    | com.diffplug.spotless | `7.2.1` | `8.0.0` |
    
    
    Updates `io.opentelemetry:opentelemetry-sdk` from 1.53.0 to 1.54.1
    - [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-java@v1.53.0...v1.54.1)
    
    Updates `io.opentelemetry:opentelemetry-exporter-otlp` from 1.53.0 to 1.54.1
    - [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-java@v1.53.0...v1.54.1)
    
    Updates `io.opentelemetry:opentelemetry-sdk-extension-autoconfigure` from 1.53.0 to 1.54.1
    - [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-java@v1.53.0...v1.54.1)
    
    Updates `io.opentelemetry:opentelemetry-exporter-prometheus` from 1.53.0-alpha to 1.54.1-alpha
    - [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-java/commits)
    
    Updates `io.opentelemetry:opentelemetry-exporter-otlp` from 1.53.0 to 1.54.1
    - [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-java@v1.53.0...v1.54.1)
    
    Updates `io.opentelemetry:opentelemetry-sdk-extension-autoconfigure` from 1.53.0 to 1.54.1
    - [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-java@v1.53.0...v1.54.1)
    
    Updates `io.opentelemetry.semconv:opentelemetry-semconv` from 1.36.0 to 1.37.0
    - [Release notes](https://github.com/open-telemetry/semantic-conventions-java/releases)
    - [Changelog](https://github.com/open-telemetry/semantic-conventions-java/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/semantic-conventions-java@v1.36.0...v1.37.0)
    
    Updates `com.diffplug.spotless` from 7.2.1 to 8.0.0
    
    ---
    updated-dependencies:
    - dependency-name: io.opentelemetry:opentelemetry-sdk
      dependency-version: 1.54.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.opentelemetry:opentelemetry-exporter-otlp
      dependency-version: 1.54.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.opentelemetry:opentelemetry-sdk-extension-autoconfigure
      dependency-version: 1.54.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.opentelemetry:opentelemetry-exporter-prometheus
      dependency-version: 1.54.1-alpha
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.opentelemetry:opentelemetry-exporter-otlp
      dependency-version: 1.54.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.opentelemetry:opentelemetry-sdk-extension-autoconfigure
      dependency-version: 1.54.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.opentelemetry.semconv:opentelemetry-semconv
      dependency-version: 1.37.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: com.diffplug.spotless
      dependency-version: 8.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    9ae0837 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

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

Commits on Oct 6, 2025

  1. chore: ignore spotless v8.0.0 and greater versions (#227)

    * chore: ignore spotless v0.8.0 and greater versions
    
    * fix version
    jimmyjames authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    c79abb4 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump gradle/actions in the dependencies group (#228)

    Bumps the dependencies group with 1 update: [gradle/actions](https://github.com/gradle/actions).
    
    
    Updates `gradle/actions` from 4.4.4 to 5.0.0
    - [Release notes](https://github.com/gradle/actions/releases)
    - [Commits](gradle/actions@748248d...4d9f0ba)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/actions
      dependency-version: 5.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    e0d68d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23da547 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump the dependencies group across 1 directory with 5 up…

    …dates (#232)
    
    Bumps the dependencies group with 5 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.19.2` | `2.20.0` |
    | [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) | `1.53.0` | `1.54.1` |
    | [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.27.4` | `3.27.6` |
    | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.19.0` | `5.20.0` |
    | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `5.13.4` | `5.14.0` |
    
    
    
    Updates `com.fasterxml.jackson:jackson-bom` from 2.19.2 to 2.20.0
    - [Commits](FasterXML/jackson-bom@jackson-bom-2.19.2...jackson-bom-2.20.0)
    
    Updates `io.opentelemetry:opentelemetry-bom` from 1.53.0 to 1.54.1
    - [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-java@v1.53.0...v1.54.1)
    
    Updates `org.assertj:assertj-core` from 3.27.4 to 3.27.6
    - [Release notes](https://github.com/assertj/assertj/releases)
    - [Commits](assertj/assertj@assertj-build-3.27.4...assertj-build-3.27.6)
    
    Updates `org.mockito:mockito-core` from 5.19.0 to 5.20.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.19.0...v5.20.0)
    
    Updates `org.junit.jupiter:junit-jupiter` from 5.13.4 to 5.14.0
    - [Release notes](https://github.com/junit-team/junit-framework/releases)
    - [Commits](junit-team/junit-framework@r5.13.4...r5.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson:jackson-bom
      dependency-version: 2.20.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: io.opentelemetry:opentelemetry-bom
      dependency-version: 1.54.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: org.assertj:assertj-core
      dependency-version: 3.27.6
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: org.mockito:mockito-core
      dependency-version: 5.20.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: org.junit.jupiter:junit-jupiter
      dependency-version: 5.14.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    d25291a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. fix: ensure headers can be set and overriden (#226)

    * fix(ClientConfiguration): override defaultHeaders to return correct type
    
    * fix(readAuthorizationModel): correctly handle options with no modelID set
    
    * fix(ClientListRelationsOptions): include headers when converting to ClientBatchCheckOptions
    
    * test: add tests to cover headers
    
    * docs: add docs to readme for header usage
    
    * test: update listRelations tests to have correct header value
    
    * refactor: address review comments regarding npe, readme update and copying headers
    
    * test: add test for null headers
    
    * refactor: change header handling to support immutable maps
    
    * refactor: update writeNonTransaction and batchCheck to handle immutable map for headers
    ewanharris authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    a84d17c View commit details
    Browse the repository at this point in the history
  2. release: v0.9.1 (#233)

    * chore: misc updates based on api doc changes and file changes
    
    * release: v0.9.1
    ewanharris authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    4c55350 View commit details
    Browse the repository at this point in the history
Loading