Skip to content

v2.6.12

Choose a tag to compare

@shanghaikid shanghaikid released this 24 Mar 01:53
494c8a1

What's Changed

  • feat: add global cluster support with automatic primary routing by @nameczz in #504
  • feat: add missing proto fields to RunAnalyzer API by @shanghaikid in #507
  • feat: add FlushAll, FlushAllSync and GetFlushAllState APIs by @shanghaikid in #508
  • feat: add missing proto fields to Compaction APIs by @shanghaikid in #509
  • chore: sync proto submodule to latest 2.6 and regenerate proto-json by @shanghaikid in #510
  • feat: add missing proto fields to Segment APIs by @shanghaikid in #511
  • feat: add missing proto fields to GetReplicas API by @shanghaikid in #512
  • feat: fix ResourceGroup type fields to match proto definitions by @shanghaikid in #513
  • fix: forward db_name in simplified createCollection and fix clustering_key_field typo by @shanghaikid in #514
  • feat: add highlighter support for search API by @shanghaikid in #515
  • fix: avoid class name check in getGRPCService to support minified builds by @shanghaikid in #516
  • feat: add batchDescribeCollections API by @shanghaikid in #517
  • feat: add getIndexStatistics API by @shanghaikid in #518
  • feat: add truncateCollection API by @shanghaikid in #519
  • feat: add getImportState API by @shanghaikid in #520
  • feat: add BulkWriter for generating Milvus-compatible JSON import files by @shanghaikid in #521
  • feat: add Parquet format support for BulkWriter by @shanghaikid in #522
  • feat: fix Int64 precision and add queryIterator→BulkWriter e2e test by @shanghaikid in #523
  • chore(deps): bump minimatch from 10.1.1 to 10.2.4 in /docs by @dependabot[bot] in #524
  • chore(deps): bump next from 15.5.9 to 16.1.7 in /docs by @dependabot[bot] in #525
  • chore(deps): bump next from 16.1.0 to 16.1.7 in /examples/nextjs by @dependabot[bot] in #526
  • chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in /examples/nextjs by @dependabot[bot] in #527
  • chore(deps): bump dompurify from 3.3.1 to 3.3.3 in /docs by @dependabot[bot] in #528
  • chore(deps): bump @langchain/community from 1.0.3 to 1.1.18 in /examples/LangChain by @dependabot[bot] in #529
  • fix: prevent infinite recursion when SchemaMismatch for other reasons by @cnjsstong in #493
  • fix: resolve fast-xml-parser vulnerability via yarn resolutions by @shanghaikid in #530
  • chore(deps-dev): bump flatted from 3.3.3 to 3.4.2 in /examples/nextjs by @dependabot[bot] in #531
  • fix: set VarChar placeholder type for all function output vector fields by @shanghaikid in #532
  • ci: upgrade GitHub Actions to Node.js 24 runtime by @shanghaikid in #533
  • fix: warn when no port is specified in address by @shanghaikid in #534

Full Changelog: v2.6.11...v2.6.12