Skip to content

Bump the azure-sdk group across 1 directory with 3 updates - #176

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/azure-sdk-4378405251
Open

Bump the azure-sdk group across 1 directory with 3 updates#176
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/azure-sdk-4378405251

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the azure-sdk group with 3 updates in the / directory: com.microsoft.azure.kusto:kusto-data, com.microsoft.azure.kusto:kusto-ingest and com.azure:azure-identity.

Updates com.microsoft.azure.kusto:kusto-data from 7.0.5 to 8.0.1

Release notes

Sourced from com.microsoft.azure.kusto:kusto-data's releases.

v8.0.1

Fixed

  • Fixed double-application of the 30-second client grace period on every request. In v7.0.6 a 30s grace was added in ClientImpl.determineTimeout, but BaseClient.getContextTimeout was already adding the same 30s buffer (EXTRA_TIMEOUT_FOR_CLIENT_SIDE). The effective HTTP-client timeout was serverTimeout + 60s; it is now restored to serverTimeout + 30s.

v8.0.0

Changed

  • [BREAKING] Minimum Java version requirement updated to Java 11. Previous versions supported Java 8. Starting with version 8.0.0, Java 11 or later is required to use this SDK.

Added

  • New ingest-v2 module (0.0.1-beta) — next-generation ingestion library written in Kotlin. Uses Ktor + coroutines instead of Apache HttpClient + Reactor. Supports queued, streaming, and managed streaming ingestion with builder pattern. Includes OpenAPI-generated API models and Private Link support for EventHouse on Fabric.

v7.0.8

Changed

  • Upgraded Azure SDK BOM to 1.3.6
  • Pinned msal4j to 1.24.1 for sovereign cloud support

v7.0.7

Fixed

  • Fixed double-application of the 30-second client grace period on every request. In v7.0.6 a 30s grace was added in ClientImpl.determineTimeout, but BaseClient.getContextTimeout was already adding the same 30s buffer (EXTRA_TIMEOUT_FOR_CLIENT_SIDE). The effective HTTP-client timeout was serverTimeout + 60s; it is now restored to serverTimeout + 30s.

v7.0.6

Fixed

  • Fixed servertimeout option being overriden from timespan string to numeric long value when reusing ClientRequestProperties across queries.
Changelog

Sourced from com.microsoft.azure.kusto:kusto-data's changelog.

[8.0.1] - 2026-04-28

Fixed

  • Fixed double-application of the 30-second client grace period on every request. In v7.0.6 a 30s grace was added in ClientImpl.determineTimeout, but BaseClient.getContextTimeout was already adding the same 30s buffer (EXTRA_TIMEOUT_FOR_CLIENT_SIDE). The effective HTTP-client timeout was serverTimeout + 60s; it is now restored to serverTimeout + 30s.

[8.0.0] - 2026-02-04

Changed

  • [BREAKING] Minimum Java version requirement updated to Java 11. Previous versions supported Java 8. Starting with version 8.0.0, Java 11 or later is required to use this SDK.

Added

  • New ingest-v2 module (0.0.1-beta) — next-generation ingestion library written in Kotlin. Uses Ktor + coroutines instead of Apache HttpClient + Reactor. Supports queued, streaming, and managed streaming ingestion with builder pattern. Includes OpenAPI-generated API models and Private Link support for EventHouse on Fabric.

[7.0.6] - 2026-03-11

Fixed

  • Fixed servertimeout option being overriden from timespan string to numeric long value when reusing ClientRequestProperties across queries.
Commits
  • 5b2e415 Fix double-application of 30s client grace period (v8.0.1) (#474)
  • 8934755 Upgrade Azure SDK BOM to 1.3.6 and pin msal4j 1.24.1 for sovereign cloud supp...
  • 4b2c791 Add maven-assembly-plugin, maven-source-plugin, and dokka-maven-plugin to ing...
  • 8a9ad07 Prepare v8.0.0 release: update release workflow for ingest-v2 and changelog (...
  • 2e466f3 Feature/ingest v2 (#439)
  • 0f7b3aa fix server timeout crp override (#468)
  • 85e4eec * Use open-rewrite to migrate from JDK8 to JDK11 (#453)
  • See full diff in compare view

Updates com.microsoft.azure.kusto:kusto-ingest from 7.0.5 to 8.0.1

Release notes

Sourced from com.microsoft.azure.kusto:kusto-ingest's releases.

v8.0.1

Fixed

  • Fixed double-application of the 30-second client grace period on every request. In v7.0.6 a 30s grace was added in ClientImpl.determineTimeout, but BaseClient.getContextTimeout was already adding the same 30s buffer (EXTRA_TIMEOUT_FOR_CLIENT_SIDE). The effective HTTP-client timeout was serverTimeout + 60s; it is now restored to serverTimeout + 30s.

v8.0.0

Changed

  • [BREAKING] Minimum Java version requirement updated to Java 11. Previous versions supported Java 8. Starting with version 8.0.0, Java 11 or later is required to use this SDK.

Added

  • New ingest-v2 module (0.0.1-beta) — next-generation ingestion library written in Kotlin. Uses Ktor + coroutines instead of Apache HttpClient + Reactor. Supports queued, streaming, and managed streaming ingestion with builder pattern. Includes OpenAPI-generated API models and Private Link support for EventHouse on Fabric.

v7.0.8

Changed

  • Upgraded Azure SDK BOM to 1.3.6
  • Pinned msal4j to 1.24.1 for sovereign cloud support

v7.0.7

Fixed

  • Fixed double-application of the 30-second client grace period on every request. In v7.0.6 a 30s grace was added in ClientImpl.determineTimeout, but BaseClient.getContextTimeout was already adding the same 30s buffer (EXTRA_TIMEOUT_FOR_CLIENT_SIDE). The effective HTTP-client timeout was serverTimeout + 60s; it is now restored to serverTimeout + 30s.

v7.0.6

Fixed

  • Fixed servertimeout option being overriden from timespan string to numeric long value when reusing ClientRequestProperties across queries.
Changelog

Sourced from com.microsoft.azure.kusto:kusto-ingest's changelog.

[8.0.1] - 2026-04-28

Fixed

  • Fixed double-application of the 30-second client grace period on every request. In v7.0.6 a 30s grace was added in ClientImpl.determineTimeout, but BaseClient.getContextTimeout was already adding the same 30s buffer (EXTRA_TIMEOUT_FOR_CLIENT_SIDE). The effective HTTP-client timeout was serverTimeout + 60s; it is now restored to serverTimeout + 30s.

[8.0.0] - 2026-02-04

Changed

  • [BREAKING] Minimum Java version requirement updated to Java 11. Previous versions supported Java 8. Starting with version 8.0.0, Java 11 or later is required to use this SDK.

Added

  • New ingest-v2 module (0.0.1-beta) — next-generation ingestion library written in Kotlin. Uses Ktor + coroutines instead of Apache HttpClient + Reactor. Supports queued, streaming, and managed streaming ingestion with builder pattern. Includes OpenAPI-generated API models and Private Link support for EventHouse on Fabric.

[7.0.6] - 2026-03-11

Fixed

  • Fixed servertimeout option being overriden from timespan string to numeric long value when reusing ClientRequestProperties across queries.
Commits
  • 5b2e415 Fix double-application of 30s client grace period (v8.0.1) (#474)
  • 8934755 Upgrade Azure SDK BOM to 1.3.6 and pin msal4j 1.24.1 for sovereign cloud supp...
  • 4b2c791 Add maven-assembly-plugin, maven-source-plugin, and dokka-maven-plugin to ing...
  • 8a9ad07 Prepare v8.0.0 release: update release workflow for ingest-v2 and changelog (...
  • 2e466f3 Feature/ingest v2 (#439)
  • 0f7b3aa fix server timeout crp override (#468)
  • 85e4eec * Use open-rewrite to migrate from JDK8 to JDK11 (#453)
  • See full diff in compare view

Updates com.azure:azure-identity from 1.18.1 to 1.18.5

Release notes

Sourced from com.azure:azure-identity's releases.

com.azure+azure-identity_1.18.5

1.18.5 (2026-08-24)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.58.1 to version 1.59.0.
  • Upgraded azure-core-http-netty from 1.16.5 to version 1.16.6.
Commits
  • dacd209 Remove redundant import of AccessTokenCache in PopTokenAuthenticationPolicy
  • 2ad3d20 Updating the SDK dependencies for azure-identity-broker
  • 96a0405 Reset changes to the patch version.
  • c275fad Updating the SDK dependencies for azure-identity
  • f408605 Reset changes to the patch version.
  • 76ad658 August 2026 Patches Mergeback PR (#50217)
  • de1d29c Increment package versions for compute auto-releases (#50229)
  • 3b506fc Configurations: 'specification/compute/resource-manager/Microsoft.Compute/Bu...
  • c04562d Add minimal SSE response support to azure-core (#50185)
  • 4657bd5 Increment package versions for servicebus releases (#50223)
  • Additional commits viewable in compare view

Updates com.microsoft.azure.kusto:kusto-ingest from 7.0.5 to 8.0.1

Release notes

Sourced from com.microsoft.azure.kusto:kusto-ingest's releases.

v8.0.1

Fixed

  • Fixed double-application of the 30-second client grace period on every request. In v7.0.6 a 30s grace was added in ClientImpl.determineTimeout, but BaseClient.getContextTimeout was already adding the same 30s buffer (EXTRA_TIMEOUT_FOR_CLIENT_SIDE). The effective HTTP-client timeout was serverTimeout + 60s; it is now restored to serverTimeout + 30s.

v8.0.0

Changed

  • [BREAKING] Minimum Java version requirement updated to Java 11. Previous versions supported Java 8. Starting with version 8.0.0, Java 11 or later is required to use this SDK.

Added

  • New ingest-v2 module (0.0.1-beta) — next-generation ingestion library written in Kotlin. Uses Ktor + coroutines instead of Apache HttpClient + Reactor. Supports queued, streaming, and managed streaming ingestion with builder pattern. Includes OpenAPI-generated API models and Private Link support for EventHouse on Fabric.

v7.0.8

Changed

  • Upgraded Azure SDK BOM to 1.3.6
  • Pinned msal4j to 1.24.1 for sovereign cloud support

v7.0.7

Fixed

  • Fixed double-application of the 30-second client grace period on every request. In v7.0.6 a 30s grace was added in ClientImpl.determineTimeout, but BaseClient.getContextTimeout was already adding the same 30s buffer (EXTRA_TIMEOUT_FOR_CLIENT_SIDE). The effective HTTP-client timeout was serverTimeout + 60s; it is now restored to serverTimeout + 30s.

v7.0.6

Fixed

  • Fixed servertimeout option being overriden from timespan string to numeric long value when reusing ClientRequestProperties across queries.
Changelog

Sourced from com.microsoft.azure.kusto:kusto-ingest's changelog.

[8.0.1] - 2026-04-28

Fixed

  • Fixed double-application of the 30-second client grace period on every request. In v7.0.6 a 30s grace was added in ClientImpl.determineTimeout, but BaseClient.getContextTimeout was already adding the same 30s buffer (EXTRA_TIMEOUT_FOR_CLIENT_SIDE). The effective HTTP-client timeout was serverTimeout + 60s; it is now restored to serverTimeout + 30s.

[8.0.0] - 2026-02-04

Changed

  • [BREAKING] Minimum Java version requirement updated to Java 11. Previous versions supported Java 8. Starting with version 8.0.0, Java 11 or later is required to use this SDK.

Added

  • New ingest-v2 module (0.0.1-beta) — next-generation ingestion library written in Kotlin. Uses Ktor + coroutines instead of Apache HttpClient + Reactor. Supports queued, streaming, and managed streaming ingestion with builder pattern. Includes OpenAPI-generated API models and Private Link support for EventHouse on Fabric.

[7.0.6] - 2026-03-11

Fixed

  • Fixed servertimeout option being overriden from timespan string to numeric long value when reusing ClientRequestProperties across queries.
Commits
  • 5b2e415 Fix double-application of 30s client grace period (v8.0.1) (#474)
  • 8934755 Upgrade Azure SDK BOM to 1.3.6 and pin msal4j 1.24.1 for sovereign cloud supp...
  • 4b2c791 Add maven-assembly-plugin, maven-source-plugin, and dokka-maven-plugin to ing...
  • 8a9ad07 Prepare v8.0.0 release: update release workflow for ingest-v2 and changelog (...
  • 2e466f3 Feature/ingest v2 (#439)
  • 0f7b3aa fix server timeout crp override (#468)
  • 85e4eec * Use open-rewrite to migrate from JDK8 to JDK11 (#453)
  • See full diff in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 12, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 12, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: java. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Azure Kusto SDK and Azure Identity dependency versions in the Maven build to pick up upstream fixes and keep the connector aligned with the latest supported client libraries.

Changes:

  • Bump com.microsoft.azure.kusto:kusto-data and com.microsoft.azure.kusto:kusto-ingest from 7.0.5 to 8.0.1.
  • Bump com.azure:azure-identity from 1.18.1 to 1.18.3.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dependabot dependabot Bot changed the title Bump the azure-sdk group with 3 updates Bump the azure-sdk group across 1 directory with 3 updates May 25, 2026
@dependabot
dependabot Bot force-pushed the dependabot/maven/azure-sdk-4378405251 branch from ccd90de to afcfab1 Compare May 25, 2026 22:59
@dependabot
dependabot Bot force-pushed the dependabot/maven/azure-sdk-4378405251 branch from afcfab1 to 1de0f9f Compare June 3, 2026 00:44
@dependabot
dependabot Bot force-pushed the dependabot/maven/azure-sdk-4378405251 branch from 1de0f9f to edb31ce Compare June 15, 2026 17:04
@dependabot
dependabot Bot force-pushed the dependabot/maven/azure-sdk-4378405251 branch from edb31ce to d43d668 Compare July 6, 2026 17:04
@dependabot
dependabot Bot force-pushed the dependabot/maven/azure-sdk-4378405251 branch from d43d668 to 238627a Compare July 13, 2026 17:06
@dependabot
dependabot Bot force-pushed the dependabot/maven/azure-sdk-4378405251 branch from 238627a to f70fbc5 Compare August 10, 2026 17:04
Bumps the azure-sdk group with 3 updates in the / directory: [com.microsoft.azure.kusto:kusto-data](https://github.com/Azure/azure-kusto-java), [com.microsoft.azure.kusto:kusto-ingest](https://github.com/Azure/azure-kusto-java) and [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java).


Updates `com.microsoft.azure.kusto:kusto-data` from 7.0.5 to 8.0.1
- [Release notes](https://github.com/Azure/azure-kusto-java/releases)
- [Changelog](https://github.com/Azure/azure-kusto-java/blob/master/CHANGELOG.md)
- [Commits](Azure/azure-kusto-java@v7.0.5...v8.0.1)

Updates `com.microsoft.azure.kusto:kusto-ingest` from 7.0.5 to 8.0.1
- [Release notes](https://github.com/Azure/azure-kusto-java/releases)
- [Changelog](https://github.com/Azure/azure-kusto-java/blob/master/CHANGELOG.md)
- [Commits](Azure/azure-kusto-java@v7.0.5...v8.0.1)

Updates `com.azure:azure-identity` from 1.18.1 to 1.18.5
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-identity_1.18.1...com.azure+azure-identity_1.18.5)

Updates `com.microsoft.azure.kusto:kusto-ingest` from 7.0.5 to 8.0.1
- [Release notes](https://github.com/Azure/azure-kusto-java/releases)
- [Changelog](https://github.com/Azure/azure-kusto-java/blob/master/CHANGELOG.md)
- [Commits](Azure/azure-kusto-java@v7.0.5...v8.0.1)

---
updated-dependencies:
- dependency-name: com.azure:azure-identity
  dependency-version: 1.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure-sdk
- dependency-name: com.microsoft.azure.kusto:kusto-data
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: azure-sdk
- dependency-name: com.microsoft.azure.kusto:kusto-ingest
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: azure-sdk
- dependency-name: com.microsoft.azure.kusto:kusto-ingest
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: azure-sdk
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/azure-sdk-4378405251 branch from f70fbc5 to 51e58dc Compare August 31, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file safe-to-test Allow integration tests to run against this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants