Releases: Azure/azure-kusto-java
Releases · Azure/azure-kusto-java
v4.0.3
v4.0.2 - Minor fixes
What's Changed
- Fixed issue with ingesting when sent http props
- IngestionStatusInTableDescription to support serialization by @asaharn
- Fix link for advancedquery in readme by @weltonrodrigo
- Adding Microsoft SECURITY.MD
Full Changelog: v4.0.1...v4.0.2
Version 4.0.1
Special version for nifi connector
Includes the Jackson removal from 4.0.0.
Do not use for other purposes.
Version 4.0.0
What's Changed
- [Breaking] The minimum JDK version for the SDK is now up to jdk 11
- [Breaking] Move to Blob Storage v12
- [Breaking] Remove org.json library to support secure systems that don't allow it. Some of the exception signatures have been changed to custom exception.
- Automatically add process name and username to queries
- Upgrade apache.common.text to 1.10.0 to fix security issue
- Quickstart improvements
New Contributors
- @tanmaya-panda1 made their first contribution in #272
Full Changelog: v3.2.0...v4.0.0
Version 3.2.1 - Security fix
- Security fix - upgraded apcahe.commons.text to 1.10.0.
v3.2.0
New Features
- Add HTTP Keep-Alive header
- Remove existing endpoint detection system in favor of automatic conversion of query/ingestion ULRs (adds or removes "ingest-") in ingest clients
- Deprecated constructors that allow both endpoints to be defined
- Change endpoint URL terminology to "ingestion endpoint" and "query endpoint" where possible
- Support tables with special characters .-_
- Add Javadocs and other improvements to Quickstart app
- Support ignorefirstrecord in Quickstart app
Bug Fixes
- Validate endpoint validity (but only once) before communicating with service
- MSAL scopes URL should have ".default" appended to the resource URL, not to be its path's replacement.
- Ignore unknown fields and allow for case insensitive enums in Quickstart app
v3.1.3
v3.1.2
** Bug Fix **
- System properties such as proxies not working for cloudinfo - this usage is now working:
java -ea -Dhttp.proxyHost=1.2.34 -Dhttp.proxyPort=8989 -Dhttps.proxyHost=1.2.3.4 -Dhttps.proxyPort=8989
** Breaking change ** - Change default authority of device authentication to "organizations"
Release 3.1.1
What's New
- setClientVersionForTracing option
- Update getKustoDateTime with more lenient formatter by @breriksenms in #246
- Documentation Improvements by @breriksenms in #245
- Add retry mechanism for potentiality throttled operations.
What's Fixed
- Fixed valid cluster uris not being accepted
- Support system properties, such as "proxy" for our http clients.
New Contributors
- @alonadam made their first contribution in #237
- @breriksenms made their first contribution in #246
Full Changelog: v3.1.0...v3.1.1