rig-milvus-v0.2.5

0xPlaygrounds/rigrig-milvus-v0.2.5Apr 28, 2026by github-actions[bot]

AI Summary

Introduces Rustls as the default TLS implementation and includes general code quality improvements.

Key Highlights

  • rustls by default for everything
  • Added clippy no panic lints
  • Standardized required fields handling across builders

New Features

  • rustls by default for everything

Full Release Notes

### Added

- rustls by default for everything ([#1682](https://github.com/0xPlaygrounds/rig/pull/1682)) (by @gold-silver-copper) - #1682

### Other

- Add clippy no panic lints ([#1663](https://github.com/0xPlaygrounds/rig/pull/1663)) (by @gold-silver-copper) - #1663
- standardize required fields handling across builders ([#1611](https://github.com/0xPlaygrounds/rig/pull/1611)) (by @isSerge) - #1611

### Contributors

* @gold-silver-copper
* @isSerge