From 3f08c4cdb5f01a038beb8b8dc5abd7be2f45e5cf Mon Sep 17 00:00:00 2001 From: "descope-release-bot[bot]" <139235589+descope-release-bot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 13:01:50 +0000 Subject: [PATCH] chore(main): release java-sdk 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ examples/check-pwd-policy/pom.xml | 2 +- examples/management-cli/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09a25228..6a787c5c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c0880b9..a4f2e619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.3.0](https://github.com/descope/descope-java/compare/java-sdk-1.2.0...java-sdk-1.3.0) (2026-08-10) + + +### Features + +* **fga:** add dryRunSchema ([#347](https://github.com/descope/descope-java/issues/347)) ([16bd82b](https://github.com/descope/descope-java/commit/16bd82be56bad19cdceb16fa6730b3a835f5d0c3)) +* **fga:** support ABAC context in check, whoCanAccess and whatCanTargetAccess ([#348](https://github.com/descope/descope-java/issues/348)) ([045fc17](https://github.com/descope/descope-java/commit/045fc175ddf96082c733d0b240d9c661574b51f3)) +* **fga:** support routing FGA calls to an FGA cache instance ([#349](https://github.com/descope/descope-java/issues/349)) ([bf53f38](https://github.com/descope/descope-java/commit/bf53f382097755d272142aace80907d5db96cfa2)) +* **mgmt:** add java sdk parity methods and models to match go sdk ([#339](https://github.com/descope/descope-java/issues/339)) ([50bec48](https://github.com/descope/descope-java/commit/50bec48d0a2f2a634dd7cd27eb98983a3ce54c64)) + + +### Bug Fixes + +* **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.22.1 [security] ([#342](https://github.com/descope/descope-java/issues/342)) ([a6b7a12](https://github.com/descope/descope-java/commit/a6b7a124ef6ff4236575b157c1a504558e13eac3)) +* **deps:** update dependency org.apache.httpcomponents.client5:httpclient5 to v5.6.2 ([#343](https://github.com/descope/descope-java/issues/343)) ([9c21308](https://github.com/descope/descope-java/commit/9c2130871708d198a1f649edeff8aa04abf07819)) +* **deps:** update dependency org.bouncycastle:bcprov-jdk18on to v1.85 ([#355](https://github.com/descope/descope-java/issues/355)) ([80cd606](https://github.com/descope/descope-java/commit/80cd6061f9d87a909bfd392da4e33a2f21a25df7)) + ## [1.2.0](https://github.com/descope/descope-java/compare/java-sdk-1.1.0...java-sdk-1.2.0) (2026-06-22) diff --git a/examples/check-pwd-policy/pom.xml b/examples/check-pwd-policy/pom.xml index bd947f71..91a7c1c5 100644 --- a/examples/check-pwd-policy/pom.xml +++ b/examples/check-pwd-policy/pom.xml @@ -4,7 +4,7 @@ com.descope check-pwd-policy - 1.2.0 + 1.3.0 17 diff --git a/examples/management-cli/pom.xml b/examples/management-cli/pom.xml index 7863ed54..4b0112bb 100644 --- a/examples/management-cli/pom.xml +++ b/examples/management-cli/pom.xml @@ -4,7 +4,7 @@ com.descope management-cli - 1.2.0 + 1.3.0 17 diff --git a/pom.xml b/pom.xml index 3c55cc7d..3914ec47 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.descope java-sdk 4.0.0 - 1.2.0 + 1.3.0 ${project.groupId}:${project.artifactId} Java library used to integrate with Descope. https://github.com/descope/descope-java