azure-kusto-java
azure-kusto-java copied to clipboard
Microsoft Azure Kusto Library for Java
### Added ### Changed ### Fixed
**Describe the bug** A clear and concise description of what the bug is. There is an issue with the HTTP client inside the client library where the request fails every...
Introduce a new `supportedProtocols` field in `HttpClientProperties` to allow specifying SSL/TLS protocols.
**Is your feature request related to a problem? Please describe.** Alot of Azure SDKs in Java (but also other supported languages) allow the use of DefaultAzureCredential, which is very helpful...
### Fixed MsalTokenProviders fail when getting silent parameters due to changes to a deprecated method in msal4j. This PR replaces a usage of that deprecated method. fixes #379
### Added ### Changed ### Fixed
Can do manual releases in the meantime
### Added ### Changed ### Fixed
**Describe the bug** Newer versions of msal4j have changed the way a deprecated method works, causing auth token fetch failures when azure-bom > 1.2.22. This is due to the authentication...
### Added ### Changed ### Fixed