Skip to content

v0.5.2: Azure blob storage, dot product metrics type, SQL parsing bug fix, and various other improvements

Compare
Choose a tag to compare
@chebbyChefNEQ chebbyChefNEQ released this 28 Jun 23:03
· 1252 commits to main since this release

What's Changed

  • Support Azure blob storage as backend by @alikefia in #1017
  • wire in DefaultCredentialsChain from aws_config as the credential provider for object_store by @chebbyChefNEQ in #917
  • split clippy to a separate workflow, disable incremental build for CI by @chebbyChefNEQ in #1018
  • [rust][python] allow create fragment from existed datafile by @LiWeiJie in #981
  • Support Dot product as metric type by @eddyxu in #1021
  • use default value for null boolean by @wjones127 in #1028
  • Throw error instead of panic if kmeans training does not have sufficient data. by @eddyxu in #1029
  • Improve support for timestamp cmp and remove custom sql parser by @wjones127 in #1026

New Contributors

Full Changelog: v0.5.1...v0.5.2