v1.4.31
Added 5
- Add build time secrets
- Add API token SDK
- Add new image API: build_include
- Add native prefix routing (root_path) support for BentoML
- Support stage in secret CLI
Fixed 2
- Support max age and max requests for runner connections
- Improve the error message for importing bento
What's Changed
- chore: update pre-commit config and fix lint errors by @frostming in https://github.com/bentoml/BentoML/pull/5511
- ci: pre-commit autoupdate [skip ci] by @pre-commit-ci[bot] in https://github.com/bentoml/BentoML/pull/5512
- doc(gateway): add gateway documentation by @ssheng in https://github.com/bentoml/BentoML/pull/5513
- docs: Add gateway screenshots by @Sherlock113 in https://github.com/bentoml/BentoML/pull/5515
- feat: add build time secrets by @jianshen92 in https://github.com/bentoml/BentoML/pull/5514
- feat: API token sdk by @jianshen92 in https://github.com/bentoml/BentoML/pull/5516
- docs: API token SDK documentation by @jianshen92 in https://github.com/bentoml/BentoML/pull/5517
- feat: new image API: build_include by @frostming in https://github.com/bentoml/BentoML/pull/5518
- feature: Add native prefix routing (root_path) support for BentoML by @frostming in https://github.com/bentoml/BentoML/pull/5521
- fix: support max age and max requets for runner connections by @frostming in https://github.com/bentoml/BentoML/pull/5522
- fix: improve the error message for importing bento by @frostming in https://github.com/bentoml/BentoML/pull/5523
- chore(deps): bump actions/download-artifact from 6 to 7 by @dependabot[bot] in https://github.com/bentoml/BentoML/pull/5520
- chore(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in https://github.com/bentoml/BentoML/pull/5519
- feat: support stage in secret CLI by @jianshen92 in https://github.com/bentoml/BentoML/pull/5526
Full Changelog: https://github.com/bentoml/BentoML/compare/v1.4.30...v1.4.31