Skip to content

v1.3.1

Choose a tag to compare

@slin1237 slin1237 released this 16 Mar 18:13
· 992 commits to main since this release
eae871e

πŸš€ Shepherd Model Gateway v1.3.1 Released

Minor release with operational improvements and bug fixes.

πŸ› οΈ New Features

Operational improvements:

  • --remove-unhealthy-workers flag - Automatically remove workers that fail health checks
  • disable_tokenizer_autoload support - 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-workers by @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