v1.3.1
π Shepherd Model Gateway v1.3.1 Released
Minor release with operational improvements and bug fixes.
π οΈ New Features
Operational improvements:
--remove-unhealthy-workersflag - Automatically remove workers that fail health checksdisable_tokenizer_autoloadsupport - Skip automatic tokenizer loading for custom configurations
π Bug Fixes
- Gateway: Index external workers by all discovered models (not just primary model)
- CI: Added VERSION_OVERRIDE to version check script
Full Changelog: v1.3.0...v1.3.1
Upgrade now: pip install smg --upgrade
π Shepherd your LLM infrastructure with confidence.
What's Changed
- fix(deps): remove aws-lc-sys to fix aarch64 PyPI build by @slin1237 in #762
- feat(gateway): add
--remove-unhealthy-workersby @ekzhang in #714 - feat(gateway): support disable_tokenizer_autoload by @Huixxi in #740
- feat(messages): add unit tests for Messages API streaming & response β¦ by @ConnorLi96 in #763
- fix(gateway): index external workers by all discovered models by @zhaowenzi in #756
- fix(ci): add VERSION_OVERRIDE to check-versions by @slin1237 in #764
- feat(interactions): Implement steps to handle non-stream interactions req without tool call by @XinyueZhang369 in #723
- chore: auto-close stale PRs after 30 days and validate DCO sign-off identity by @CatherineSue in #743
- chore(release): bump version to 1.3.1 by @slin1237 in #767
New Contributors
Full Changelog: v1.3.0...v1.3.1