Skip to content

Release v2.0.0-rc8

Latest

Choose a tag to compare

@SimFG SimFG released this 27 Jun 02:08
· 1 commit to main since this release
b85f933

What's Changed

  • refactor: update import paths to use v2 by @SimFG in #195
  • feat: add batch mode support in Milvus package initialization and related configurations by @SimFG in #214
  • enhance: Upgrade Milvus by @bigsheeper in #217
  • test: Add cdc testcases for json path index by @bigsheeper in #216
  • feat: add privilege group management functions by @SimFG in #220
  • build(deps): bump the go_modules group across 2 directories with 1 update by @dependabot in #221
  • refactor: clean up import statements for consistency across test files by @SimFG in #223
  • enable rbac for cdc test by @zhuwenxing in #215
  • enhance: Add nullable and default test cases by @bigsheeper in #218
  • build(deps): update golang-jwt/jwt to v4.5.2 in core and server modules by @SimFG in #225
  • build(deps): bump the pip group across 1 directory with 2 updates by @dependabot in #226
  • build(deps): bump requests from 2.32.2 to 2.32.4 in /tests in the pip group across 1 directory by @dependabot in #228
  • build(deps): bump protobuf from 5.27.2 to 5.29.5 in /tests in the pip group across 1 directory by @dependabot in #229

New Contributors

Full Changelog: v2.0.0-rc7...v2.0.0-rc8

What's Changed

🚀 Features

🎄 Enhancements

🐛 Bug Fixes

Changelog

  • 1859f95 Refactor import statements to use new etcdpb package
  • b85f933 build(deps): bump protobuf in /tests in the pip group across 1 directory (#229)
  • 07df00a build(deps): bump requests in /tests in the pip group across 1 directory (#228)
  • 4f5d178 build(deps): bump the go_modules group across 2 directories with 1 update (#221)
  • 100619a build(deps): bump the pip group across 1 directory with 2 updates (#226)
  • 2be80ab build(deps): update golang-jwt/jwt to v4.5.2 in core and server modules (#225)
  • c91c071 enable rbac for cdc test (#215)
  • a54f09b enhance: Add nullable and default test cases (#218)
  • 4a589ea enhance: Upgrade Milvus (#217)
  • 21df2a0 feat: add batch mode support in Milvus package initialization and related configurations (#214)
  • 0cf1c45 feat: add privilege group management functions (#220)
  • dbcc8ff refactor: clean up import statements for consistency across test files (#223)
  • f71d8b4 refactor: update import paths to use v2 (#195)