Flama Versions Save

Fire up your models with the flame 🔥

v1.6.0

7 months ago

v1.6.0 (2023-09-27)

✨ New Features

  • 62f8991 Add support for domain-driven-design (#115) (Issues: #115)
  • 4ffc05b Add runtime isolation for nested Flama applications
  • bb09212 Pagination as part of the route declaration

🐛 Bug Fixes

  • 78c1c37 Fix nested schema names in JSON schema generation

v1.5.2

8 months ago

v1.5.2 (2023-09-20)

🐛 Bug Fixes

  • 880e6b2 Parse exception objects as part of JSON responses
  • 3e12f31 Keep a reference to app in client

v1.5.1

8 months ago

v1.5.1 (2023-09-19)

🐛 Bug Fixes

  • 58400e2 Allow null or non existant files as config param

v1.5.0

8 months ago

v1.5.0 (2023-09-19)

✨ New Features

  • c0c8ae6 Pydantic 2.0 compatibility (#105) (Issues: #105)
  • d3dbb98 Improving types with pyright (#106 #108) (Issues: #106 #108)
  • 4c00cc6 Flama client and Lifespan refactor (#107) (Issues: #107)
  • 331a759 Avoid data schema names collision in OpenAPI schema (#113) (Issues: #113)
  • 0af3b64 Discovering nested schemas (#114) (Issues: #114)
  • 573757f Config tool for reading from files or env vars (#109) (Issues: #109)

v1.4.0

11 months ago

v1.4.0 (2023-06-08)

✨ New Features

  • 037718b Allow to add tags to resource methods (#102) (Issues: #102)
  • 7c9628a Sklearn pipelines compatibility (#103) (Issues: #103)
  • 7969d21 Remove model directory on exiting app (#104) (Issues: #104)

🐛 Bug Fixes

  • 5ee51a1 Typing issues (#101) (Issues: #101)
  • 3445e63 Trailing dot from docstring of crud methods summary (#100) (Issues: #100)

v1.3.0

1 year ago

v1.3.0 (2023-03-17)

✨ New Features

  • d5715a7 Allow all endpoint responses in swagger schema (#88) (Issues: #88)
  • 21292dc Schema type as annotation for input and ouput schemas (#91) (Issues: #91)
  • 693fdf7 Script for fixing lint errors (#93) (Issues: #93)
  • cbd026f Allow to tag routes (#92) (Issues: #92)
  • 318b461 Warning loading a model with another framework version (#94) (Issues: #94)
  • ac82633 Include artifacts in model inspect (#95) (Issues: #95)
  • 056cd90 CLI command to interact with an ML model without server (#96) (Issues: #96)

🐛 Bug Fixes

  • 18daa90 Amend some Enum instantiations from strings

v1.2.0

1 year ago

v1.2.0 (2023-03-02)

✨ New Features

  • 931d7d9 Flama start config handles debug mode

🐛 Bug Fixes

  • 67a92af Encode uuid in json responses
  • 63a634c Minor types fix in HTTPException

v1.1.0

1 year ago

v1.1.0 (2023-03-01)

✨ New Features

  • e64765b SQLAlchemy 2.0 compatibility
  • 053cb7a Artifacts in model files

🐛 Bug Fixes

  • 2e770c2 Allow Flama applications to mount other Flama applications

v1.0.2

1 year ago

v1.0.2 (2023-02-28)

🐛 Bug Fixes

v1.0.1

1 year ago

v1.0.1 (2023-01-24)

🐛 Bug Fixes

  • 6e122f8 Parse yaml schema from functions docstrings