Skip to content

Comments

Bump azure-kusto-data from 3.1.3 to 5.0.1 in /docker/azure-kusto-data#4696

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

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 12, 2025

Bumps azure-kusto-data from 3.1.3 to 5.0.1.

Release notes

Sourced from azure-kusto-data's releases.

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

  • Added py.typed markers
  • Fixed semantic error handling

4.6.1

Added

  • Support more kusto endpoints by default

Fixed

  • Better python errors when getting 401 and other http errors

v4.5.1

Fixed

  • Fixed bug in dataframe_from_result_table with some command results.

v4.5.0

Added

  • dataframe_from_result_table now accepts optional converters for specific columns or types.

... (truncated)

Changelog

Sourced from azure-kusto-data's changelog.

[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

Fixed

  • Explicitly export members in __init__.py via __all__

[4.6.2] - 2025-01-07

Fixed

  • Added py.typed markers
  • Fixed semantic error handling

[4.6.1] - 2024-09-30

Added

  • Support more kusto endpoints by default

Fixed

  • Better python errors when getting 401 and other http errors

[4.5.1] - 2024-06-19

Fixed

  • Fixed bug in dataframe_from_result_table with some command results.

... (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.1.
- [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.1)

---
updated-dependencies:
- dependency-name: azure-kusto-data
  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 Mar 12, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 31, 2025

Superseded by #4723.

@dependabot dependabot bot closed this Mar 31, 2025
@dependabot dependabot bot deleted the dependabot/pip/docker/azure-kusto-data/azure-kusto-data-5.0.1 branch March 31, 2025 11:31
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