Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.0"
".": "0.10.1"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.10.1](https://github.com/openfga/java-sdk/compare/v0.10.0...v0.10.1) (2026-09-19)


### Added

* add json serialization bridge ([#387](https://github.com/openfga/java-sdk/issues/387)) ([84096fa](https://github.com/openfga/java-sdk/commit/84096fac4de2aeaa1970fec164bc1f19359eff9f))


### Deprecated

* New SDK APIs no longer expose Jackson 2 types. The following existing public compatibility wrappers remain fully functional, but are deprecated and will be removed in a future Jackson 3 major release ([#387](https://github.com/openfga/java-sdk/pull/387), [RFC](https://github.com/openfga/rfcs/pull/36)):
* `ObjectMapper` accessors on `ApiClient` — use the new SDK-owned `JsonSerializer` interface instead
* API overloads accepting Jackson `TypeReference` — use `SdkTypeToken` instead
* No action is required for users who don't interact with the mapper directly. The wire format is unchanged; direct `JsonSerializer` calls report serialization failures as `SdkSerializationException`, while regular API operations may wrap them in `ApiException`.


## [0.10.0](https://github.com/openfga/java-sdk/compare/v0.9.11...v0.10.0) (2026-09-02)

> [!WARNING]
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Maven Central](https://img.shields.io/maven-central/v/dev.openfga/openfga-sdk.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/dev.openfga/openfga-sdk)
[![Javadoc](https://javadoc.io/badge2/dev.openfga/openfga-sdk/javadoc.svg)](https://javadoc.io/doc/dev.openfga/openfga-sdk)
[![Socket Badge](https://badge.socket.dev/maven/package/dev.openfga:openfga-sdk/0.10.0)](https://socket.dev/maven/package/dev.openfga:openfga-sdk) <!-- x-release-please-version -->
[![Socket Badge](https://badge.socket.dev/maven/package/dev.openfga:openfga-sdk/0.10.1)](https://socket.dev/maven/package/dev.openfga:openfga-sdk) <!-- x-release-please-version -->
[![DeepWiki](https://img.shields.io/badge/DeepWiki-openfga%2Fjava--sdk-blue.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAyCAYAAAAnWDnqAAAAAXNSR0IArs4c6QAAA05JREFUaEPtmUtyEzEQhtWTQyQLHNak2AB7ZnyXZMEjXMGeK/AIi+QuHrMnbChYY7MIh8g01fJoopFb0uhhEqqcbWTp06/uv1saEDv4O3n3dV60RfP947Mm9/SQc0ICFQgzfc4CYZoTPAswgSJCCUJUnAAoRHOAUOcATwbmVLWdGoH//PB8mnKqScAhsD0kYP3j/Yt5LPQe2KvcXmGvRHcDnpxfL2zOYJ1mFwrryWTz0advv1Ut4CJgf5uhDuDj5eUcAUoahrdY/56ebRWeraTjMt/00Sh3UDtjgHtQNHwcRGOC98BJEAEymycmYcWwOprTgcB6VZ5JK5TAJ+fXGLBm3FDAmn6oPPjR4rKCAoJCal2eAiQp2x0vxTPB3ALO2CRkwmDy5WohzBDwSEFKRwPbknEggCPB/imwrycgxX2NzoMCHhPkDwqYMr9tRcP5qNrMZHkVnOjRMWwLCcr8ohBVb1OMjxLwGCvjTikrsBOiA6fNyCrm8V1rP93iVPpwaE+gO0SsWmPiXB+jikdf6SizrT5qKasx5j8ABbHpFTx+vFXp9EnYQmLx02h1QTTrl6eDqxLnGjporxl3NL3agEvXdT0WmEost648sQOYAeJS9Q7bfUVoMGnjo4AZdUMQku50McDcMWcBPvr0SzbTAFDfvJqwLzgxwATnCgnp4wDl6Aa+Ax283gghmj+vj7feE2KBBRMW3FzOpLOADl0Isb5587h/U4gGvkt5v60Z1VLG8BhYjbzRwyQZemwAd6cCR5/XFWLYZRIMpX39AR0tjaGGiGzLVyhse5C9RKC6ai42ppWPKiBagOvaYk8lO7DajerabOZP46Lby5wKjw1HCRx7p9sVMOWGzb/vA1hwiWc6jm3MvQDTogQkiqIhJV0nBQBTU+3okKCFDy9WwferkHjtxib7t3xIUQtHxnIwtx4mpg26/HfwVNVDb4oI9RHmx5WGelRVlrtiw43zboCLaxv46AZeB3IlTkwouebTr1y2NjSpHz68WNFjHvupy3q8TFn3Hos2IAk4Ju5dCo8B3wP7VPr/FGaKiG+T+v+TQqIrOqMTL1VdWV1DdmcbO8KXBz6esmYWYKPwDL5b5FA1a0hwapHiom0r/cKaoqr+27/XcrS5UwSMbQAAAABJRU5ErkJggg==)](https://deepwiki.com/openfga/java-sdk)
[![Release](https://img.shields.io/github/v/release/openfga/java-sdk?sort=semver&color=green)](https://github.com/openfga/java-sdk/releases)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fopenfga%2Fjava-sdk.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fopenfga%2Fjava-sdk?ref=badge_shield)
Expand Down Expand Up @@ -84,15 +84,15 @@ It can be used with the following:

<!-- x-release-please-start-version -->
```groovy
implementation 'dev.openfga:openfga-sdk:0.10.0'
implementation 'dev.openfga:openfga-sdk:0.10.1'
```
<!-- x-release-please-end -->

* Gradle (Kotlin)

<!-- x-release-please-start-version -->
```kotlin
implementation("dev.openfga:openfga-sdk:0.10.0")
implementation("dev.openfga:openfga-sdk:0.10.1")
```
<!-- x-release-please-end -->

Expand All @@ -103,7 +103,7 @@ implementation("dev.openfga:openfga-sdk:0.10.0")
<dependency>
<groupId>dev.openfga</groupId>
<artifactId>openfga-sdk</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
</dependency>
```
<!-- x-release-please-end -->
Expand All @@ -112,23 +112,23 @@ implementation("dev.openfga:openfga-sdk:0.10.0")

<!-- x-release-please-start-version -->
```xml
<dependency org="dev.openfga" name="openfga-sdk" rev="0.10.0"/>
<dependency org="dev.openfga" name="openfga-sdk" rev="0.10.1"/>
```
<!-- x-release-please-end -->

* SBT

<!-- x-release-please-start-version -->
```scala
libraryDependencies += "dev.openfga" % "openfga-sdk" % "0.10.0"
libraryDependencies += "dev.openfga" % "openfga-sdk" % "0.10.1"
```
<!-- x-release-please-end -->

* Leiningen

<!-- x-release-please-start-version -->
```edn
[dev.openfga/openfga-sdk "0.10.0"]
[dev.openfga/openfga-sdk "0.10.1"]
```
<!-- x-release-please-end -->

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
apply from: 'publish.gradle'

group = 'dev.openfga'
version = '0.10.0' // x-release-please-version
version = '0.10.1' // x-release-please-version

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion examples/api-executor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ext {

dependencies {
// Use local build of SDK
implementation files('../../build/libs/openfga-sdk-0.10.0.jar') // x-release-please-version
implementation files('../../build/libs/openfga-sdk-0.10.1.jar') // x-release-please-version

// OpenFGA Language SDK for DSL transformation
implementation("dev.openfga:openfga-language:v0.2.0-beta.1")
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ext {
}

dependencies {
implementation("dev.openfga:openfga-sdk:0.10.0") // x-release-please-version
implementation("dev.openfga:openfga-sdk:0.10.1") // x-release-please-version

// Serialization
implementation("com.fasterxml.jackson.core:jackson-core:$jacksonVersion")
Expand Down
2 changes: 1 addition & 1 deletion examples/opentelemetry/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ repositories {
}

ext {
fgaSdkVersion = "0.10.0" // x-release-please-version
fgaSdkVersion = "0.10.1" // x-release-please-version
openTelemetryVersion = "1.65.0"
openTelemetryAlphaVersion = "1.65.0-alpha"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/streamed-list-objects/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ext {

dependencies {
// Use local build of SDK
implementation files('../../build/libs/openfga-sdk-0.10.0.jar') // x-release-please-version
implementation files('../../build/libs/openfga-sdk-0.10.1.jar') // x-release-please-version

// OpenFGA Language SDK for DSL transformation
implementation("dev.openfga:openfga-language:v0.2.0-beta.1")
Expand Down
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publishing {
pom {
group = 'dev.openfga'
name = 'openfga-sdk'
version = '0.10.0' // x-release-please-version
version = '0.10.1' // x-release-please-version
description = 'This is an autogenerated Java SDK for OpenFGA. It provides a wrapper around the [OpenFGA API definition](https://openfga.dev/api).'
url = 'https://openfga.dev'
licenses {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public final class FgaConstants {

/** Version of the OpenFGA Java SDK. */
public static final String SDK_VERSION = "0.10.0"; // x-release-please-version
public static final String SDK_VERSION = "0.10.1"; // x-release-please-version

/** User agent used in HTTP requests. */
public static final String USER_AGENT = "openfga-sdk java/" + SDK_VERSION;
Expand Down
Loading