Skip to content

Comments

Bump azure-kusto-data from 3.1.3 to 5.0.4 in /docker/azure-kusto-data#4892

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/docker/azure-kusto-data/azure-kusto-data-5.0.4
Closed

Bump azure-kusto-data from 3.1.3 to 5.0.4 in /docker/azure-kusto-data#4892
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/docker/azure-kusto-data/azure-kusto-data-5.0.4

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 25, 2025

Bumps azure-kusto-data from 3.1.3 to 5.0.4.

Release notes

Sourced from azure-kusto-data's releases.

v5.0.4

Changed

  • CloudSettings will now reuse the HTTP session from the query client for sync clients.

Fixed

  • CloudSettings now cached by authority (schema, host and port) instead of full URL

v5.0.3

Fixed

  • Fixed Ingest from dataframe
  • Dependency issues
  • Typing issues

v5.0.2

Fixed

  • Fixed bug in ingest_from_dataframe with some ingestion properties combinations.

v5.0.1

Fixed

  • Dependency issues

v5.0.0

Changed

  • [BREAKING] Dropped support for python version 3.7, as it is on EOL for over year.
  • [BREAKING] Aligned the Connection String Builder keywords with the rest of the SDKs. This means that some keywords were removed, and they will no longer be parsed as part of the Connection String.
    Building the Connection String using the builder method will still work as expected.
    The following keywords have been removed:
    • msi_auth / msi_authentication
    • msi_params / msi_type
    • interactive_login
    • az_cli
  • [BREAKING] ingest_from_dataframe - Added data_format parameter. It can be None (default), 'json' or 'csv'. Based on how panda's csv serialization works, dynamic data will not be serialized correctly. By default, the data will be serialized as json to avoid this issue. However, that may break if a CSV mapping is used. Therefore, when passing the None value, the data will be json by default, or csv if a csv mapping is used. Also, it is possible to pass 'csv' or 'json' to force the serialization type.

v4.6.3

  • Explicitly export members in __init__.py via __all__

v4.6.2

Fixed

... (truncated)

Changelog

Sourced from azure-kusto-data's changelog.

[5.0.4] - 2025-06-24

Changed

  • CloudSettings will now reuse the HTTP session from the query client for sync clients.

Fixed

  • CloudSettings now cached by authority (schema, host and port) instead of full URL

[5.0.3] - 2025-05-04

Fixed

  • Fixed Ingest from dataframe
  • Dependency issues
  • Typing issues

[5.0.2] - 2025-05-30

Fixed

  • Fixed bug in ingest_from_dataframe with some ingestion properties combinations.

[5.0.1] - 2025-03-12

Fixed

  • Dependency issues

[5.0.0] - 2025-03-10

Changed

  • [BREAKING] Dropped support for python version 3.7, as it is on EOL for over year.
  • [BREAKING] Aligned the Connection String Builder keywords with the rest of the SDKs. This means that some keywords were removed, and they will no longer be parsed as part of the Connection String.
    Building the Connection String using the builder method will still work as expected.
    The following keywords have been removed:
    • msi_auth / msi_authentication
    • msi_params / msi_type
    • interactive_login
    • az_cli
  • [BREAKING] ingest_from_dataframe - Added data_format parameter. It can be None (default), 'json' or 'csv'. Based on how panda's csv serialization works, dynamic data will not be serialized correctly. By default, the data will be serialized as json to avoid this issue. However, that may break if a CSV mapping is used. Therefore, when passing the None value, the data will be json by default, or csv if a csv mapping is used. Also, it is possible to pass 'csv' or 'json' to force the serialization type.

[4.6.3] - 2025-01-08

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [azure-kusto-data](https://github.com/Azure/azure-kusto-python) from 3.1.3 to 5.0.4.
- [Release notes](https://github.com/Azure/azure-kusto-python/releases)
- [Changelog](https://github.com/Azure/azure-kusto-python/blob/master/CHANGELOG.md)
- [Commits](Azure/azure-kusto-python@v3.1.3...v5.0.4)

---
updated-dependencies:
- dependency-name: azure-kusto-data
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 25, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 21, 2025

Superseded by #4937.

@dependabot dependabot bot closed this Jul 21, 2025
@dependabot dependabot bot deleted the dependabot/pip/docker/azure-kusto-data/azure-kusto-data-5.0.4 branch July 21, 2025 12:43
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants