Skip to content

Releases: infraspecdev/bentoml-template

v1.3.0

20 Oct 06:02
Compare
Choose a tag to compare

1.3.0 (2024-10-20)

CI/CD Improvements

  • add build and deploy workflows (49140d2)

Documentation Updates

  • add README files for workflows (4a7e984)
  • add SECURITY.md file with security guidelines (3914252)

Maintenance

  • update BentoML version to 1.3.9 (1ab5ac1)
  • update security enforcement email in Code of Conduct (38f7447)

v1.2.1

20 Aug 09:44
Compare
Choose a tag to compare

1.2.1 (2024-08-20)

Bug Fixes

  • bento: switch Docker base image to Alpine in bentofile.yaml (6ca9827)

v1.2.0

20 Aug 09:21
Compare
Choose a tag to compare

1.2.0 (2024-08-20)

Features

  • add script to train and save Iris model using BentoML (8e4c15f)
  • dynamodb: support for dynamodb operations (51135b3)

v1.1.0

19 Aug 09:12
Compare
Choose a tag to compare

1.1.0 (2024-08-19)

Bug Fixes

Features

  • add error formatting utility for Pydantic validation errors (2d871da)
  • add Prometheus metrics for model inference duration (0ba0f9c)
  • add support for input validation middleware (c5ec27c)
  • add support for JWT authentication middleware (3636158)
  • add UpdateResponseHeaders middleware for header management (c46f7ca)
  • support for structured logging through middleware (442bee9)

v1.0.0

16 Aug 10:40
Compare
Choose a tag to compare

1.0.0 (2024-08-16)

Features

  • add support for download models from S3 (fd40b19)
  • support for creating a bentoml service using the model (27fc9d9)