Skip to content

v3.2.0

Compare
Choose a tag to compare
@yihezkel yihezkel released this 09 Oct 11:50
· 112 commits to master since this release
cd8ff13

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