Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump github.com/Azure/azure-kusto-go from 0.8.0 to 0.13.0 #45

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 22, 2023

Bumps github.com/Azure/azure-kusto-go from 0.8.0 to 0.13.0.

Release notes

Sourced from github.com/Azure/azure-kusto-go's releases.

v0.13.0

Changed

  • MgmtOption is deprecated. From now on both Query and Mgmt accept QueryOption, MgmtOption will remain as an alias until the next version.

Added

  • ServerTimeout Query Option
    • The timeout to the server will be set to the value of this option, or to none if RequestNoTimeout is set to true.
    • If it is not provided, the timeout will be set by the context (the old behaviour).
    • If a context timeout is not provided, it will fall back to a default value by the type of request.
  • Support for IgnoreFirstRecord ingestion option

Removed

  • AllowWrite has been a no-op for a while. It is now finally removed.

Fixed

v0.12.1

Fixed

  • Fixed parsing of errors in queries

v0.12.0

Security

  • No redirects are allowed by default.

Added

  • Added kql.Builder struct for safe building of KQL statements from variables without use of 'Unsafe' mode.
    • Simpler handling of query parameters using kql.Parameters struct.
    • All of the docs and examples have been updated to use it
    • [DEPRECATED] The old query builder
  • Added Quickstart app
  • TokenCredential support for authentication.

Fixed

  • Replace non-ascii characters in headers to be in line with the service.
  • DefaultCredential now uses the same HTTP client as the rest of the SDK.

v0.11.3

Added

  • Support for new trident url

v0.11.2

Fixed

  • Fixed Queue Uri not being correct for different clouds

v0.11.1

Security

  • Bump golang.org/x/net from 0.4.0 to 0.7.0

... (truncated)

Changelog

Sourced from github.com/Azure/azure-kusto-go's changelog.

[0.13.0] - 2023-05-09

Added

  • ServerTimeout Query Option
    • The timeout to the server will be set to the value of this option, or to none if RequestNoTimeout is set to true.
    • If it is not provided, the timeout will be set by the context (the old behaviour).
    • If a context timeout is not provided, it will fall back to a default value by the type of request.
  • Support for IgnoreFirstRecord ingestion option

Changed

  • MgmtOption is deprecated. From now on both Query and Mgmt accept QueryOption, MgmtOption will remain as an alias until the next version.

Fixed

Removed

  • AllowWrite has been a no-op for a while. It is now finally removed.

Security

[0.12.1] - 2023-05-01

Fixed

  • Fixed parsing of errors in queries

[0.12.0] - 2023-05-01

Added

  • Added kql.Builder struct for safe building of KQL statements from variables without use of 'Unsafe' mode.
    • Simpler handling of query parameters using kql.Parameters struct.
    • All of the docs and examples have been updated to use it
    • [DEPRECATED] The old query builder
  • Added Quickstart app
  • TokenCredential support for authentication.

Security

  • No redirects are allowed by default.

Fixed

  • Replace non-ascii characters in headers to be in line with the service.
  • DefaultCredential now uses the same HTTP client as the rest of the SDK.

... (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 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 [github.com/Azure/azure-kusto-go](https://github.com/Azure/azure-kusto-go) from 0.8.0 to 0.13.0.
- [Release notes](https://github.com/Azure/azure-kusto-go/releases)
- [Changelog](https://github.com/Azure/azure-kusto-go/blob/master/CHANGELOG.md)
- [Commits](Azure/azure-kusto-go@v0.8.0...v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-kusto-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 22, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 29, 2023

Superseded by #46.

@dependabot dependabot bot closed this May 29, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/Azure/azure-kusto-go-0.13.0 branch May 29, 2023 22:11
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants