Skip to content

v0.10.10: Easier S3 config

Compare
Choose a tag to compare
@wjones127 wjones127 released this 08 Apr 17:31
· 96 commits to main since this release

Features

  • feat: easier and consistent S3 configuration by @wjones127 in #2147
    • When using AWS S3, you no longer have to specify the region.
    • S3 configuration is now more consistent in how it is picked up. It will now always read explicit storage_options first before looking at environment variables.
  • feat: add encoders/decoders for basic types by @westonpace in #2142
  • feat: initial reader/writer for the v2 format by @westonpace in #2153
  • feat: add take to the v2 schedulers by @westonpace in #2156
  • feat: add ef as query parameter by @BubbleCal in #2155
  • feat: fast l2 for uint8 by @eddyxu in #2161
  • perf: use fast u8 l2 route in hnsw beam search by @eddyxu in #2164
  • feat: make substrait optional to allow avoiding libgit2 by @westonpace in #2168

Bug fixes

Other changes

  • chore: apply clippy suggestions newly introduced in latest compiler by @westonpace in #2150

Full Changelog: v0.10.9...v0.10.10