Skip to content

v1.4.0-SNAPSHOT

Latest

Choose a tag to compare

@SimFG SimFG released this 05 Jun 07:50
· 71 commits to main since this release
9fb0e59

NOTE

This jar package has not been published to the Maven central repository, mainly because this repository will not be maintained in the future, and the entire connector will be refactored. If you need to use it, you can download the jar package to your local computer for dependency. Of course, it is more recommended to use our latest connector, which will give you a better experience in terms of both function and usage.

Temporary repository: https://github.com/SimFG/milvus-spark-connector
It will be migrated to the zilliztech organization in the future, and a snapshot version will be released in the near future.

What's Changed

  • Create OWNERS for approve and lgtm command by @zhikunyao in #31
  • Add maintainers and update OWNERS configuration by @SimFG in #32
  • Update OWNERS by @zhikunyao in #34
  • Add TLS/mTLS Support for Milvus Connection by @Jeri-jose in #38
  • Convert backup data to Parquet. by @jaime0815 in #36
  • add support for aliyun oss by @nianliuu in #40
  • add backup segment path for partition delta by @nianliuu in #41
  • updating quickstart files with tls and mtls connection params by @Jeri-jose in #39
  • update secure connection handling by @Jeri-jose in #43
  • Supports reading data of specified segment and pk list by @SimFG in #42
  • Update license information in README to reflect dual licensing under SSPLv1 and AGPLv3 by @SimFG in #44
  • Update POM file for versioning, licensing, and repository configuration by @SimFG in #46

New Contributors

Full Changelog: v1.0.1...v1.4.0-SNAPSHOT