Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-04 | 1.8 kB | |
v1.4.23 source code.tar.gz | 2025-09-04 | 34.1 MB | |
v1.4.23 source code.zip | 2025-09-04 | 34.5 MB | |
Totals: 3 Items | 68.5 MB | 0 |
What's Changed
- feat: add support for extra_ports in service configuration by @frostming in https://github.com/bentoml/BentoML/pull/5441
- docs: Fix typo in DataFrame annotation for classify method by @jianshen92 in https://github.com/bentoml/BentoML/pull/5442
- fix: call lifespans on mounted starlette apps by @frostming in https://github.com/bentoml/BentoML/pull/5444
- refactor: remove unused endpoint labels from service configuration and add endpoints field to BentoManifestSchema by @frostming in https://github.com/bentoml/BentoML/pull/5448
- feat: add a worker script for process runner by @frostming in https://github.com/bentoml/BentoML/pull/5447
- docs: Add Prophet example by @Sherlock113 in https://github.com/bentoml/BentoML/pull/5446
- feat: add endpoints field to Bento class and update related methods by @frostming in https://github.com/bentoml/BentoML/pull/5449
- ci: pre-commit autoupdate [skip ci] by @pre-commit-ci[bot] in https://github.com/bentoml/BentoML/pull/5450
- feat: get_hosts via runner-lb API by @frostming in https://github.com/bentoml/BentoML/pull/5445
- fix: revert get_hosts to only returning hostnames by @frostming in https://github.com/bentoml/BentoML/pull/5451
- fix: remove unnecessary command from create_dependency_watcher function by @frostming in https://github.com/bentoml/BentoML/pull/5452
- refactor: remove extra_ports and endpoints from Bento class and related schemas by @frostming in https://github.com/bentoml/BentoML/pull/5453
- doc: update AWS byoc docs to use role by @sauyon in https://github.com/bentoml/BentoML/pull/5454
- fix: update service host return values to include port for UDS connections by @frostming in https://github.com/bentoml/BentoML/pull/5455
Full Changelog: https://github.com/bentoml/BentoML/compare/v1.4.22...v1.4.23