Skip to content

Releases: vortico/flama

v1.6.0

27 Sep 01:28
Compare
Choose a tag to compare

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

20 Sep 11:24
Compare
Choose a tag to compare

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

19 Sep 21:39
Compare
Choose a tag to compare

v1.5.1 (2023-09-19)

πŸ› Bug Fixes

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

v1.5.0

19 Sep 14:08
Compare
Choose a tag to compare

v1.5.0 (2023-09-19)

✨ New Features

v1.4.0

08 Jun 13:30
Compare
Choose a tag to compare

v1.4.0 (2023-06-08)

✨ New Features

πŸ› Bug Fixes

v1.3.0

17 Mar 19:18
Compare
Choose a tag to compare

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

02 Mar 15:07
Compare
Choose a tag to compare

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

01 Mar 23:23
Compare
Choose a tag to compare

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

28 Feb 00:32
Compare
Choose a tag to compare

v1.0.2 (2023-02-28)

πŸ› Bug Fixes

v1.0.1

24 Jan 20:52
Compare
Choose a tag to compare

v1.0.1 (2023-01-24)

πŸ› Bug Fixes

  • 6e122f8 Parse yaml schema from functions docstrings