From f78ba837cc45dc6ea95e2ed13f20a794e8c204ab Mon Sep 17 00:00:00 2001 From: "release-please-token-provider[bot]" <225477224+release-please-token-provider[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 15:00:04 +0000 Subject: [PATCH] chore(main): release 1.9.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++ README.md | 30 +++++++++---------- .../options/UserAgentHandlerOption.java | 2 +- gradle.properties | 4 +-- 5 files changed, 26 insertions(+), 19 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b1f790d8..44204dd0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.12" + ".": "1.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d149835d..4138d411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.9.0](https://github.com/microsoft/kiota-java/compare/v1.8.12...v1.9.0) (2025-11-20) + + +### Features + +* allows customization of JSON serialization through GSON TypeAdapters ([41d7c77](https://github.com/microsoft/kiota-java/commit/41d7c77b4f3a90bb9ab5b61ff602c4b20280e750)) + ## [1.8.12](https://github.com/microsoft/kiota-java/compare/v1.8.11...v1.8.12) (2025-11-18) diff --git a/README.md b/README.md index 70059eac..cf5d288f 100644 --- a/README.md +++ b/README.md @@ -22,28 +22,28 @@ In `build.gradle` in the `dependencies` section: ```Groovy // x-release-please-start-version -implementation 'com.microsoft.kiota:microsoft-kiota-abstractions:1.8.12' +implementation 'com.microsoft.kiota:microsoft-kiota-abstractions:1.9.0' // x-release-please-end // x-release-please-start-version -implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.12' +implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.9.0' // x-release-please-end // x-release-please-start-version -implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.12' +implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.9.0' // x-release-please-end // x-release-please-start-version -implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.12' +implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.9.0' // x-release-please-end // x-release-please-start-version -implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.8.12' +implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.9.0' // x-release-please-end // x-release-please-start-version -implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.8.12' +implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.9.0' // x-release-please-end // x-release-please-start-version -implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.8.12' +implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.9.0' // x-release-please-end // x-release-please-start-version -implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.8.12' +implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.9.0' // x-release-please-end implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' ``` @@ -57,49 +57,49 @@ In `pom.xml` in the `dependencies` section: com.microsoft.kiota microsoft-kiota-abstractions - 1.8.12 + 1.9.0 com.microsoft.kiota microsoft-kiota-authentication-azure - 1.8.12 + 1.9.0 com.microsoft.kiota microsoft-kiota-http-okHttp - 1.8.12 + 1.9.0 com.microsoft.kiota microsoft-kiota-serialization-json - 1.8.12 + 1.9.0 com.microsoft.kiota microsoft-kiota-serialization-text - 1.8.12 + 1.9.0 com.microsoft.kiota microsoft-kiota-serialization-form - 1.8.12 + 1.9.0 com.microsoft.kiota microsoft-kiota-serialization-multipart - 1.8.12 + 1.9.0 diff --git a/components/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/options/UserAgentHandlerOption.java b/components/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/options/UserAgentHandlerOption.java index 51336a08..7e70dce3 100644 --- a/components/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/options/UserAgentHandlerOption.java +++ b/components/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/options/UserAgentHandlerOption.java @@ -13,7 +13,7 @@ public UserAgentHandlerOption() {} private boolean enabled = true; @Nonnull private String productName = "kiota-java"; - @Nonnull private String productVersion = "1.8.12"; // x-release-please-version + @Nonnull private String productVersion = "1.9.0"; // x-release-please-version /** * Gets the product name to be used in the user agent header diff --git a/gradle.properties b/gradle.properties index 8248fcff..5414a0bc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -28,10 +28,10 @@ mavenGroupId = com.microsoft.kiota mavenMajorVersion = 1 # x-release-please-end # x-release-please-start-minor -mavenMinorVersion = 8 +mavenMinorVersion = 9 # x-release-please-end # x-release-please-start-patch -mavenPatchVersion = 12 +mavenPatchVersion = 0 # x-release-please-end mavenArtifactSuffix =