Skip to content

Release v0.2.18

Choose a tag to compare

@bhimrazy bhimrazy released this 12 Aug 08:42
· 6 commits to main since this release
4c9fecc

What's Changed

Added
Changed
  • Rename meta_kwargs to context_kwargs and fix type hints by @bhimrazy in #651
  • Extend CI matrix with Python 3.12/3.13 and cross-platform testing by @bhimrazy in #644
  • Migrate PyPI release to trusted publishing by @bhimrazy in #709
  • Pin GitHub Actions to verified commit SHAs by @bhimrazy in #689
  • Add 2-day package install cooldown in CI by @bhimrazy in #691
  • Pin docformatter Python version by @bhimrazy in #690
  • Add Code of Conduct, Contributing, and Governance docs by @bhimrazy in #721
Fixed
  • Fix authentication bypass in multi-API deployments by @Lidang-Jiang in #674
  • Fix health check reliability: exception handling, stale status, and concurrency by @Lidang-Jiang in #673
  • Fix health check returning 200 when no workers registered by @daigo0927 in #664
  • Fix streaming response cleanup and guard dispatcher against late responses by @KAVYANSHTYAGI in #653
  • Fix azip to propagate async stream failures by @KAVYANSHTYAGI in #654
  • Resolve flaky tests across platforms and Python versions on main by @bhimrazy in #649
  • Use module loggers instead of print() by @racinmat in #707
  • Replace expired Discord invite in README by @bhimrazy in #722
  • Pin hatchling<1.32 to avoid invalid Metadata-Version 2.5 by @bhimrazy in #728
  • Fix PyPI release workflow and flaky streaming speed test by @bhimrazy in #717
Chores
  • Bump mypy 1.19.0 → 1.19.1 → 1.20.0 → 2.1.0 → 2.3.0 (dependabot) in #647, #672, #692, #723
  • Bump rich requirement >=14.0.0>=15.0.0 (dependabot) in #679
  • Bump codecov/codecov-action 5 → 6 (dependabot) in #671
  • GHA dependency group bumps (dependabot) in #645, #666, #720
  • pre-commit.ci suggestions in #648, #652, #665, #675, #680

New Contributors

Thank you ❤️ to all contributors for making LitServe better!

Full Changelog: v0.2.17...v0.2.18